1SUMMARY = "Lightweight, desktop independent GTK+ archive manager" 2HOMEPAGE = "http://xarchiver.sourceforge.net" 3SECTION = "x11" 4 5LICENSE = "GPL-2.0-or-later" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7 8DEPENDS = "gtk+3 glib-2.0 xfce4-dev-tools-native intltool-native" 9 10SRC_URI = "git://github.com/ib/xarchiver.git;branch=master;protocol=https" 11SRCREV = "2f6c91e756678f0723305d8636e8e393c1eef32c" 12PV = "0.5.4.17" 13S = "${WORKDIR}/git" 14 15inherit gettext pkgconfig autotools gtk-icon-cache features_check mime-xdg 16 17REQUIRED_DISTRO_FEATURES = "x11" 18 19# install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin 20EXTRA_OECONF += "--libexecdir=${libdir}" 21 22EXTRA_OECONF += " \ 23 --enable-maintainer-mode \ 24 --disable-doc \ 25" 26 27do_configure:prepend() { 28 touch ${S}/NEWS ${S}/AUTHORS 29} 30 31FILES:${PN} += "${libdir}/thunar-archive-plugin" 32 33RRECOMMENDS:${PN} = "lzop zip tar bzip2 unzip xz p7zip" 34