1
0
forked from brl/citadel
citadel/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.0.bb

22 lines
802 B
BlitzBasic
Raw Normal View History

2018-01-18 18:19:47 -05:00
SUMMARY = "Convenience library for geocoding (finding longitude and latitude from a street address)"
HOMEPAGE = "https://developer.gnome.org/geocode-glib/stable/"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
GNOMEBASEBUILDCLASS = "meson"
2019-01-15 12:02:49 -05:00
inherit gnomebase gettext gobject-introspection
2019-01-15 12:02:49 -05:00
SRC_URI[archive.md5sum] = "98c0a7d175014d5865be7d3f774ef14c"
SRC_URI[archive.sha256sum] = "ea4086b127050250c158beff28dbcdf81a797b3938bb79bbaaecc75e746fbeee"
2018-01-18 18:19:47 -05:00
FILES_${PN} += "${datadir}/icons/gnome"
2019-08-22 00:32:02 -04:00
GIR_MESON_OPTION = 'enable-introspection'
GIR_MESON_ENABLE_FLAG = 'true'
GIR_MESON_DISABLE_FLAG = 'false'
2018-01-18 18:19:47 -05:00
DEPENDS = "json-glib libsoup-2.4 glib-2.0 glib-2.0-native"
2019-01-15 12:02:49 -05:00
EXTRA_OEMESON = "-Denable-installed-tests=false -Denable-gtk-doc=false --buildtype=release"
2018-01-18 18:19:47 -05:00