aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-support
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-12-16 13:38:58 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-16 19:39:10 -0800
commita1a2d55ad46d2211ff54e5ae31e8e8916a620367 (patch)
tree75578675384c6d6aff61c07d6892eb47d4fdb753 /meta-gnome/recipes-support
parent906efee42764b2640ef7f58638cf03df2385d3a2 (diff)
downloadmeta-openembedded-a1a2d55ad46d2211ff54e5ae31e8e8916a620367.tar.gz
libhandy: initial add 0.0.12
libhandy is required by upcoming gnome-tweaks Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-support')
-rw-r--r--meta-gnome/recipes-support/libhandy/libhandy_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/libhandy/libhandy_git.bb b/meta-gnome/recipes-support/libhandy/libhandy_git.bb
new file mode 100644
index 0000000000..8c6159f998
--- /dev/null
+++ b/meta-gnome/recipes-support/libhandy/libhandy_git.bb
@@ -0,0 +1,21 @@
+SUMMARY = "A library full of GTK+ widgets for mobile phones"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+SRC_URI = "git://source.puri.sm/Librem5/${BPN}.git;protocol=https"
+SRCREV = "ef7c4bf75ae239495141ada83d2fbaf034315563"
+S = "${WORKDIR}/git"
+PV = "0.0.12"
+
+GIR_MESON_ENABLE_FLAG = 'enabled'
+GIR_MESON_DISABLE_FLAG = 'disabled'
+GTKDOC_MESON_OPTION = 'gtk_doc'
+
+inherit meson gobject-introspection vala gettext gtk-doc features_check
+
+ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
+
+DEPENDS += "gtk+3"
+
+PACKAGES =+ "${PN}-examples"
+FILES_${PN}-examples = "${bindir}"