[oe-commits] Koen Kooi : gnome-utils: 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: 48dd41af752de71f653a7232bbcae02886810d7f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=48dd41af752de71f653a7232bbcae02886810d7f

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  8 10:45:23 2010 +0200

gnome-utils: add 2.30.0

---

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

diff --git a/recipes/gnome/gnome-utils_2.30.0.bb b/recipes/gnome/gnome-utils_2.30.0.bb
new file mode 100644
index 0000000..2411bf4
--- /dev/null
+++ b/recipes/gnome/gnome-utils_2.30.0.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "GNOME utilities"
+SECTION = "x11/gnome"
+LICENSE = "GPL"
+DEPENDS = "gnome-common glib-2.0 gtk+ gconf"
+
+inherit gnome pkgconfig
+
+SRC_URI += "file://no-try-run-strftime.diff;patch=1"
+SRC_URI[archive.md5sum] = "c6d779ddccf99cbe0667b578078dd011"
+SRC_URI[archive.sha256sum] = "745bb25fce536dc5337e7b5cbcbce9eee66b3cc0c500de302759b98ebcef6a8f"
+
+EXTRA_OECONF = "--disable-scrollkeeper"
+
+do_configure_append() {
+        for i in $(find ${S} -name "Makefile") ; do
+            sed -i -e s:-Werror::g $i
+        done
+}
+
+FILES_${PN} += "${datadir}/baobab \
+                ${datadir}/gdict-1.0 \
+                ${datadir}/gnome-dictionary \
+                ${datadir}/gnome-screenshot \
+               "
+
+





More information about the Openembedded-commits mailing list