1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Tobias Kieslich <tobias (at) archlinux.org>
7 pkgdesc="Automatic management of removable drives and media for Thunar"
9 url="https://docs.xfce.org/xfce/thunar/thunar-volman"
12 depends=('thunar' 'libxfce4ui' 'hicolor-icon-theme')
13 makedepends=('intltool')
14 source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
15 sha256sums=('93b75c7ffbe246a21f4190295acc148e184be8df397e431b258d0d676e87fc65')
23 --localstatedir=/var \
30 make DESTDIR="$pkgdir" install
33 # vim:set ts=2 sw=2 et: