forked from brl/citadel
21 lines
793 B
BlitzBasic
21 lines
793 B
BlitzBasic
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"
|
|
|
|
SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}.tar.${GNOME_COMPRESS_TYPE};name=archive \
|
|
file://0001-remove-cross-compile-check.patch \
|
|
"
|
|
SRC_URI[archive.md5sum] = "708ddd8dec388ebda5539667604197c3"
|
|
SRC_URI[archive.sha256sum] = "004bdbe43cf8290f2de7d8537e14d8957610ca479a4fa368e34dbd03f03ec9d9"
|
|
|