[arch-commits] CVS update of extra/office/hunspell (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jul 20 06:30:13 UTC 2007


    Date: Friday, July 20, 2007 @ 02:30:13
  Author: andyrtr
    Path: /home/cvs-extra/extra/office/hunspell

Modified: PKGBUILD (1.4 -> 1.5)

updatepkg 1.1.8


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


Index: extra/office/hunspell/PKGBUILD
diff -u extra/office/hunspell/PKGBUILD:1.4 extra/office/hunspell/PKGBUILD:1.5
--- extra/office/hunspell/PKGBUILD:1.4	Tue May 29 15:19:44 2007
+++ extra/office/hunspell/PKGBUILD	Fri Jul 20 02:30:13 2007
@@ -1,29 +1,25 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 # Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
 pkgname=hunspell
-pkgver=1.1.5
-pkgrel=2
+pkgver=1.1.8
+pkgrel=1
 pkgdesc="Hunspell is a spell checker and morphological analyzer library"
 arch=(i686 x86_64)
 license=('GPL' 'LGPL' 'MPL')
 url="http://hunspell.sourceforge.net/"
 depends=('gcc')
 options=('!libtool')
-source=(http://heanet.dl.sourceforge.net/sourceforge/hunspell/${pkgname}-${pkgver}.tar.gz
-	hunspell-1.1.5-badheader.patch
-	hunspell-1.1.5-missingheaders.patch)
-md5sums=('c69950f7df9136e44a85390904445c45')
+source=(http://downloads.sourceforge.net/sourceforge/hunspell/${pkgname}-${pkgver}.tar.gz)
+md5sums=('18051676c0b00f78a0c77a68dafbb25d')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ../hunspell-1.1.5-badheader.patch || return 1
-  patch -Np1 -i ../hunspell-1.1.5-missingheaders.patch || return 1
   [ "$CARCH" = "x86_64" ] && CXXFLAGS="${CXXFLAGS} -fPIC"
   ./configure --prefix=/usr --disable-static
   make || return 1
   make DESTDIR=${startdir}/pkg install
 
-  # fix lib naming for detection by OOo
+  # fix lib naming for detection by OOo - rebuild/remove for next major OOo update
   cd $startdir/pkg/usr/lib
   ln -s libhunspell-1.1.so.0.0.0 libhunspell.so
 }




More information about the arch-commits mailing list