xarchiver: align libexecdir so that thunar-archive-plugin finds tap files

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.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller 2013-05-13 14:41:15 +02:00 committed by Martin Jansa
parent 29cd0c6255
commit b4d3770a32

View File

@ -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"