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

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Sep 15 07:49:24 UTC 2012


    Date: Saturday, September 15, 2012 @ 03:49:23
  Author: andyrtr
Revision: 166664

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

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

-----------------------+
 extra-i686/PKGBUILD   |   61 +++++++++++++++++++++++++-----------------------
 extra-x86_64/PKGBUILD |   61 +++++++++++++++++++++++++-----------------------
 2 files changed, 66 insertions(+), 56 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-09-15 07:48:43 UTC (rev 166663)
+++ extra-i686/PKGBUILD	2012-09-15 07:49:23 UTC (rev 166664)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
-
-pkgname=hunspell
-pkgver=1.3.2
-pkgrel=1
-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')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
-
-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
-}

Copied: hunspell/repos/extra-i686/PKGBUILD (from rev 166663, hunspell/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-09-15 07:49:23 UTC (rev 166664)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=hunspell
+pkgver=1.3.2
+pkgrel=2
+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')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
+md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-09-15 07:48:43 UTC (rev 166663)
+++ extra-x86_64/PKGBUILD	2012-09-15 07:49:23 UTC (rev 166664)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
-
-pkgname=hunspell
-pkgver=1.3.2
-pkgrel=1
-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')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
-md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
-
-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
-}

Copied: hunspell/repos/extra-x86_64/PKGBUILD (from rev 166663, hunspell/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-09-15 07:49:23 UTC (rev 166664)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: Hussam Al-Tayeb <ht990332 at gmail.com>
+
+pkgname=hunspell
+pkgver=1.3.2
+pkgrel=2
+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')
+options=('!libtool')
+source=(http://downloads.sourceforge.net/hunspell/hunspell-$pkgver.tar.gz)
+md5sums=('3121aaf3e13e5d88dfff13fb4a5f1ab8')
+
+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
+}




More information about the arch-commits mailing list