1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: Andrew Simmons <andrew.simmons@gmail.com>
4 pkgname=thunar-media-tags-plugin
7 pkgdesc="Adds special features for media files to the Thunar File Manager"
10 url="https://docs.xfce.org/xfce/thunar/media-tags"
11 groups=('xfce4-goodies')
12 depends=('taglib' 'thunar')
13 makedepends=('intltool')
14 source=(https://archive.xfce.org/src/thunar-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
15 sha256sums=('9592111e11699e449c1fbd5f72d1633ef39b00f17a988cd251ba228dab4fc90a')
23 --localstatedir=/var \
30 make DESTDIR="$pkgdir" install
33 # vim:set ts=2 sw=2 et: