diff --git a/desktop/gnome/base/libhandy0/actions.py b/desktop/gnome/base/libhandy0/actions.py index 4a7c3cd1fe..8a88092eff 100644 --- a/desktop/gnome/base/libhandy0/actions.py +++ b/desktop/gnome/base/libhandy0/actions.py @@ -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") diff --git a/desktop/gnome/base/libhandy0/pspec.xml b/desktop/gnome/base/libhandy0/pspec.xml index b1cd99d3d2..e70797851e 100644 --- a/desktop/gnome/base/libhandy0/pspec.xml +++ b/desktop/gnome/base/libhandy0/pspec.xml @@ -1,28 +1,29 @@ + + libhandy0 - https://gitlab.gnome.org/GNOME/libhandy + https://source.puri.sm/Librem5/libhandy - Berk Çakar - berk2238@hotmail.com + Pisi Linux Admins + admins@pisilinux.org LGPLv2.1 - desktop.gnome - The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME. - The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME. + Library full of GTK+ widgets for mobile phones + libhandy0 provides GTK+ widgets and GObjects to ease developing applications for mobile phones. gtk3-devel glib2-devel meson - vala + vala-devel gobject-introspection-devel https://source.puri.sm/Librem5/libhandy/-/archive/v0.0.13/libhandy-v0.0.13.tar.bz2 + libhandy0 - The aim of the Handy library is to help with developing UI for mobile devices -using GTK/GNOME. + Library full of GTK+ widgets for mobile phones gtk3 glib2 @@ -33,15 +34,16 @@ using GTK/GNOME. /usr/bin + /usr/lib/girepository-1.0 /usr/lib/libhandy-0.0.so /usr/lib/libhandy-0.0.so.0 /usr/share/doc - /usr/share/vala + libhandy0-devel - The aim of the Handy library is to help with developing UI for mobile devices using GTK/GNOME. + Development files for libhandy0 libhandy0 gtk3-devel @@ -50,11 +52,19 @@ using GTK/GNOME. /usr/include /usr/lib/pkgconfig - /usr/lib/girepository-1.0 /usr/share/gir-1.0 + /usr/share/vala + + + 2021-07-26 + 0.0.13 + Rebuild + Berk Çakar + berk2238@hotmail.com + 2021-04-06 0.0.13