Added libhandy0

This commit is contained in:
friberk
2021-04-24 02:00:12 +03:00
parent 25170df5d6
commit d79d4b4b9e
2 changed files with 84 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 2
# See the file http://www.gnu.org/copyleft/gpl.txt
# TODO: glade catalog fails the build, needs to be fixed
# (it is probably because of some missing dependencies on a fresh install ??gladeui??)
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
def setup():
mesontools.configure("-Dglade_catalog=disabled")
def build():
mesontools.build
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING", "HACKING.md", "README.md")
+61
View File
@@ -0,0 +1,61 @@
<PISI>
<Source>
<Name>libhandy0</Name>
<Homepage>https://gitlab.gnome.org/GNOME/libhandy</Homepage>
<Packager>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Packager>
<License>LGPLv2.1</License>
<PartOf>desktop.gnome</PartOf>
<Summary>The aim of the Handy library is to help with developing UI for mobile devices
using GTK/GNOME.</Summary>
<Description>The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME.</Description>
<BuildDependencies>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>meson</Dependency>
<Dependency>vala</Dependency>
<Dependency>gobject-introspection</Dependency>
</BuildDependencies>
<Archive sha1sum="251c4be80418844d87a26924d2cd2eb72aefe90a" type="tarbz2">https://source.puri.sm/Librem5/libhandy/-/archive/v0.0.13/libhandy-v0.0.13.tar.bz2</Archive>
</Source>
<Package>
<Name>libhandy0</Name>
<Summary>The aim of the Handy library is to help with developing UI for mobile devices
using GTK/GNOME.</Summary>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/libhandy-0.0.so</Path>
<Path fileType="library">/usr/lib/libhandy-0.0.so.0</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/vala</Path>
</Files>
</Package>
<Package>
<Name>libhandy0-devel</Name>
<Summary>The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME.</Summary>
<RuntimeDependencies>
<Dependency release="current">libhandy0</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/lib/girepository-1.0</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-04-06</Date>
<Version>0.0.13</Version>
<Comment>First release for Pisi Linux</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
</History>
</PISI>