[arch-commits] Commit in aspell-pt/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Sun Jun 9 05:01:44 UTC 2013


    Date: Sunday, June 9, 2013 @ 07:01:44
  Author: eric
Revision: 188091

upgpkg: aspell-pt 20130331-1

Upstream update, Add preao dictionnary

Modified:
  aspell-pt/trunk/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++++++++++-----------
 1 file changed, 18 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-08 19:44:06 UTC (rev 188090)
+++ PKGBUILD	2013-06-09 05:01:44 UTC (rev 188091)
@@ -1,13 +1,11 @@
 # $Id$
 # Maintainer:
-# Contributor: Simo Leone <simo at archlinux.org>
-# Contributor: jlvsimoes <jlvsimoes at oninet.pt>
 
 pkgname=aspell-pt
-_pkgverPT=20070510
+_pkgverPT=20130331
 _pkgverBR=20090702
-pkgver=$_pkgverBR
-pkgrel=4
+pkgver=$_pkgverPT
+pkgrel=1
 pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
 arch=('i686' 'x86_64')
 url="http://aspell.net/"
@@ -16,26 +14,35 @@
 conflicts=('aspell-pt_br')
 replaces=('aspell-pt_br')
 source=(ftp://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-        ftp://ftp.gnu.org/gnu/aspell/dict/pt_PT/aspell6-pt_PT-$_pkgverPT-0.tar.bz2)
+        http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+        http://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
 sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-          'e136c2f411b582897437b06b9068c98ee333be41')
+          '694b35b1a6fcb90ff808b730a4513ff283e1ceee'
+          'fa164ac44adc4544c7fdbb3dc5c146c28f30525a')
 
 build() {
-  cd "$srcdir/aspell6-pt_BR-$_pkgverBR-0"
+  cd aspell6-pt_BR-$_pkgverBR-0
   ./configure
   make
 
-  cd "$srcdir/aspell6-pt_PT-$_pkgverPT-0"
+  cd ../aspell6-pt_PT-$_pkgverPT-0
   ./configure
   make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
 }
 
 package() {
-  cd "$srcdir/aspell6-pt_BR-$_pkgverBR-0"
+  cd aspell6-pt_BR-$_pkgverBR-0
   make DESTDIR="$pkgdir" install
 
-  cd "$srcdir/aspell6-pt_PT-$_pkgverPT-0"
+  cd ../aspell6-pt_PT-$_pkgverPT-0
   make DESTDIR="$pkgdir" install
 
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  make DESTDIR="$pkgdir" install
+
   echo "add pt_BR.multi" > "$pkgdir"/usr/lib/aspell-0.60/brasileiro.alias
 }




More information about the arch-commits mailing list