aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gconf-editor_2.26.0.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-08-08 14:54:28 -0700
committerKoen Kooi <koen@openembedded.org>2009-08-09 16:16:29 +0200
commit48d4343132b55bb3ae2bd06e602660fc0f584b2f (patch)
treeb1ca87e66da7e35a55d9d0934affa822a28c02d5 /recipes/gnome/gconf-editor_2.26.0.bb
parent4a402ce8144f97994a6c51d16536f3620f0a6343 (diff)
downloadopenembedded-48d4343132b55bb3ae2bd06e602660fc0f584b2f.tar.gz
gconf-editor: add 2.26.0
Diffstat (limited to 'recipes/gnome/gconf-editor_2.26.0.bb')
-rw-r--r--recipes/gnome/gconf-editor_2.26.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gnome/gconf-editor_2.26.0.bb b/recipes/gnome/gconf-editor_2.26.0.bb
new file mode 100644
index 0000000000..d373b1022a
--- /dev/null
+++ b/recipes/gnome/gconf-editor_2.26.0.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = "Editor for the gnome registry"
+LICENSE = "GPLv2"
+DEPENDS = "gnome-doc-utils gconf"
+
+inherit gnome gconf
+
+do_configure_prepend() {
+ sed -i -e s:docs::g ${S}/Makefile.am
+}
+
+FILES_${PN} += "${datadir}/icons"