gsettings-desktop-schemas: add 3.0.1
authorKoen Kooi <koen@dominion.thruhere.net>
Fri, 24 Jun 2011 15:06:55 +0000 (17:06 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:13:34 +0000 (08:13 -0800)
(From meta-openembedded rev: 161703b7fb0702f51dbdec1338f9b53a28a12835)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gsettings-desktop-schemas_3.0.1.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gsettings-desktop-schemas_3.0.1.bb b/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gsettings-desktop-schemas_3.0.1.bb
new file mode 100644 (file)
index 0000000..ef9bc67
--- /dev/null
@@ -0,0 +1,15 @@
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
+
+inherit gnome
+
+RDEPENDS_${PN} = "glib-2.0-utils"
+
+pkg_postinst_${PN} () {
+if [ -n "$D" ]; then
+    exit 1
+fi
+
+glib-compile-schemas ${datadir}/glib-2.0/schemas
+}
+