# Description: Add subvesion/git actions to the Thunar context menu # URL: https://docs.xfce.org/xfce/thunar/vcs # Maintainer: mac-a-r0ni, j at lngn dot net # Depends on: thunar git name=thunar-vcs-plugin version=0.3.0 release=1 source=(http://archive.xfce.org/src/thunar-plugins/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --disable-nls \ --disable-debug make make DESTDIR=$PKG install find $PKG/usr/lib/* -name "*.la" -type f|xargs rm -f }