Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Lightweight, desktop independent GTK+ archive manager" |
| 2 | HOMEPAGE = "http://xarchiver.sourceforge.net" |
| 3 | SECTION = "x11" |
| 4 | |
| 5 | LICENSE = "GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 7 | |
| 8 | DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native intltool-native" |
| 9 | |
| 10 | SRC_URI = "git://github.com/schnitzeltony/xarchiver.git;branch=master" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 11 | SRCREV = "5a26dd8ceab0af71b30c83286d7c7398a858c814" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 12 | PV = "0.5.3" |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 15 | inherit xfce-git gettext pkgconfig autotools gtk-icon-cache distro_features_check |
| 16 | |
| 17 | REQUIRED_DISTRO_FEATURES = "x11" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 18 | |
| 19 | # install tap files for thunar-archive-plugin in ${libdir}/thunar-archive-plugin |
| 20 | EXTRA_OECONF += "--libexecdir=${libdir}" |
| 21 | |
| 22 | EXTRA_OECONF += "--enable-maintainer-mode" |
| 23 | |
| 24 | FILES_${PN} += "${libdir}/thunar-archive-plugin" |
| 25 | |
| 26 | RRECOMMENDS_${PN} = "lzop zip tar bzip2 unzip xz" |