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')
16 source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
17 sha256sums=('8eca88a358282a5acdea72984db0d930efdf658b4bc5b82ef7bcd06224366ffa')
25 --libexecdir=/usr/lib/xfce4 \
26 --localstatedir=/var \
33 make DESTDIR="$pkgdir" install
36 # vim:set ts=2 sw=2 et: