hypnotix new package

This commit is contained in:
Rmys
2021-06-25 23:23:12 +03:00
parent e907bcddad
commit ae79df4b31
13 changed files with 487 additions and 19 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
mesontools.configure()
def build():
mesontools.build()
def install():
mesontools.install()
#shelltools.cd("..")
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "README*")
+76
View File
@@ -0,0 +1,76 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xapp</Name>
<Homepage>https://github.com/linuxmint/xapp</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app</IsA>
<Summary>Common library for X-Apps project</Summary>
<Description>Common library for X-Apps project</Description>
<Archive sha1sum="972d804baaf2f50c9e91caa14c70bb7024574243" type="targz">https://github.com/linuxmint/xapp/archive/refs/tags/2.2.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>libdbusmenu-gtk3</Dependency>
<Dependency>libgnomekbd-devel</Dependency>
<Dependency>libdbusmenu-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>xapp.patch</Patch>
<Patch level="1">xapp.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>xapp</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libgnomekbd</Dependency>
<Dependency>libdbusmenu-gtk3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xapp-devel</Name>
<Summary>Development files for xapp</Summary>
<RuntimeDependencies>
<Dependency release="current">xapp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-25</Date>
<Version>2.2.2</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>xapp</Name>
<Summary xml:lang="tr">Common library for X-Apps project</Summary>
<Description xml:lang="tr">Common library for X-Apps project</Description>
</Source>
</PISI>