@@ -3,21 +3,18 @@
|
||||
#
|
||||
# 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")
|
||||
mesontools.configure("-Dglade_catalog=disabled \
|
||||
-Dexamples=false")
|
||||
|
||||
def build():
|
||||
mesontools.build
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "HACKING.md", "README.md")
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "README.md")
|
||||
|
||||
@@ -1,28 +1,29 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libhandy0</Name>
|
||||
<Homepage>https://gitlab.gnome.org/GNOME/libhandy</Homepage>
|
||||
<Homepage>https://source.puri.sm/Librem5/libhandy</Homepage>
|
||||
<Packager>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</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>
|
||||
<Summary>Library full of GTK+ widgets for mobile phones</Summary>
|
||||
<Description>libhandy0 provides GTK+ widgets and GObjects to ease developing applications for mobile phones.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>vala</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</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>
|
||||
<Summary>Library full of GTK+ widgets for mobile phones</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
@@ -33,15 +34,16 @@ using GTK/GNOME.</Summary>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/girepository-1.0</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>
|
||||
<Summary>Development files for libhandy0</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libhandy0</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
@@ -50,11 +52,19 @@ using GTK/GNOME.</Summary>
|
||||
<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>
|
||||
<Path fileType="data">/usr/share/vala</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-07-26</Date>
|
||||
<Version>0.0.13</Version>
|
||||
<Comment>Rebuild</Comment>
|
||||
<Name>Berk Çakar</Name>
|
||||
<Email>berk2238@hotmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-04-06</Date>
|
||||
<Version>0.0.13</Version>
|
||||
|
||||
Reference in New Issue
Block a user