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

git version control git at git.openembedded.org
Thu Apr 8 15:29:04 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  8 11:20:37 2010 +0200

gconf-editor: add 2.30.0

---

 recipes/gnome/gconf-editor_2.30.0.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/gconf-editor_2.30.0.bb b/recipes/gnome/gconf-editor_2.30.0.bb
new file mode 100644
index 0000000..ca5e6eb
--- /dev/null
+++ b/recipes/gnome/gconf-editor_2.30.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] = "2a941e3c64843be69190f38891470580"
+SRC_URI[archive.sha256sum] = "955d8eb6ff39f72002a7cfb0bed5e4b6eaad45410441e4a5a767767ec6db26d4"
+
+do_configure_prepend() {
+	sed -i -e s:docs::g ${S}/Makefile.am
+}
+
+FILES_${PN} += "${datadir}/icons"





More information about the Openembedded-commits mailing list