blob: abb5c14e648672a3beb1fdbf5488f3e41284dc72 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "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 = "55f923ebc623bcc8f53368543847350a23688189"
12
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"