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

Andreas Radke andyrtr at archlinux.org
Fri Dec 2 16:59:09 UTC 2016


    Date: Friday, December 2, 2016 @ 16:59:08
  Author: andyrtr
Revision: 282532

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-12-02 16:58:54 UTC (rev 282531)
+++ extra-i686/PKGBUILD	2016-12-02 16:59:08 UTC (rev 282532)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
-
-pkgname=hunspell
-pkgver=1.5.3
-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=($pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz)
-sha256sums=('1175666ec79b37fa6d3e6fda454414cecafeb537f078dda40eed96031e6fd5cc')
-
-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
-}

Copied: hunspell/repos/extra-i686/PKGBUILD (from rev 282531, hunspell/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-12-02 16:59:08 UTC (rev 282532)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=hunspell
+pkgver=1.5.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=($pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz)
+sha256sums=('852c01a2e3b87eb1f2adb5261466608ba79f1f950202e18a2a1735de5098fc59')
+
+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-12-02 16:58:54 UTC (rev 282531)
+++ extra-x86_64/PKGBUILD	2016-12-02 16:59:08 UTC (rev 282532)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
-
-pkgname=hunspell
-pkgver=1.5.3
-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=($pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz)
-sha256sums=('1175666ec79b37fa6d3e6fda454414cecafeb537f078dda40eed96031e6fd5cc')
-
-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
-}

Copied: hunspell/repos/extra-x86_64/PKGBUILD (from rev 282531, hunspell/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-12-02 16:59:08 UTC (rev 282532)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=hunspell
+pkgver=1.5.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=($pkgname-$pkgver.tar.gz::https://github.com/hunspell/hunspell/archive/v${pkgver}.tar.gz)
+sha256sums=('852c01a2e3b87eb1f2adb5261466608ba79f1f950202e18a2a1735de5098fc59')
+
+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