aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gconf-editor_2.28.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-05 09:58:58 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-05 09:58:58 +0100
commitdbb73cac5de3f6b1a9353a0f56837644bb992108 (patch)
tree8b2aa317ad894d4420416618da2be28413985e04 /recipes/gnome/gconf-editor_2.28.0.bb
parent28014bdfa3e88b561189ef134bb175dd381bc720 (diff)
downloadopenembedded-dbb73cac5de3f6b1a9353a0f56837644bb992108.tar.gz
gconf-editor: add 2.28.0
Diffstat (limited to 'recipes/gnome/gconf-editor_2.28.0.bb')
-rw-r--r--recipes/gnome/gconf-editor_2.28.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gnome/gconf-editor_2.28.0.bb b/recipes/gnome/gconf-editor_2.28.0.bb
new file mode 100644
index 0000000000..096b5894f1
--- /dev/null
+++ b/recipes/gnome/gconf-editor_2.28.0.bb
@@ -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"