From daa50331352c1f75da3a8ef6458ae3ddf94ef863 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Mon, 6 Apr 2020 11:20:32 +0200 Subject: libgdata: upgrade 0.17.11 -> 0.17.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Overview of changes from libgdata 0.17.11 to libgdata 0.17.12 ============================================================= * Make OAuth 1 support optional and disabled by default; this makes the `oauth` dependency optional on `-Doauth1=enabled` (#1) * Bugs fixed: - #1 Consider loosening the liboauth dependency - #23 Authentication errors with Google Drive - #36 Clarify license in meson.build * Translation updates: - Basque - Catalan - Chinese (Taiwan) - Croatian - Czech - Danish - Dutch - Finnish - French - Friulian - Galician - German - Hungarian - Indonesian - Italian - Japanese - Korean - Latvian - Lithuanian - Malay - Polish - Portuguese (Brazil) - Romanian - Serbian - Slovenian - Spanish - Swedish - Turkish Signed-off-by: Andreas Müller Signed-off-by: Khem Raj --- .../recipes-gnome/libgdata/libgdata_0.17.11.bb | 33 ---------------------- .../recipes-gnome/libgdata/libgdata_0.17.12.bb | 33 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libgdata/libgdata_0.17.11.bb create mode 100644 meta-gnome/recipes-gnome/libgdata/libgdata_0.17.12.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.11.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.11.bb deleted file mode 100644 index 197a05d374..0000000000 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.11.bb +++ /dev/null @@ -1,33 +0,0 @@ -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" -} - -PACKAGECONFIG ??= "" -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.md5sum] = "7b98e9059255d8a2fb147c4e727230a8" -SRC_URI[archive.sha256sum] = "6b9917122e4def6e6f78bcb660e49e146540832e296abcb5cde99829a04ea986" diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.12.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.12.bb new file mode 100644 index 0000000000..25bc202ae8 --- /dev/null +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.17.12.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" +} + +PACKAGECONFIG ??= "" +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.md5sum] = "9d5692a2308bb949af801be66989e164" +SRC_URI[archive.sha256sum] = "a0fd6f8820e8bae019c1f6ffab5af7fcd6d7f147915bb968b56df3ad61b42318" -- cgit 1.2.3-korg