[arch-commits] Commit in hunspell/repos (4 files)

Andreas Radke andyrtr at archlinux.org
Tue Feb 2 15:49:38 UTC 2016


    Date: Tuesday, February 2, 2016 @ 16:49:38
  Author: andyrtr
Revision: 258785

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  hunspell/repos/extra-i686/PKGBUILD
    (from rev 258784, hunspell/trunk/PKGBUILD)
  hunspell/repos/extra-x86_64/PKGBUILD
    (from rev 258784, hunspell/trunk/PKGBUILD)
Deleted:
  hunspell/repos/extra-i686/PKGBUILD
  hunspell/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   32 --------------------
 extra-x86_64/PKGBUILD |   32 --------------------
 3 files changed, 74 insertions(+), 64 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-02-02 15:49:24 UTC (rev 258784)
+++ extra-i686/PKGBUILD	2016-02-02 15:49:38 UTC (rev 258785)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
-
-pkgname=hunspell
-pkgver=1.3.3
-pkgrel=3
-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' 'readline')
-optdepends=('perl: for ispellaff2myspell')
-source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('4967da60b23413604c9e563beacc63b4')
-
-build() {
-  cd "$srcdir/hunspell-$pkgver"
-  ./configure --prefix=/usr --disable-static \
-	--with-ui --with-readline --with-experimental
-  make
-}
-
-package() {
-  cd "$srcdir/hunspell-$pkgver"
-  make DESTDIR="$pkgdir" install
-  
-  # add generic hunspell.so for development and projects not using pkgconfig flags - FS#30592
-  pushd $pkgdir/usr/lib
-  ln -s libhunspell-?.?.so libhunspell.so
-  popd
-}

Copied: hunspell/repos/extra-i686/PKGBUILD (from rev 258784, hunspell/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-02-02 15:49:38 UTC (rev 258785)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=hunspell
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="Spell checker and morphological analyzer library and program"
+arch=('i686' 'x86_64')
+url="http://hunspell.github.io/"
+license=('GPL' 'LGPL' 'MPL')
+depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')
+source=(https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz)
+md5sums=('423cff69e68c87ac11e4aa8462951954')
+
+build() {
+  cd hunspell-$pkgver
+  ./configure --prefix=/usr --disable-static \
+	--with-ui --with-readline # --with-experimental breaks build in this release
+  make
+}
+
+check() {
+  cd hunspell-$pkgver
+  make check
+}
+
+package() {
+  cd hunspell-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  # add generic hunspell.so for development and projects not using pkgconfig flags - FS#30592
+  pushd $pkgdir/usr/lib
+  ln -s libhunspell-?.?.so libhunspell.so
+  popd
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-02-02 15:49:24 UTC (rev 258784)
+++ extra-x86_64/PKGBUILD	2016-02-02 15:49:38 UTC (rev 258785)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
-
-pkgname=hunspell
-pkgver=1.3.3
-pkgrel=3
-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' 'readline')
-optdepends=('perl: for ispellaff2myspell')
-source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('4967da60b23413604c9e563beacc63b4')
-
-build() {
-  cd "$srcdir/hunspell-$pkgver"
-  ./configure --prefix=/usr --disable-static \
-	--with-ui --with-readline --with-experimental
-  make
-}
-
-package() {
-  cd "$srcdir/hunspell-$pkgver"
-  make DESTDIR="$pkgdir" install
-  
-  # add generic hunspell.so for development and projects not using pkgconfig flags - FS#30592
-  pushd $pkgdir/usr/lib
-  ln -s libhunspell-?.?.so libhunspell.so
-  popd
-}

Copied: hunspell/repos/extra-x86_64/PKGBUILD (from rev 258784, hunspell/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-02-02 15:49:38 UTC (rev 258785)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=hunspell
+pkgver=1.3.4
+pkgrel=1
+pkgdesc="Spell checker and morphological analyzer library and program"
+arch=('i686' 'x86_64')
+url="http://hunspell.github.io/"
+license=('GPL' 'LGPL' 'MPL')
+depends=('gcc-libs' 'readline')
+optdepends=('perl: for ispellaff2myspell')
+source=(https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz)
+md5sums=('423cff69e68c87ac11e4aa8462951954')
+
+build() {
+  cd hunspell-$pkgver
+  ./configure --prefix=/usr --disable-static \
+	--with-ui --with-readline # --with-experimental breaks build in this release
+  make
+}
+
+check() {
+  cd hunspell-$pkgver
+  make check
+}
+
+package() {
+  cd hunspell-$pkgver
+  make DESTDIR="$pkgdir" install
+  
+  # add generic hunspell.so for development and projects not using pkgconfig flags - FS#30592
+  pushd $pkgdir/usr/lib
+  ln -s libhunspell-?.?.so libhunspell.so
+  popd
+}



More information about the arch-commits mailing list