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

Jan de Groot jgc at archlinux.org
Sat Dec 5 22:03:31 UTC 2009


    Date: Saturday, December 5, 2009 @ 17:03:31
  Author: jgc
Revision: 60630

upgpkg: enchant 1.5.0-2
    Disable Zemberek engine. This engine causes segfaults and will be disabled by default in 1.5.1 upstream because of it

Modified:
  enchant/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-05 21:53:03 UTC (rev 60629)
+++ PKGBUILD	2009-12-05 22:03:31 UTC (rev 60630)
@@ -3,20 +3,20 @@
 
 pkgname=enchant
 pkgver=1.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A wrapper library for generic spell checking"
 arch=('i686' 'x86_64')
 url="http://www.abisource.com/enchant/"
 license=('LGPL')
-depends=('aspell' 'dbus-glib>=0.74' 'hunspell>=1.2.2')
+depends=('aspell' 'dbus-glib>=0.82' 'hunspell>=1.2.8')
 makedepends=('hspell')
 options=(!libtool)
 source=(http://www.abisource.com/downloads/enchant/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('7dfaed14e142b4a0004b770c9568ed02')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static || return 1
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --disable-static --disable-zemberek || return 1
   make || return 1
-  make DESTDIR=${pkgdir} install || return 1
+  make DESTDIR="${pkgdir}" install || return 1
 }




More information about the arch-commits mailing list