aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.13.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-09-20 16:50:33 +0200
committerKhem Raj <raj.khem@gmail.com>2020-09-20 12:47:40 -0700
commitae8a420866e64bd6aac139e099c7e0ec77ec1095 (patch)
treecad68b3c4e64ff737f4b4d44c1bee2b7c2049ee1 /meta-gnome/recipes-gnome/libgdata/libgdata_0.17.13.bb
parent3d30e6a0eb4e56befea61bd655ef04c1040fdcd6 (diff)
downloadmeta-openembedded-contrib-ae8a420866e64bd6aac139e099c7e0ec77ec1095.tar.gz
libgdata: upgrade 0.17.12 -> 0.17.13
Overview of changes from libgdata 0.17.12 to libgdata 0.17.13 ============================================================= * Default to not installing installed-tests (see !24) * Default to not building documentation (see !23) (thanks Debarshi Ray) * Bugs fixed: - !23 build: Disable the gtk-doc documentation by default - !24 Various minor fixes to meson_options.txt - !25 all: Fix various typos and incorrect terminology - !26 core: Add g_autoptr() support for GDataUploadStream * Translation updates: - Chinese (China) - English (United Kingdom) - Latvian - Ukrainian 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/libgdata/libgdata_0.17.13.bb')
-rw-r--r--meta-gnome/recipes-gnome/libgdata/libgdata_0.17.13.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.13.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.13.bb
new file mode 100644
index 0000000000..de33fd829d
--- /dev/null
+++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.13.bb
@@ -0,0 +1,33 @@
+SUMMARY = "GLib-based library for accessing online service APIs using the GData protocol"
+HOMEPAGE = "http://live.gnome.org/libgdata"
+BUGTRACKER = "https://bugzilla.gnome.org/"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \
+ file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \
+ file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef"
+
+DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib"
+
+GTKDOC_MESON_OPTION = "gtk_doc"
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit gnomebase pkgconfig gettext gtk-doc vala gobject-introspection manpages features_check
+
+# gcr
+REQUIRED_DISTRO_FEATURES = "x11"
+
+do_compile_prepend() {
+ export GIR_EXTRA_LIBS_PATH="${B}/gdata/.libs"
+}
+
+# goa is required for gnome-photos
+PACKAGECONFIG ??= "goa gtk"
+PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false"
+PACKAGECONFIG[goa] = "-Dgoa=enabled,-Dgoa=disabled,gnome-online-accounts"
+PACKAGECONFIG[gtk] = "-Dgtk=enabled,-Dgtk=disabled,gtk+3"
+PACKAGECONFIG[vala] = "-Dvapi=true,-Dvapi=false"
+
+EXTRA_OEMESON = "-Dalways_build_tests=false"
+
+SRC_URI[archive.sha256sum] = "eab9ef792c3c2b9ece19d45aea15225aba8df2521bc12785b1b2d3318d8c472e"