gconf-editor: add 2.28.0
authorKoen Kooi <koen@openembedded.org>
Fri, 5 Mar 2010 08:58:58 +0000 (09:58 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 5 Mar 2010 08:58:58 +0000 (09:58 +0100)
recipes/gnome/gconf-editor_2.28.0.bb [new file with mode: 0644]

diff --git a/recipes/gnome/gconf-editor_2.28.0.bb b/recipes/gnome/gconf-editor_2.28.0.bb
new file mode 100644 (file)
index 0000000..096b589
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Editor for the gnome registry"
+LICENSE = "GPLv2"
+DEPENDS = "policykit gnome-doc-utils gconf"
+
+inherit gnome gconf
+
+SRC_URI[archive.md5sum] = "f3f19df4ce47ca27bf69d355f24ac5ba"
+SRC_URI[archive.sha256sum] = "35f5256f1a93e872586bb6b8c81f7ebfdd78ab3edcfa508f59f99f0f75a74839"
+
+do_configure_prepend() {
+       sed -i -e s:docs::g ${S}/Makefile.am
+}
+
+FILES_${PN} += "${datadir}/icons"