gconf-editor: update to 2.24
authorKoen Kooi <koen@openembedded.org>
Thu, 25 Sep 2008 18:52:23 +0000 (18:52 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 25 Sep 2008 18:52:23 +0000 (18:52 +0000)
packages/gnome/gconf-editor_2.24.0.bb [new file with mode: 0644]

diff --git a/packages/gnome/gconf-editor_2.24.0.bb b/packages/gnome/gconf-editor_2.24.0.bb
new file mode 100644 (file)
index 0000000..88b515c
--- /dev/null
@@ -0,0 +1,11 @@
+DESCRIPTION = "Editor for the gnome registry"
+LICENSE = "GPLv2"
+DEPENDS = "gnome-doc-utils gconf-dbus"
+
+inherit gnome gconf
+
+do_configure_prepend() {
+       sed -i -e s:docs::g ${S}/Makefile.am
+}
+
+FILES_${PN} += "${datadir}/icons"