summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-06-10 11:07:10 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-06-20 12:28:00 +0200
commit8c47ded66321e1592c0ed5c4be459bf376738697 (patch)
tree5ba7eb1d02a56206a43304bc31aa11f5f9fd3565 /meta-xfce
parent0f80982176e86fffa7c5b93ed4516118a6fe2b59 (diff)
downloadmeta-openembedded-8c47ded66321e1592c0ed5c4be459bf376738697.tar.gz
xarchiver: update to 0.5.3 for various bugfixes
xarchiver is unmaintained for long time. Since I think it is worth to invest further development I did collect pending patches, wrote some myself, pushed into my git repo and contacted the developer. He signalled 'green light' for me maintaining xarchiver in the future. As long as I have not yet created/uploaded a tarball let us use my git-repo for the sources. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb (renamed from meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb)16
1 files changed, 11 insertions, 5 deletions
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
index 6482adcc2..b616267e4 100644
--- a/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb
+++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
@@ -1,22 +1,28 @@
1DESCRIPTION = "Lightweight, desktop independent GTK+ archive manager" 1DESCRIPTION = "Lightweight, desktop independent GTK+ archive manager"
2HOMEPAGE = "http://xarchiver.sourceforge.net" 2HOMEPAGE = "http://xarchiver.sourceforge.net"
3SECTION = "x11" 3SECTION = "x11"
4PR = "r3"
5 4
6LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
8 7
9DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native" 8DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native"
10 9
11SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2" 10SRC_URI = "git://gitorious.org/xfce/xarchiver.git;protocol=git;branch=master"
12SRC_URI[md5sum] = "2bc7f06403cc6582dd4a8029ec9d038d" 11SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3"
13SRC_URI[sha256sum] = "cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa677ad2a" 12PV = "0.5.3"
13S = "${WORKDIR}/git"
14 14
15inherit gettext pkgconfig autotools gtk-icon-cache 15inherit 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"
21
22do_configure_prepend() {
23 NOCONFIGURE=yes ./autogen.sh
24}
25
20FILES_${PN} += "${libdir}/thunar-archive-plugin" 26FILES_${PN} += "${libdir}/thunar-archive-plugin"
21 27
22RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip" 28RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz"