summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-05-21 11:00:31 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-27 17:06:34 +0100
commitb25a61d8c7205eeaba5c62c987b666f0130a5399 (patch)
treed2be5297b365f70c782ad7f74fc38538fe0e87c8 /meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb
parent710a26583127fff91380205338b147aa9935520b (diff)
downloadpoky-b25a61d8c7205eeaba5c62c987b666f0130a5399.tar.gz
gsettings-desktop-schemas: upgrade 3.28.1 -> 3.32.0
* build with meson * dependency intltool-native can go - they moved gettext only translation * put gnome inherits together (From OE-Core rev: e965b72c08fc94c7c6dbfea36505400f3dbb2c53) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb')
-rw-r--r--meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb
new file mode 100644
index 0000000000..859f70466b
--- /dev/null
+++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb
@@ -0,0 +1,16 @@
1SUMMARY = "GNOME desktop-wide GSettings schemas"
2HOMEPAGE = "http://live.gnome.org/gsettings-desktop-schemas"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "LGPLv2.1"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
7
8DEPENDS = "glib-2.0"
9
10GNOMEBASEBUILDCLASS = "meson"
11
12inherit gnomebase gsettings gobject-introspection gettext upstream-version-is-even
13
14SRC_URI[archive.md5sum] = "0c2d468a482c12594757442c983aa8ea"
15SRC_URI[archive.sha256sum] = "2d59b4b3a548859dfae46314ee4666787a00d5c82db382e97df7aa9d0e310a35"
16SRC_URI += "file://0001-Do-not-skip-gir-installation-for-cross-compiling.patch"