aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-06-01 23:44:39 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-03 15:15:42 -0700
commit8745f0b0e25dc7d4dd01f4926552cc5138f8411a (patch)
tree40b5791ffcdc2e7a44d9f54a4ea7215ed77768b0 /meta-gnome/recipes-gnome
parentadedd567be1b10f725b5fcd55cb61af856fb3316 (diff)
downloadmeta-openembedded-8745f0b0e25dc7d4dd01f4926552cc5138f8411a.tar.gz
gfbgraph: initial add 0.2.4
It is a dependency for upcoming gnome-photos Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb
new file mode 100644
index 0000000000..0414b0c7cf
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb
@@ -0,0 +1,22 @@
+SUMMARY = "A GObject library for Facebook Graph API"
+SECTION = "x11/gnome"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a"
+
+DEPENDS = " \
+ glib-2.0 \
+ json-glib \
+ rest \
+ gnome-online-accounts \
+"
+
+inherit gnomebase gtk-doc gobject-introspection
+
+SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba"
+SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379"
+
+do_install_append() {
+ # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
+ # is not a standard path exactly
+ rm -rf ${D}${prefix}/doc
+}