2019-05-18 13:57:55 +02:00
|
|
|
# Description: Version control system for thunar
|
|
|
|
# URL: https://git.xfce.org/thunar-plugins/thunar-vcs-plugin/
|
|
|
|
# Maintainer: jolupa, jolupameister at gmail dot com
|
2019-06-07 00:13:38 +02:00
|
|
|
# Depends on: xfce4-dev-tools thunar git
|
2019-05-18 13:57:55 +02:00
|
|
|
|
|
|
|
name=thunar-vcs-plugin
|
|
|
|
version=0.2.0
|
2019-05-20 21:48:17 +02:00
|
|
|
release=2
|
2019-05-18 13:57:55 +02:00
|
|
|
source=(https://git.xfce.org/thunar-plugins/$name/snapshot/$name-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./autogen.sh \
|
|
|
|
--prefix=/usr \
|
|
|
|
--libexecdir=/usr/lib/$name \
|
|
|
|
--disable-subversion \
|
|
|
|
--enable-git
|
|
|
|
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
2019-05-20 21:48:17 +02:00
|
|
|
#rm -r $PKG/usr/share/locale
|
|
|
|
|
2019-05-18 13:57:55 +02:00
|
|
|
}
|