nautilus: add 2.24.2
authorKoen Kooi <koen@openembedded.org>
Fri, 5 Dec 2008 10:18:15 +0000 (11:18 +0100)
committerKoen Kooi <koen@openembedded.org>
Fri, 5 Dec 2008 10:18:15 +0000 (11:18 +0100)
packages/nautilus/nautilus_2.24.2.bb [new file with mode: 0644]

diff --git a/packages/nautilus/nautilus_2.24.2.bb b/packages/nautilus/nautilus_2.24.2.bb
new file mode 100644 (file)
index 0000000..83b6d89
--- /dev/null
@@ -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
+}