[arch-commits] Commit in geany-plugins/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Oct 20 13:36:24 UTC 2014


    Date: Monday, October 20, 2014 @ 15:36:24
  Author: arodseth
Revision: 121065

upgpkg: geany-plugins 1.24-2, see FS#42417

Modified:
  geany-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-20 13:05:26 UTC (rev 121064)
+++ PKGBUILD	2014-10-20 13:36:24 UTC (rev 121065)
@@ -6,7 +6,7 @@
 
 pkgname=geany-plugins
 pkgver=1.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Plugins for Geany'
 arch=('x86_64' 'i686')
 url='http://plugins.geany.org/'
@@ -22,7 +22,13 @@
 build() {
   cd "$pkgname-$pkgver"
 
-  ./configure --prefix=/usr --libexecdir=/usr/lib
+  # Disabling geanypy because it doesn't compile
+  # Disabling debugger because it makes geany crash, see FS#42417
+  ./configure \
+    --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --disable-geanypy \
+    --disable-debugger
   make 
 }
 



More information about the arch-commits mailing list