From d79d4b4b9e548257ea81b0e8ab907967b6da8bab Mon Sep 17 00:00:00 2001 From: friberk Date: Sat, 24 Apr 2021 02:00:12 +0300 Subject: [PATCH] Added libhandy0 --- desktop/gnome/base/libhandy0/actions.py | 23 ++++++++++ desktop/gnome/base/libhandy0/pspec.xml | 61 +++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 desktop/gnome/base/libhandy0/actions.py create mode 100644 desktop/gnome/base/libhandy0/pspec.xml diff --git a/desktop/gnome/base/libhandy0/actions.py b/desktop/gnome/base/libhandy0/actions.py new file mode 100644 index 0000000000..4a7c3cd1fe --- /dev/null +++ b/desktop/gnome/base/libhandy0/actions.py @@ -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") diff --git a/desktop/gnome/base/libhandy0/pspec.xml b/desktop/gnome/base/libhandy0/pspec.xml new file mode 100644 index 0000000000..be7dcfc738 --- /dev/null +++ b/desktop/gnome/base/libhandy0/pspec.xml @@ -0,0 +1,61 @@ + + + libhandy0 + https://gitlab.gnome.org/GNOME/libhandy + + Berk Çakar + berk2238@hotmail.com + + 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. + + gtk3-devel + glib2-devel + meson + vala + gobject-introspection + + 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. + + gtk3 + glib2 + + + /usr/bin + /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. + + libhandy0 + + + /usr/include + /usr/lib/pkgconfig + /usr/lib/girepository-1.0 + /usr/share/gir-1.0 + + + + + 2021-04-06 + 0.0.13 + First release for Pisi Linux + Berk Çakar + berk2238@hotmail.com + + +