From 361a54c40695f604b23bd88f123e6b4688b6ec97 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Mon, 18 Apr 2011 12:11:42 -0700 Subject: [PATCH] dconf: Add recipe for 0.5.1 Signed-off-by: Steve Sakoman Signed-off-by: Koen Kooi --- recipes/gnome/dconf_0.5.1.bb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 recipes/gnome/dconf_0.5.1.bb 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 \ + " + -- 2.11.4.GIT