@@ -3,21 +3,18 @@
|
|||||||
#
|
#
|
||||||
# Licensed under the GNU General Public License, version 2
|
# Licensed under the GNU General Public License, version 2
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
# 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 pisitools
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import mesontools
|
from pisi.actionsapi import mesontools
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
mesontools.configure("-Dglade_catalog=disabled")
|
mesontools.configure("-Dglade_catalog=disabled \
|
||||||
|
-Dexamples=false")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
mesontools.build
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
mesontools.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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>libhandy0</Name>
|
<Name>libhandy0</Name>
|
||||||
<Homepage>https://gitlab.gnome.org/GNOME/libhandy</Homepage>
|
<Homepage>https://source.puri.sm/Librem5/libhandy</Homepage>
|
||||||
<Packager>
|
<Packager>
|
||||||
<Name>Berk Çakar</Name>
|
<Name>Pisi Linux Admins</Name>
|
||||||
<Email>berk2238@hotmail.com</Email>
|
<Email>admins@pisilinux.org</Email>
|
||||||
</Packager>
|
</Packager>
|
||||||
<License>LGPLv2.1</License>
|
<License>LGPLv2.1</License>
|
||||||
<PartOf>desktop.gnome</PartOf>
|
<Summary>Library full of GTK+ widgets for mobile phones</Summary>
|
||||||
<Summary>The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME.</Summary>
|
<Description>libhandy0 provides GTK+ widgets and GObjects to ease developing applications for mobile phones.</Description>
|
||||||
<Description>The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME.</Description>
|
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>meson</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>vala</Dependency>
|
<Dependency>vala-devel</Dependency>
|
||||||
<Dependency>gobject-introspection-devel</Dependency>
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Archive sha1sum="251c4be80418844d87a26924d2cd2eb72aefe90a" type="tarbz2">https://source.puri.sm/Librem5/libhandy/-/archive/v0.0.13/libhandy-v0.0.13.tar.bz2</Archive>
|
<Archive sha1sum="251c4be80418844d87a26924d2cd2eb72aefe90a" type="tarbz2">https://source.puri.sm/Librem5/libhandy/-/archive/v0.0.13/libhandy-v0.0.13.tar.bz2</Archive>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libhandy0</Name>
|
<Name>libhandy0</Name>
|
||||||
<Summary>The aim of the Handy library is to help with developing UI for mobile devices
|
<Summary>Library full of GTK+ widgets for mobile phones</Summary>
|
||||||
using GTK/GNOME.</Summary>
|
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gtk3</Dependency>
|
<Dependency>gtk3</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
@@ -33,15 +34,16 @@ using GTK/GNOME.</Summary>
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<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</Path>
|
||||||
<Path fileType="library">/usr/lib/libhandy-0.0.so.0</Path>
|
<Path fileType="library">/usr/lib/libhandy-0.0.so.0</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="data">/usr/share/vala</Path>
|
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>libhandy0-devel</Name>
|
<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>
|
<RuntimeDependencies>
|
||||||
<Dependency release="current">libhandy0</Dependency>
|
<Dependency release="current">libhandy0</Dependency>
|
||||||
<Dependency>gtk3-devel</Dependency>
|
<Dependency>gtk3-devel</Dependency>
|
||||||
@@ -50,11 +52,19 @@ using GTK/GNOME.</Summary>
|
|||||||
<Files>
|
<Files>
|
||||||
<Path fileType="header">/usr/include</Path>
|
<Path fileType="header">/usr/include</Path>
|
||||||
<Path fileType="library">/usr/lib/pkgconfig</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/gir-1.0</Path>
|
||||||
|
<Path fileType="data">/usr/share/vala</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="1">
|
||||||
<Date>2021-04-06</Date>
|
<Date>2021-04-06</Date>
|
||||||
<Version>0.0.13</Version>
|
<Version>0.0.13</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user