From f898ca0bac349e5ffa815b91afbcc852956d8913 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 28 Dec 2012 02:03:12 -0800 Subject: Fri Dec 28 01:59:05 PST 2012 --- community/geany-plugins/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'community/geany-plugins/PKGBUILD') diff --git a/community/geany-plugins/PKGBUILD b/community/geany-plugins/PKGBUILD index 1c03c88b3..97746241d 100644 --- a/community/geany-plugins/PKGBUILD +++ b/community/geany-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 81106 2012-12-12 00:47:32Z eric $ +# $Id: PKGBUILD 81735 2012-12-27 22:27:45Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Angel 'angvp' Velasquez # Contributor: djgera @@ -6,12 +6,12 @@ pkgname=geany-plugins pkgver=1.22 -pkgrel=4 +pkgrel=5 pkgdesc='Combined plugins release for Geany' arch=('x86_64' 'i686') url='http://plugins.geany.org/' license=('GPL') -depends=('geany=1.22' 'lua' 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils' 'gtk-update-icon-cache') +depends=('geany=1.22' 'lua51' 'gtkspell' 'libwebkit' 'ctpl' 'gpgme' 'vte' 'desktop-file-utils' 'gtk-update-icon-cache') makedepends=('intltool' 'vala' 'gdb' 'cppcheck') optdepends=('hspell: hebrew spell checker') options=('!libtool') @@ -22,7 +22,8 @@ sha256sums=('a0dcf0cb00ac260670ef8fae682aade60c7c3075c88121fd21f3aecdff84e1ce') build() { cd "$srcdir/$pkgname-$pkgver" - ./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 # --disable-geanylua make } -- cgit v1.2.3-54-g00ecf