2 # Contributor: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
4 _pkgname=thunar-actions-plugin
5 pkgname=${_pkgname}-realgit
8 pkgdesc="Thunar contestual menu plugin… real GIT-Snapshot, not from BerliOS.de"
11 url="http://www.xfce.org"
13 depends=('thunar-git')
14 makedepends=('git' 'intltool' 'pkgconfig' 'xfce4-dev-tools-git')
15 provides=("${_pkgname}")
20 _gitroot="git://git.xfce.org/thunar-plugins/$_pkgname"
26 msg "Getting sources..."
28 if [ -d "$srcdir/$_gitname" ] ; then
29 cd $_gitname && git pull origin
30 msg "The local files are updated."
35 msg "GIT checkout done or server timeout"
36 msg "Starting build..."
41 ./autogen.sh --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
42 --localstatedir=/var --disable-static --enable-debug=minimum \
43 --enable-maintainer-mode || return 1
46 make DESTDIR=${startdir}/pkg install || return 1