[arch-commits] Commit in aspell-pt/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Jul 11 10:03:03 UTC 2020


    Date: Saturday, July 11, 2020 @ 10:03:03
  Author: jlichtblau
Revision: 663253

archrelease: copy trunk to community-x86_64

Added:
  aspell-pt/repos/community-x86_64/PKGBUILD
    (from rev 663252, aspell-pt/trunk/PKGBUILD)
Deleted:
  aspell-pt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-11 10:02:48 UTC (rev 663252)
+++ PKGBUILD	2020-07-11 10:03:03 UTC (rev 663253)
@@ -1,47 +0,0 @@
-# Maintainer:
-
-pkgname=aspell-pt
-_pkgverPT=20161001
-_pkgverBR=20090702
-pkgver=$_pkgverPT
-pkgrel=2
-pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
-arch=('x86_64')
-url="http://aspell.net/"
-license=('GPL2')
-depends=('aspell')
-conflicts=('aspell-pt_br')
-replaces=('aspell-pt_br')
-source=(https://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
-        https://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
-        https://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
-sha1sums=('add1db9a6a908dccaad13a7fd85c3b202299ff26'
-          '932704e6dece67b0b6f79ac2665de44ef44ae452'
-          'bc2ee9ef81fff88ef35820e5dca4feeaf92a6da7')
-
-build() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-$_pkgverPT-0
-  ./configure
-  make
-
-  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
-  ./configure
-  make
-}
-
-package() {
-  cd aspell6-pt_BR-$_pkgverBR-0
-  make DESTDIR="$pkgdir" install
-
-  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
-}

Copied: aspell-pt/repos/community-x86_64/PKGBUILD (from rev 663252, aspell-pt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-11 10:03:03 UTC (rev 663253)
@@ -0,0 +1,47 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=aspell-pt
+_pkgverPT=20190329
+_pkgverBR=20131030-12
+pkgver=$_pkgverPT
+pkgrel=1
+pkgdesc="Portuguese and Brazilian Portuguese dictionary for aspell"
+arch=('x86_64')
+url="http://aspell.net/"
+license=('GPL2')
+depends=('aspell')
+conflicts=('aspell-pt_br')
+replaces=('aspell-pt_br')
+source=(https://ftp.gnu.org/gnu/aspell/dict/pt_BR/aspell6-pt_BR-$_pkgverBR-0.tar.bz2
+        https://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-$_pkgverPT.tar.bz2
+        https://natura.di.uminho.pt/download/sources/Dictionaries/aspell6/aspell6.pt-preao-$_pkgverPT.tar.bz2)
+sha256sums=('eb0d99db0b5d5c442133a88bddfe96dd252c0c3df3da36e9326c241dc4bc14f7'
+            '1bcea03ddcada29eb503a4af334897bb732ca3d207fd9999b3c98824a0daa132'
+            'fc00cc5fc208e5caa973b3603ba2eafddf77c0d9ee320d30ac820893e7c7d069')
+
+build() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-$_pkgverPT-0
+  ./configure
+  make
+
+  cd ../aspell6-pt_PT-preao-$_pkgverPT-0
+  ./configure
+  make
+}
+
+package() {
+  cd aspell6-pt_BR-$_pkgverBR-0
+  make DESTDIR="$pkgdir" install
+
+  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