mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
>From [1]: Overview of changes from libgdata 0.17.10 to libgdata 0.17.11 ============================================================= * Various fixes to the Meson port, including a soversion fix (#30, #32, #35, !9, !10) * Add support for user-specified properties of documents in Drive (!7) * Bugs fixed: - #30 meson: debug messages of libgdata don't come from correct log domain - "libgdata" - #31 gdata_entry_get_id should not free current value if not changed - #32 Build failure on Continuous - #33 en_GBism in a string - #35 Installed tests fails with an assert in gdata_oauth2_authorizer_request_authorization - !7 Drive v2 Properties API - !9 Meson fixes - !10 meson minor fixes - !13 docs: Drop use of `<!-- -->` to delimit plurals - !16 Minor revision of italian translation (after >2ys) * Translation updates: - Basque - Czech - English (United Kingdom) - German - Indonesian - Italian - Lithuanian - Polish - Portuguese (Brazil) - Romanian - Spanish - Swedish [1] http://ftp.gnome.org/pub/gnome/sources/libgdata/0.17/libgdata-0.17.11.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
34 lines
1.2 KiB
BlitzBasic
34 lines
1.2 KiB
BlitzBasic
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"
|