# Description: Add subvesion/git actions to the Thunar context menu # URL: https://docs.xfce.org/xfce/thunar/vcs # Maintainer: Jay Lanagan, j at lngn dot net # Depends on: thunar git name=thunar-vcs-plugin version=0.4.0 release=1 source=(http://archive.xfce.org/src/thunar-plugins/$name/${version%.*}/$name-$version.tar.xz) build() { meson setup $name-$version build \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --buildtype=plain meson compile -C build DESTDIR=$PKG meson install -C build rm -rf $PKG/usr/share/locale }