mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
ae8a420866
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>
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"
|
|
}
|
|
|
|
# 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"
|