diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-08 14:54:28 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-09 16:16:29 +0200 |
commit | 48d4343132b55bb3ae2bd06e602660fc0f584b2f (patch) | |
tree | b1ca87e66da7e35a55d9d0934affa822a28c02d5 /recipes/gnome | |
parent | 4a402ce8144f97994a6c51d16536f3620f0a6343 (diff) |
gconf-editor: add 2.26.0
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gconf-editor_2.26.0.bb | 11 |
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" |