[oe-commits] Koen Kooi : gconf-editor: add 2.28.0

git version control git at git.openembedded.org
Fri Mar 5 09:39:43 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: dbb73cac5de3f6b1a9353a0f56837644bb992108
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dbb73cac5de3f6b1a9353a0f56837644bb992108

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Mar  5 09:58:58 2010 +0100

gconf-editor: add 2.28.0

---

 recipes/gnome/gconf-editor_2.28.0.bb |   14 ++++++++++++++
 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 0000000..096b589
--- /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"





More information about the Openembedded-commits mailing list