summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2014-04-01 10:55:46 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 10:40:27 +0200
commit2699b34e64ba55de72ec972d5f8e5682c0ba877a (patch)
tree70ac9b8518282395b28dce555ef4960b1959ed70 /meta-xfce/recipes-apps
parentde430ccd76bc07202b466c15050814de8d4637f7 (diff)
downloadmeta-openembedded-2699b34e64ba55de72ec972d5f8e5682c0ba877a.tar.gz
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>
Diffstat (limited to 'meta-xfce/recipes-apps')
-rw-r--r--meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb8
1 files changed, 2 insertions, 6 deletions
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
index ba538e6c9..9e4b6963c 100644
--- a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
+++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
@@ -5,24 +5,20 @@ SECTION = "x11"
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7 7
8DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native" 8DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native intltool-native"
9 9
10SRC_URI = "git://gitorious.org/xfce/xarchiver.git;branch=master" 10SRC_URI = "git://gitorious.org/xfce/xarchiver.git;branch=master"
11SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3" 11SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3"
12PV = "0.5.3" 12PV = "0.5.3"
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15inherit gettext pkgconfig autotools gtk-icon-cache 15inherit xfce-git gettext pkgconfig autotools gtk-icon-cache
16 16
17# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin 17# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
18EXTRA_OECONF += "--libexecdir=${libdir}" 18EXTRA_OECONF += "--libexecdir=${libdir}"
19 19
20EXTRA_OECONF += "--enable-maintainer-mode" 20EXTRA_OECONF += "--enable-maintainer-mode"
21 21
22do_configure_prepend() {
23 NOCONFIGURE=yes ./autogen.sh
24}
25
26FILES_${PN} += "${libdir}/thunar-archive-plugin" 22FILES_${PN} += "${libdir}/thunar-archive-plugin"
27 23
28RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz" 24RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz"