aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
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/recipes-apps/xarchiver/xarchiver_git.bb
parent0f80982176e86fffa7c5b93ed4516118a6fe2b59 (diff)
downloadmeta-openembedded-contrib-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/recipes-apps/xarchiver/xarchiver_git.bb')
-rw-r--r--meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
new file mode 100644
index 0000000000..b616267e41
--- /dev/null
+++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_git.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "Lightweight, desktop independent GTK+ archive manager"
+HOMEPAGE = "http://xarchiver.sourceforge.net"
+SECTION = "x11"
+
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native"
+
+SRC_URI = "git://gitorious.org/xfce/xarchiver.git;protocol=git;branch=master"
+SRCREV = "e80e90528c9aab2fe36d9078b945b44c05cc20d3"
+PV = "0.5.3"
+S = "${WORKDIR}/git"
+
+inherit gettext pkgconfig autotools gtk-icon-cache
+
+# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin
+EXTRA_OECONF += "--libexecdir=${libdir}"
+
+EXTRA_OECONF += "--enable-maintainer-mode"
+
+do_configure_prepend() {
+ NOCONFIGURE=yes ./autogen.sh
+}
+
+FILES_${PN} += "${libdir}/thunar-archive-plugin"
+
+RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz"