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

Jan de Groot jgc at nymeria.archlinux.org
Tue Oct 22 07:52:38 UTC 2013


    Date: Tuesday, October 22, 2013 @ 09:52:38
  Author: jgc
Revision: 197110

upgpkg: gtkspell 2.0.16-3

no static libs

Modified:
  gtkspell/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-22 05:48:33 UTC (rev 197109)
+++ PKGBUILD	2013-10-22 07:52:38 UTC (rev 197110)
@@ -4,9 +4,9 @@
 
 pkgname=gtkspell
 pkgver=2.0.16
-pkgrel=2
+pkgrel=3
 url="http://gtkspell.sourceforge.net/"
-pkgdesc="GtkSpell provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
+pkgdesc="Provides word-processor-style highlighting and replacement of misspelled words in a GtkTextView widget"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk2' 'enchant')
@@ -17,7 +17,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static
   make
 }
 




More information about the arch-commits mailing list