blob: f54b242e7365600136cf5b4769c0ab9e223d8c42 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "GNOME desktop-wide GSettings schemas"
2DESCRIPTION = "GSettings desktop-wide schemas contains a collection of \
3GSettings schemas for settings shared by various components of a desktop."
4HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas"
5BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues"
6
7LICENSE = "LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
9
10DEPENDS = "glib-2.0"
11
12GNOMEBASEBUILDCLASS = "meson"
13
14inherit gnomebase gsettings gobject-introspection gettext upstream-version-is-even
15
Andrew Geissler1e34c2d2020-05-29 16:02:59 -050016SRC_URI[archive.md5sum] = "708ddd8dec388ebda5539667604197c3"
17SRC_URI[archive.sha256sum] = "004bdbe43cf8290f2de7d8537e14d8957610ca479a4fa368e34dbd03f03ec9d9"
Andrew Geissler82c905d2020-04-13 13:39:40 -050018SRC_URI += "file://0001-Do-not-skip-gir-installation-for-cross-compiling.patch"