summaryrefslogtreecommitdiff
path: root/community/geany-plugins/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-05-15 21:35:07 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-05-15 21:35:07 -0300
commit1a65caeb80e2cc8c7b39262d72255124d0c8614e (patch)
treefb2047cbeaa71fabba55e68dc8f5d4838fb5018c /community/geany-plugins/PKGBUILD
parent9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (diff)
parentb90f83b99150003a2022c3a4bbad90b12eb56b7e (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/geany-plugins/PKGBUILD')
-rw-r--r--community/geany-plugins/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD
index fd0692e96..9ad14990e 100644
--- a/community/geany-plugins/PKGBUILD
+++ b/community/geany-plugins/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 86001 2013-03-10 22:54:56Z arodseth $
+# $Id: PKGBUILD 90241 2013-05-09 23:30:17Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: djgera
@@ -6,12 +6,12 @@
pkgname=geany-plugins
pkgver=1.23
-pkgrel=1
+pkgrel=2
pkgdesc='Plugins for Geany'
arch=('x86_64' 'i686' 'mips64el')
url='http://plugins.geany.org/'
license=('GPL')
-depends=("geany=$pkgver" 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte'
+depends=("geany=$pkgver" 'gtkspell' 'webkitgtk2' 'ctpl' 'gpgme' 'vte'
'desktop-file-utils' 'gtk-update-icon-cache' 'lua51')
makedepends=('intltool' 'vala' 'gdb' 'cppcheck')
optdepends=('hspell: hebrew spell checker')
@@ -23,7 +23,6 @@ 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
make
}