From ddc42a6b095996ac505c183cb8393f9b7dcba49b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Mon, 13 May 2013 14:41:15 +0200 Subject: [PATCH] xarchiver: align libexecdir so that thunar-archive-plugin finds tap files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit xarchiver installs tap files for thunar-archive-plugin in $libexexdir/thunar-archive-plugin under the assumption that there is a single/common $libexexdir for all packages. In bitbake.conf oe-core sets libexecdir = "${libdir}/${BPN}" which causes thunar-archive-plugin not to find xarchiver tap-files. (From meta-openembedded rev: b4d3770a32b39422b5d7af1783ed8390e8ff477e) Signed-off-by: Andreas Müller Signed-off-by: Patrick Ohly --- .../meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb b/meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb index f47a3bc..6482adc 100644 --- a/meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb +++ b/meta-openembedded/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Lightweight, desktop independent GTK+ archive manager" HOMEPAGE = "http://xarchiver.sourceforge.net" SECTION = "x11" -PR = "r2" +PR = "r3" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" @@ -14,4 +14,9 @@ SRC_URI[sha256sum] = "cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa6 inherit gettext pkgconfig autotools gtk-icon-cache +# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin +EXTRA_OECONF += "--libexecdir=${libdir}" + +FILES_${PN} += "${libdir}/thunar-archive-plugin" + RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip" -- 2.7.4