[oe-commits] Koen Kooi : libgnome: add 2.30.0, convert to new style staging

git version control git at git.openembedded.org
Thu Apr 1 18:06:22 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  1 14:23:27 2010 +0200

libgnome: add 2.30.0, convert to new style staging

---

 recipes/gnome/libgnome_2.30.0.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/gnome/libgnome_2.30.0.bb b/recipes/gnome/libgnome_2.30.0.bb
new file mode 100644
index 0000000..307624d
--- /dev/null
+++ b/recipes/gnome/libgnome_2.30.0.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Gnome application programming libraries"
+LICENSE = "GPL"
+SECTION = "x11/gnome/libs"
+
+inherit gnome lib_package
+
+SRC_URI[archive.md5sum] = "1f85adc40b242b953c0e96ad017c2616"
+SRC_URI[archive.sha256sum] = "3ed932b94f16614cb03c7661f39b574845970c6ce3ca46e46338409283856f1f"
+
+DEPENDS = "gconf-native gnome-vfs libbonobo esound"
+
+EXTRA_OECONF = "--disable-gtk-doc"
+
+FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \
+                ${datadir}/gnome-background-properties ${datadir}/pixmaps"
+FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a"
+FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug"
+
+do_configure_prepend() {
+    sed -i -e s:docs::g ${S}/Makefile.am
+	echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
+	echo "EXTRA_DIST = version.xml" > gtk-doc.make
+}
+





More information about the Openembedded-commits mailing list