This commit is contained in:
Rmys
2021-04-23 19:17:35 +03:00
parent 408f0b8e39
commit 0b08a81762
7 changed files with 224 additions and 157 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", "COPYING", "NEWS", "README*")
+78
View File
@@ -0,0 +1,78 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libhandy</Name>
<Homepage>https://gitlab.gnome.org/GNOME/libhandy</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>Library full of GTK+ widgets for mobile phones</Summary>
<Description>Cep telefonları için GTK + gereçleriyle dolu kitaplık</Description>
<Archive sha1sum="eaa463859a949a5808dc9415358a3909fb093f11" type="tarxz">https://download.gnome.org/sources/libhandy/1.2/libhandy-1.2.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>glade-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>libhandy.patch</Patch>
<Patch level="1">libhandy.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>libhandy</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glade</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>fribidi</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/glade</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/vala</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>libhandy-devel</Name>
<Summary>Development files for libhandy</Summary>
<RuntimeDependencies>
<Dependency release="current">libhandy</Dependency>
<Dependency>gtk3-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-04-23</Date>
<Version>1.2.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>libhandy</Name>
<Summary xml:lang="tr">Library full of GTK+ widgets for mobile phones</Summary>
<Description xml:lang="tr">Cep telefonları için GTK + gereçleriyle dolu kitaplık</Description>
</Source>
</PISI>