1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
4 pkgname=thunar-archive-plugin
7 pkgdesc="Adds archive operations to the Thunar file context menus"
9 url="https://docs.xfce.org/xfce/thunar/archive"
11 groups=('xfce4-goodies')
12 depends=('thunar' 'hicolor-icon-theme')
13 makedepends=('intltool' 'xfce4-dev-tools')
14 optdepends=('file-roller' 'engrampa' 'ark' 'xarchiver')
15 source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
16 sha256sums=('a81b3ab1d3cd77c7b3d6db15b37a3c12d65b06e373edc3c21083f02d605d8bed')
24 --libexecdir=/usr/lib/xfce4 \
25 --localstatedir=/var \
32 make DESTDIR="$pkgdir" install
35 # vim:set ts=2 sw=2 et: