diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-24 21:32:04 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-25 12:06:57 +0200 |
| commit | 34e1f711fceb8034a63417334943f64d5d66af6c (patch) | |
| tree | ae15e380b79a80afc49e5e387bba8be3e02faf13 | |
| parent | ed6175e37524eaf2f3e0a22922d2b549cd399152 (diff) | |
| download | meta-openembedded-34e1f711fceb8034a63417334943f64d5d66af6c.tar.gz | |
nautilus 2.32.2: fix packaging
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb index 4cd3c690e4..802fb978fa 100644 --- a/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb +++ b/meta-gnome/recipes-gnome/nautilus/nautilus_2.32.2.bb | |||
| @@ -6,6 +6,8 @@ LICENSE="GPLv2 && LGPLv2" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c0048536e43642a1f3a724c2909872b \ |
| 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" | 7 | file://COPYING.LIB;md5=f30a9716ef3762e3467a2f62bf790f0a" |
| 8 | 8 | ||
| 9 | PR = "r3" | ||
| 10 | |||
| 9 | DEPENDS = "libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" | 11 | DEPENDS = "libunique gvfs librsvg libexif esound gnome-desktop orbit2-native" |
| 10 | # optional: tracker | 12 | # optional: tracker |
| 11 | 13 | ||
| @@ -29,11 +31,10 @@ do_configure() { | |||
| 29 | find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \; | 31 | find -name Makefile -exec sed -i '/\/usr\/bin\/orbit-idl-2/{s:/usr/bin:${STAGING_BINDIR_NATIVE}:;s:/usr/share:${STAGING_DATADIR}:g}' {} \; |
| 30 | } | 32 | } |
| 31 | 33 | ||
| 32 | PACKAGES += " libnautilus" | ||
| 33 | |||
| 34 | RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash" | 34 | RDEPENDS_${PN} = "gvfs gvfsd-ftp gvfsd-sftp gvfsd-trash" |
| 35 | FILES_${PN} += "${datadir}/icons /usr/libexec/ " | 35 | FILES_${PN} += "${datadir}/icons /usr/libexec/ " |
| 36 | FILES_libnautilus = "/usr/lib/*.so*" | ||
| 37 | FILES_${PN}-dbg += "/usr/libexec/.debug" | 36 | FILES_${PN}-dbg += "/usr/libexec/.debug" |
| 38 | 37 | ||
| 38 | # Don't make nautils3 drag us in | ||
| 39 | PRIVATE_LIBS = "libnautilus-extension.so.1" | ||
| 39 | 40 | ||
