[oe-commits] Koen Kooi : gsettings-desktop-schemas: add 3.0.1

git version control git at git.openembedded.org
Mon Jun 27 18:16:30 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 161703b7fb0702f51dbdec1338f9b53a28a12835
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=161703b7fb0702f51dbdec1338f9b53a28a12835

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Jun 24 17:06:55 2011 +0200

gsettings-desktop-schemas: add 3.0.1

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../gsettings-desktop-schemas_3.0.1.bb             |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gsettings-desktop-schemas_3.0.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gsettings-desktop-schemas_3.0.1.bb
new file mode 100644
index 0000000..ef9bc67
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-desktop/gsettings-desktop-schemas_3.0.1.bb
@@ -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
+}
+





More information about the Openembedded-commits mailing list