[oe-commits] Koen Kooi : nautilus: add 2.30.0

git version control git at git.openembedded.org
Thu Apr 1 15:13:30 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Apr  1 12:47:37 2010 +0200

nautilus: add 2.30.0

---

 recipes/nautilus/nautilus_2.30.0.bb |   37 +++++++++++++++++++++++++++++++++++
 1 files changed, 37 insertions(+), 0 deletions(-)

diff --git a/recipes/nautilus/nautilus_2.30.0.bb b/recipes/nautilus/nautilus_2.30.0.bb
new file mode 100644
index 0000000..347b7e2
--- /dev/null
+++ b/recipes/nautilus/nautilus_2.30.0.bb
@@ -0,0 +1,37 @@
+# nautilus OE build file
+# Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+inherit gnome
+
+SRC_URI += "file://idl-sysroot.patch;patch=1 \
+            file://no-try-run-strftime.diff;patch=1 \
+"
+
+SRC_URI[archive.md5sum] = "e09aea66166c0a90d09955bd4d2672be"
+SRC_URI[archive.sha256sum] = "01ecbc4b8b9a0ac726194eb81d3de7080ee52d885eb1898692aa951b093731a5"
+
+export SYSROOT = "${STAGING_DIR_HOST}"
+
+LICENSE="GPL"
+
+DEPENDS += "libunique  gvfs tracker librsvg libexif eel esound gnome-desktop orbit2-native"
+RDEPENDS = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash"
+
+EXTRA_OECONF = " --disable-gtk-doc  --disable-update-mimedb "
+
+PACKAGES += " libnautilus"
+
+FILES_${PN} += "${datadir}/icons  /usr/libexec/ "
+FILES_libnautilus = "/usr/lib/*.so*"
+FILES_${PN}-dbg += "/usr/libexec/.debug"
+
+do_configure_prepend() {
+	sed -i -e /docs/d Makefile.am
+}
+
+# We need native orbit-idl with target idl files. No way to say it in a clean way:
+do_configure_append () {
+	find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \;
+}
+





More information about the Openembedded-commits mailing list