mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
xarchiver: fix configue
* use xfce-git to fix aclocal-copy error * add intltool-native in DEPENDS to fix | configure.in:57: error: possibly undefined macro: AC_PROG_INTLTOOL Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
de430ccd76
commit
2699b34e64
@@ -5,24 +5,20 @@ SECTION = "x11"
|
|||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native"
|
DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native intltool-native"
|
||||||
|
|
||||||
SRC_URI = "git://gitorious.org/xfce/xarchiver.git;branch=master"
|
SRC_URI = "git://gitorious.org/xfce/xarchiver.git;branch=master"
|
||||||
SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3"
|
SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3"
|
||||||
PV = "0.5.3"
|
PV = "0.5.3"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit gettext pkgconfig autotools gtk-icon-cache
|
inherit xfce-git gettext pkgconfig autotools gtk-icon-cache
|
||||||
|
|
||||||
# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
|
# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
|
||||||
EXTRA_OECONF += "--libexecdir=${libdir}"
|
EXTRA_OECONF += "--libexecdir=${libdir}"
|
||||||
|
|
||||||
EXTRA_OECONF += "--enable-maintainer-mode"
|
EXTRA_OECONF += "--enable-maintainer-mode"
|
||||||
|
|
||||||
do_configure_prepend() {
|
|
||||||
NOCONFIGURE=yes ./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/thunar-archive-plugin"
|
FILES_${PN} += "${libdir}/thunar-archive-plugin"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz"
|
RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz"
|
||||||
|
|||||||
Reference in New Issue
Block a user