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

GIT User account git at amethyst.openembedded.net
Fri Dec 5 10:20:27 UTC 2008


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Dec  5 11:18:15 2008 +0100

nautilus: add 2.24.2

---

 packages/nautilus/nautilus_2.24.2.bb |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/packages/nautilus/nautilus_2.24.2.bb b/packages/nautilus/nautilus_2.24.2.bb
new file mode 100644
index 0000000..83b6d89
--- /dev/null
+++ b/packages/nautilus/nautilus_2.24.2.bb
@@ -0,0 +1,22 @@
+# nautilus OE build file
+# Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+inherit gnome
+
+LICENSE="GPL"
+
+DEPENDS += " gvfs tracker librsvg libexif eel esound gnome-desktop"
+RDEPENDS = "gvfs"
+
+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_stage() {
+	autotools_stage_all
+}





More information about the Openembedded-commits mailing list