Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame^] | 1 | SUMMARY = "GNOME desktop-wide GSettings schemas" |
| 2 | DESCRIPTION = "GSettings desktop-wide schemas contains a collection of \ |
| 3 | GSettings schemas for settings shared by various components of a desktop." |
| 4 | HOMEPAGE = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas" |
| 5 | BUGTRACKER = "https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/issues" |
| 6 | |
| 7 | LICENSE = "LGPLv2.1" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 9 | |
| 10 | DEPENDS = "glib-2.0" |
| 11 | |
| 12 | GNOMEBASEBUILDCLASS = "meson" |
| 13 | |
| 14 | inherit gnomebase gsettings gobject-introspection gettext upstream-version-is-even |
| 15 | |
| 16 | SRC_URI[archive.md5sum] = "697db9e6b2ae058f8a0d0b023e32ceac" |
| 17 | SRC_URI[archive.sha256sum] = "764ab683286536324533a58d4e95fc57f81adaba7d880dd0ebbbced63e960ea6" |
| 18 | SRC_URI += "file://0001-Do-not-skip-gir-installation-for-cross-compiling.patch" |