# Description: Thunar plugin for SVN and GIT integrations # URL: http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Jose V Beneyto, sepen at crux dot nu # Depends on: thunar subversion git # Group: xfce4 name=thunar-vcs-plugin version=0.1.4 release=1 source=(http://archive.xfce.org/src/thunar-plugins/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=$(pkg-config --variable prefix thunarx-2) \ --libexecdir=/usr/lib/thunar make make DESTDIR=$PKG install rm -r $PKG/usr/share/locale }