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

Jan de Groot jgc at archlinux.org
Thu May 1 13:36:04 UTC 2008


    Date: Thursday, May 1, 2008 @ 09:36:04
  Author: jgc
Revision: 1148

upgpkg: enchant 1.4.1-1
    Enable all backends we have the dependencies for. Add license

Modified:
  enchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-01 13:30:56 UTC (rev 1147)
+++ PKGBUILD	2008-05-01 13:36:04 UTC (rev 1148)
@@ -1,19 +1,20 @@
 # $Id$
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=enchant
-pkgver=1.3.0
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="A wrapper library for generic spell checking"
 arch=(i686 x86_64)
-depends=('aspell' 'glib2')
-options=(NOLIBTOOL)
+license=('LGPL')
+depends=('aspell' 'dbus-glib>=0.74' 'hunspell>=1.2.2' 'hspell>=1.0-2')
+options=(!libtool)
 source=(http://www.abisource.com/downloads/enchant/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 url="http://www.abisource.com/enchant/"
-md5sums=('f7edafae875616b83e7a17a7e5c2d585')
+md5sums=('8d309d2fb39a0f5fd2aa564446cb8d62')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --disable-static || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${startdir}/pkg install || return 1
 }





More information about the arch-commits mailing list