2020-07-08 10:42:25 -04:00
|
|
|
SUMMARY = "GNOME desktop-wide GSettings schemas"
|
|
|
|
HOMEPAGE = "http://live.gnome.org/gsettings-desktop-schemas"
|
|
|
|
BUGTRACKER = "https://bugzilla.gnome.org/"
|
|
|
|
|
|
|
|
LICENSE = "LGPLv2.1"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
|
|
|
|
|
|
|
DEPENDS = "glib-2.0 intltool-native"
|
|
|
|
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
|
|
inherit gnomebase gsettings gettext gobject-introspection upstream-version-is-even
|
|
|
|
|
|
|
|
EXTRA_OEMESON = "-Dintrospection=true"
|
|
|
|
|
2021-05-05 08:45:55 -04:00
|
|
|
def gnome_verdir(v):
|
|
|
|
return oe.utils.trim_version(v, 1)
|
|
|
|
|
2020-10-30 14:55:28 -04:00
|
|
|
SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive"
|
2021-05-05 08:45:55 -04:00
|
|
|
|
2021-10-06 15:27:34 -04:00
|
|
|
SRC_URI[archive.sha256sum] = "77289972e596d044583f0c056306d8f1dbd8adcf912910a50da0a663e65332ed"
|
2020-07-08 10:42:25 -04:00
|
|
|
|