summaryrefslogtreecommitdiff
path: root/community/geany-plugins/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-11 00:04:02 -0700
committerroot <root@rshg054.dnsready.net>2013-03-11 00:04:02 -0700
commitef17357a9745e05e301b724d13a341067ddb3d5b (patch)
tree676472a92698122808799ec6539e332e4cbb9ce4 /community/geany-plugins/PKGBUILD
parent6ee08d6a9217906f2ef84f70923d3d362d4b40ad (diff)
Mon Mar 11 00:04:02 PDT 2013
Diffstat (limited to 'community/geany-plugins/PKGBUILD')
-rw-r--r--community/geany-plugins/PKGBUILD21
1 files changed, 11 insertions, 10 deletions
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD
index 97746241d..f9d4876e8 100644
--- a/community/geany-plugins/PKGBUILD
+++ b/community/geany-plugins/PKGBUILD
@@ -1,29 +1,30 @@
-# $Id: PKGBUILD 81735 2012-12-27 22:27:45Z arodseth $
+# $Id: PKGBUILD 86001 2013-03-10 22:54:56Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: djgera
# Contributor: Patrick Melo <patrick@patrickmelo.eti.br>
pkgname=geany-plugins
-pkgver=1.22
-pkgrel=5
-pkgdesc='Combined plugins release for Geany'
+pkgver=1.23
+pkgrel=1
+pkgdesc='Plugins for Geany'
arch=('x86_64' 'i686')
url='http://plugins.geany.org/'
license=('GPL')
-depends=('geany=1.22' 'lua51' 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils' 'gtk-update-icon-cache')
+depends=("geany=$pkgver" 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte'
+ 'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
optdepends=('hspell: hebrew spell checker')
options=('!libtool')
-install=geany-plugins.install
-source=("http://plugins.geany.org/geany-plugins/$pkgname-$pkgver.tar.bz2")
-sha256sums=('a0dcf0cb00ac260670ef8fae682aade60c7c3075c88121fd21f3aecdff84e1ce')
+install="$pkgname.install"
+source=("http://plugins.geany.org/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha256sums=('ff26860edd1cbaea88c73bd8c2bd02f9ba04046674f05d3696baf66582e2bf58')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # the geanylua plugin currently doesn't work with lua 5.2, only 5.1
- ./configure --prefix=/usr --libexecdir=/usr/lib # --disable-geanylua
+ # The geanylua plugin currently doesn't work with lua 5.2, only 5.1
+ ./configure --prefix=/usr --libexecdir=/usr/lib
make
}