aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2011-04-18 12:11:42 -0700
committerKoen Kooi <koen@openembedded.org>2011-05-08 20:24:34 +0200
commit361a54c40695f604b23bd88f123e6b4688b6ec97 (patch)
tree9dcd5c4692b82134555d2a1bcd99b2337a40d243 /recipes/gnome
parentf4317ffdb741a691c65166a5e636710458d7137c (diff)
downloadopenembedded-361a54c40695f604b23bd88f123e6b4688b6ec97.tar.gz
dconf: Add recipe for 0.5.1
Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gnome')
-rw-r--r--recipes/gnome/dconf_0.5.1.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/gnome/dconf_0.5.1.bb b/recipes/gnome/dconf_0.5.1.bb
new file mode 100644
index 0000000000..07e391558b
--- /dev/null
+++ b/recipes/gnome/dconf_0.5.1.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Gnome dconf"
+LICENSE = "GPL"
+SECTION = "x11/gnome"
+DEPENDS = ""
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "c905497d0255fe2ba58564f9655908ab"
+SRC_URI[archive.sha256sum] = "0083d70e1b5e540d8d4b3f04fa5d17dff4c574136682fe3bdd9b5ecc196ec4f6"
+
+FILES_${PN} += "${datadir}/dbus-1/ \
+ ${datadir}/vala \
+ ${libdir}//gio/modules/*.so \
+ "
+