[arch-commits] Commit in hunspell/repos (extra-i686 extra-i686/PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 4 21:15:30 UTC 2009


    Date: Sunday, October 4, 2009 @ 17:15:30
  Author: andyrtr
Revision: 53987

Merged revisions 53985 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/hunspell/trunk

........
  r53985 | andyrtr | 2009-10-04 23:12:59 +0200 (So, 04 Okt 2009) | 2 lines
  
  upgpkg: hunspell 1.2.8-2
      add ncurses based userinterface and readline support, enable some experimental functions - closes #15107
........

Modified:
  hunspell/repos/extra-i686/	(properties)
  hunspell/repos/extra-i686/PKGBUILD

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


Property changes on: hunspell/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /hunspell/trunk:1-20745
   + /hunspell/trunk:1-53986

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-10-04 21:13:46 UTC (rev 53986)
+++ extra-i686/PKGBUILD	2009-10-04 21:15:30 UTC (rev 53987)
@@ -1,23 +1,23 @@
 # $Id$
-# Maintainer: Alexander Fehr <pizzapunk gmail com>
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 
 pkgname=hunspell
 pkgver=1.2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="Spell checker and morphological analyzer library and program"
 arch=('i686' 'x86_64')
 url="http://hunspell.sourceforge.net/"
 license=('GPL' 'LGPL' 'MPL')
-depends=('gcc-libs')
+depends=('gcc-libs' 'readline')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
 md5sums=('1177af54a09e320d2c24015f29c3a93e')
 
 build() {
   cd "$srcdir/hunspell-$pkgver"
-
-  ./configure --prefix=/usr --disable-static || return 1
+  ./configure --prefix=/usr --disable-static \
+	--with-ui --with-readline --with-experimental || return 1
   make || return 1
   make DESTDIR="$pkgdir" install || return 1
 }




More information about the arch-commits mailing list