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

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 28 13:32:18 UTC 2016


    Date: Monday, November 28, 2016 @ 13:32:18
  Author: foutrelis
Revision: 282170

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

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

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

Deleted: staging-i686/PKGBUILD
===================================================================
--- staging-i686/PKGBUILD	2016-11-28 13:32:07 UTC (rev 282169)
+++ staging-i686/PKGBUILD	2016-11-28 13:32:18 UTC (rev 282170)
@@ -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.0
-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)
-sha256sums=('b74f2df1aafdbc1f0941d721d7895da4b27b85bba7a4c699a9209477cbbf1f59')
-
-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/staging-i686/PKGBUILD (from rev 282169, hunspell/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-11-28 13:32:18 UTC (rev 282170)
@@ -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.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
+}

Deleted: staging-x86_64/PKGBUILD
===================================================================
--- staging-x86_64/PKGBUILD	2016-11-28 13:32:07 UTC (rev 282169)
+++ staging-x86_64/PKGBUILD	2016-11-28 13:32:18 UTC (rev 282170)
@@ -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.0
-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)
-sha256sums=('b74f2df1aafdbc1f0941d721d7895da4b27b85bba7a4c699a9209477cbbf1f59')
-
-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/staging-x86_64/PKGBUILD (from rev 282169, hunspell/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-11-28 13:32:18 UTC (rev 282170)
@@ -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.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
+}



More information about the arch-commits mailing list