[oe-commits] Steve Sakoman : gconf-editor: add 2.26.0

git version control git at git.openembedded.org
Sun Aug 9 14:17:46 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 48d4343132b55bb3ae2bd06e602660fc0f584b2f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=48d4343132b55bb3ae2bd06e602660fc0f584b2f

Author: Steve Sakoman <steve at sakoman.com>
Date:   Sat Aug  8 14:54:28 2009 -0700

gconf-editor: add 2.26.0

---

 conf/checksums.ini                   |    4 ++++
 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 f5f07ff..9e549ae 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 0000000..d373b10
--- /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"





More information about the Openembedded-commits mailing list