gconf-editor: add 2.26.0
authorSteve Sakoman <steve@sakoman.com>
Sat, 8 Aug 2009 21:54:28 +0000 (14:54 -0700)
committerKoen Kooi <koen@openembedded.org>
Sun, 9 Aug 2009 14:16:29 +0000 (16:16 +0200)
conf/checksums.ini
recipes/gnome/gconf-editor_2.26.0.bb [new file with mode: 0644]

index f5f07ff..9e549ae 100644 (file)
@@ -7458,6 +7458,10 @@ sha256=e701134a1f5293070ca7d8d6311468f61e3a9765ebc520fcca6a0a38b214b7dc
 md5=845321d47b34f6ae19ac7e930c454e3d
 sha256=666ba1186b2697c3a99ee943775fbc7a7aa18f3c8cc3d335a2581dea62f812bf
 
+[http://ftp.gnome.org/pub/GNOME/sources/gconf-editor/2.26/gconf-editor-2.26.0.tar.bz2]
+md5=2dc76415b22d805cfacfcd5fb98f185c
+sha256=2801ff7d595039292850d4f7d87b3f7c950e92dbcb39facfe62c6fb184640e1f
+
 [http://www.boutell.com/gd/http/gd-2.0.21.tar.gz]
 md5=3134158635f5048dba99281c6b712a54
 sha256=c3b8b7b57019927dad40870c379eecfa6389443f7e2096aa0157a0224d400da1
diff --git a/recipes/gnome/gconf-editor_2.26.0.bb b/recipes/gnome/gconf-editor_2.26.0.bb
new file mode 100644 (file)
index 0000000..d373b10
--- /dev/null
@@ -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"