1 # Maintainer: Alexander Rødseth <rodseth@gmail.com>
2 # Contributor: eht16 <enrico.troeger@uvena.de>
3 # Contributor: Addict7 <nicolasfloquet@gmail.com>
4 pkgname=geany-plugins-svn
7 pkgdesc="Various plugins for Geany"
9 url="http://plugins.geany.org/"
11 depends=('geany>=0.21' 'vte' 'lua' 'libwebkit' 'ctpl' 'gpgme' 'gtkspell' 'hicolor-icon-theme')
12 makedepends=('subversion' 'libtool' 'python' 'gpgme' 'ctpl' 'lua')
13 optdepends=('hspell: hebrew spell checker')
14 install=geany-plugins-svn.install
15 _svntrunk=https://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins
21 if [ -d "$_svnmod/.svn" ]; then
22 (cd "$_svnmod" && svn up -r "$pkgver")
24 svn co $_svntrunk --config-dir ./ -r "$pkgver" "$_svnmod"
26 msg "SVN checkout done or server timeout"
29 ./waf configure --prefix=/usr --libexecdir=/usr/lib
37 ./waf --destdir="$pkgdir" install
40 # vim:set ts=2 sw=2 et: