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

2011-06-11 Thread Andrea Scarpino
Date: Saturday, June 11, 2011 @ 16:47:45
  Author: andrea
Revision: 127252

archrelease: remove extra-i686

Deleted:
  enchant/repos/extra-i686/



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

2011-06-11 Thread Andrea Scarpino
Date: Saturday, June 11, 2011 @ 16:47:57
  Author: andrea
Revision: 127253

archrelease: copy trunk to extra-i686

Added:
  enchant/repos/extra-i686/



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

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:23
  Author: andyrtr
Revision: 126460

db-move: enchant removed by andyrtr for move to [extra] (i686)

Deleted:
  enchant/repos/extra-i686/



[arch-commits] Commit in enchant/repos (extra-i686 testing-i686)

2011-06-05 Thread andyrtr
Date: Sunday, June 5, 2011 @ 10:19:25
  Author: andyrtr
Revision: 126461

db-move: moved enchant from [testing] to [extra] (i686)

Added:
  enchant/repos/extra-i686/
Deleted:
  enchant/repos/testing-i686/



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

2010-04-15 Thread Andrea Scarpino
Date: Thursday, April 15, 2010 @ 09:26:53
  Author: andrea
Revision: 77533

archrelease: remove extra-i686

Deleted:
  enchant/repos/extra-i686/



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

2010-04-15 Thread Andrea Scarpino
Date: Thursday, April 15, 2010 @ 09:27:15
  Author: andrea
Revision: 77534

archrelease: copy trunk to extra-i686

Added:
  enchant/repos/extra-i686/



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

2010-03-02 Thread Daniel Griffiths
Date: Tuesday, March 2, 2010 @ 19:52:22
  Author: dgriffiths
Revision: 70989

archrelease: remove extra-i686

Deleted:
  enchant/repos/extra-i686/



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

2010-03-02 Thread Daniel Griffiths
Date: Tuesday, March 2, 2010 @ 19:52:29
  Author: dgriffiths
Revision: 70990

archrelease: copy trunk to extra-i686

Added:
  enchant/repos/extra-i686/



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

2009-12-05 Thread Jan de Groot
Date: Saturday, December 5, 2009 @ 17:04:04
  Author: jgc
Revision: 60631

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


  r60630 | jgc | 2009-12-05 23:03:31 +0100 (Sat, 05 Dec 2009) | 2 lines
  
  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/repos/extra-i686/ (properties)
  enchant/repos/extra-i686/PKGBUILD

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


Property changes on: enchant/repos/extra-i686
___
Modified: svnmerge-integrated
   - /enchant/trunk:1-50631
   + /enchant/trunk:1-60630

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2009-12-05 22:03:31 UTC (rev 60630)
+++ extra-i686/PKGBUILD 2009-12-05 22:04:04 UTC (rev 60631)
@@ -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
 }