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 | |
parent | 4a402ce8144f97994a6c51d16536f3620f0a6343 (diff) |
gconf-editor: add 2.26.0
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/gnome/gconf-editor_2.26.0.bb | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index f5f07ffccb..9e549ae362 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -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 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" |