[arch-commits] Commit in hunspell-es/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jan 24 21:49:27 UTC 2018


    Date: Wednesday, January 24, 2018 @ 21:49:23
  Author: arojas
Revision: 315418

archrelease: copy trunk to extra-any

Added:
  hunspell-es/repos/extra-any/PKGBUILD
    (from rev 315417, hunspell-es/trunk/PKGBUILD)
Deleted:
  hunspell-es/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |  270 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 135 insertions(+), 135 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-24 21:48:24 UTC (rev 315417)
+++ PKGBUILD	2018-01-24 21:49:23 UTC (rev 315418)
@@ -1,135 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez <angvp at archlinux.org> 
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgbase=hunspell-es
-pkgname=(hunspell-es hyphen-es mythes-es)
-pkgver=2.2
-pkgrel=1
-epoch=1
-pkgdesc="Spanish hunspell dictionaries"
-arch=(any)
-url="https://github.com/sbosio/rla-es"
-license=('LGPL3')
-noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
-           es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
-           es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
-           es_PE.oxt es_PR.oxt es_PY.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
-source=("https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ANY.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_AR.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_BO.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CL.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CO.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CR.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CU.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_DO.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_EC.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ES.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_GT.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_HN.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_MX.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_NI.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PA.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PE.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PR.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PY.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_SV.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_UY.oxt"
-        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_VE.oxt")
-md5sums=('5d2a621da5e00871f5d43537b343a7c5'
-         '9c2e0eb4124a4f8bcc1f90fbcc22a729'
-         '2ff909220bf829bb08651ad1243f766f'
-         '631ff1bd78a377077a84e91895db8554'
-         'b8030f0e018b9a0b879916c2bc6b99cc'
-         'bfb8b65dc58cfadb456247b3739a830b'
-         '607df889fcd7f7f70cd31e5143a0ab22'
-         '97ffa11e769f53f76f939dc1c5c45c6b'
-         '7639d8d83c64d45b34f88b2cb30771ad'
-         '8f6d52b55a41c1108234f625232131e4'
-         '21291ce4ca017306321879706d6b8f52'
-         'e7076ac541f547a314359d1795255ee6'
-         '69919517517437a75603173d0fa9cb2c'
-         'cd573e82a11eacccd1cb12cfa6e89797'
-         'cd1a3ce9cf60621261b50c1cd975ba42'
-         '5a8216aabea79171b7e2edaeb0077d6f'
-         '7953ae81200fb978a0d44d11fcc6b7fd'
-         '35795c6e097d2cff48774da834416988'
-         '5a2b8f9a15542724a3ae12d7206af256'
-         'baea8f23e87f509023461df40d1239b2'
-         '9c71676888b8fab9f4dd7b8a88a44c68')
-
-package_hunspell-es() {
-  optdepends=('hunspell:  the spell checking libraries and apps')
-
-  for file in *.oxt; do
-    LANG=en_US.utf8 bsdtar -xf $file
-  done
-
-  install -dm755 "${pkgdir}/usr/share/hunspell"
-  install -m644 es_*.dic es_*.aff "$pkgdir/usr/share/hunspell"
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "$pkgdir/usr/share/myspell/dicts"
-    for file in "$pkgdir"/usr/share/hunspell/*; do
-      ln -sv /usr/share/hunspell/$(basename $file) .
-    done
-  popd
-  
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc/$pkgname"
-  install -m644 README.txt "$pkgdir/usr/share/doc/$pkgname"
-}
-
-package_hyphen-es() {
-  pkgdesc="Spanish hyphenation rules"
-  optdepends=('hyphen: offers hyphenation library functions')
-
-  install -Dm644 hyph_es_ANY.dic "$pkgdir/usr/share/hyphen/hyph_es_ANY.dic"
-
-  pushd "$pkgdir/usr/share/hyphen/"
-  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
-  for lang in $es_ES_aliases; do
-        ln -s hyph_es_ANY.dic hyph_$lang.dic
-  done
-  popd
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "$pkgdir/usr/share/myspell/dicts"
-    for file in "$pkgdir"/usr/share/hyphen/*; do
-      ln -sv /usr/share/hyphen/$(basename $file) .
-    done
-  popd
-  
-  # docs
-  install -Dm644 README_hyph_es_ANY.txt "${pkgdir}/usr/share/doc/$pkgname/README_hyph_es_ANY.txt"
-}
-
-package_mythes-es() {
-  pkgdesc="Spanish thesaurus"
-  optdepends=('libmythes: offers thesaurus library functions')
-
-  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
-  install -dm755 "${pkgdir}/usr/share/mythes"
-  install -m644 th_es_ES_v2.* "$pkgdir/usr/share/mythes"
-
-  pushd "$pkgdir/usr/share/mythes/"
-  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
-  for lang in $es_ES_aliases; do
-        ln -s th_es_ES_v2.idx "th_"$lang"_v2.idx"
-        ln -s th_es_ES_v2.dat "th_"$lang"_v2.dat"
-  done
-  popd
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "$pkgdir/usr/share/myspell/dicts"
-  for file in "$pkgdir"/usr/share/mythes/*; do
-    ln -sv /usr/share/mythes/$(basename $file) .
-  done
-  popd
-  
-  # docs
-  install -Dm644 README_th_es_ES.txt "${pkgdir}/usr/share/doc/$pkgname/README_th_es_ES.txt"
-}

Copied: hunspell-es/repos/extra-any/PKGBUILD (from rev 315417, hunspell-es/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-24 21:49:23 UTC (rev 315418)
@@ -0,0 +1,135 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgbase=hunspell-es
+pkgname=(hunspell-es hyphen-es mythes-es)
+pkgver=2.3
+pkgrel=1
+epoch=1
+pkgdesc="Spanish hunspell dictionaries"
+arch=(any)
+url="https://github.com/sbosio/rla-es"
+license=('LGPL3')
+noextract=(es_ANY.oxt es_AR.oxt es_BO.oxt es_CL.oxt es_CO.oxt 
+           es_CR.oxt es_CU.oxt es_DO.oxt es_EC.oxt es_ES.oxt 
+           es_GT.oxt es_HN.oxt es_MX.oxt es_NI.oxt es_PA.oxt 
+           es_PE.oxt es_PR.oxt es_PY.oxt es_SV.oxt es_UY.oxt es_VE.oxt)
+source=("https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ANY.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_AR.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_BO.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CL.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CO.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CR.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_CU.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_DO.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_EC.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_ES.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_GT.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_HN.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_MX.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_NI.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PA.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PE.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PR.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_PY.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_SV.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_UY.oxt"
+        "https://github.com/sbosio/rla-es/releases/download/v$pkgver/es_VE.oxt")
+sha256sums=('428148e473091229ab3918d9282ee0fbeeee39e4c842f592a7aa3924a31452fd'
+            '8d0952c6eb3bf40bcbc60cd8ea8f876f8e0c4ff714b65e06556ee06bfeaa0a7e'
+            '97e3b37efb3bb0149405bee38666b75a44d4c683a3f0b3b77ff442299a5987a2'
+            '15c99c78cbeae09a02a74a8eff0beda219ae639e2673100fad9cec9ad93aca99'
+            'bc876b22df92211791655fee3eb2f74a9c52e10cc1f2143239fd5326c0a1fefa'
+            '5f834d9a6570b351702adeaa0d160c0514b4510147623d8c70cc1d3e5c49dcfe'
+            '2051ce3aea6b8e50b3ec305b6915320ced630b2f6e89c27126b33bd5d58f8476'
+            'a63fd1ad3db6dc1bfd1585320c18775fd58df4f7e7fc3dce9903284053536412'
+            '7c48d2845312bcd83c5f85cf20672fcdbeb632ab7fde5403bd393c61fafc3b55'
+            '837fe70fe5dade69a5991f5088e68368a139ec76655bb551ebfc1c2ae1c4a71a'
+            '1fdf774bff8e923e03177beb5a8b2d8c47760274617adf59a78904bdc22356f5'
+            'b7710785e7079b62609ab800fa1fe9f4de337454fbac15bc5d10955a2af298ab'
+            'ec4fb742a1bce1cb7de92ca544bb9583c7956dcf562465ca9d41fd6eff44c492'
+            '9d3990fb1f3686fa2a0880ba42bc6e3a9ca9702500cb5d9a2a16e226a8859514'
+            'b631d583bf153d02d117724cfeace26269eb2c24f390bc3d989ae32bc7b59e5f'
+            '8960855f46f0a5febcc433882f5fc29a7d85a7861e0f1005b8d97c51434aa59b'
+            '46652a01289460926fabf01ee89cdd162bd22499e3dd48cc2e9b31cee8b3a232'
+            'fbc2dc7ac633cc81592d4ac5f3170415dbb786669e3a93f8b72b9a2b7fec9f78'
+            'ea3ccd70b22f57d31ecfd6c4cf5e8545c59f8b0bff558619f824a0116bfdeaa4'
+            'c516f12a801161497c765d58021a04f7596e9957c22d915527596c76b5bd7ec3'
+            'b53bffc7b041831df47babefc667a5a00f01ba5bad77f264219b05eaf8670bc8')
+
+package_hunspell-es() {
+  optdepends=('hunspell:  the spell checking libraries and apps')
+
+  for file in *.oxt; do
+    LANG=en_US.utf8 bsdtar -xf $file
+  done
+
+  install -dm755 "${pkgdir}/usr/share/hunspell"
+  install -m644 es_*.dic es_*.aff "$pkgdir/usr/share/hunspell"
+
+  # the symlinks
+  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
+  pushd "$pkgdir/usr/share/myspell/dicts"
+    for file in "$pkgdir"/usr/share/hunspell/*; do
+      ln -sv /usr/share/hunspell/$(basename $file) .
+    done
+  popd
+  
+  # docs
+  install -dm755 "${pkgdir}/usr/share/doc/$pkgname"
+  install -m644 README.txt "$pkgdir/usr/share/doc/$pkgname"
+}
+
+package_hyphen-es() {
+  pkgdesc="Spanish hyphenation rules"
+  optdepends=('hyphen: offers hyphenation library functions')
+
+  install -Dm644 hyph_es_ANY.dic "$pkgdir/usr/share/hyphen/hyph_es_ANY.dic"
+
+  pushd "$pkgdir/usr/share/hyphen/"
+  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
+  for lang in $es_ES_aliases; do
+        ln -s hyph_es_ANY.dic hyph_$lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
+  pushd "$pkgdir/usr/share/myspell/dicts"
+    for file in "$pkgdir"/usr/share/hyphen/*; do
+      ln -sv /usr/share/hyphen/$(basename $file) .
+    done
+  popd
+  
+  # docs
+  install -Dm644 README_hyph_es_ANY.txt "${pkgdir}/usr/share/doc/$pkgname/README_hyph_es_ANY.txt"
+}
+
+package_mythes-es() {
+  pkgdesc="Spanish thesaurus"
+  optdepends=('libmythes: offers thesaurus library functions')
+
+  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
+  install -dm755 "${pkgdir}/usr/share/mythes"
+  install -m644 th_es_ES_v2.* "$pkgdir/usr/share/mythes"
+
+  pushd "$pkgdir/usr/share/mythes/"
+  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
+  for lang in $es_ES_aliases; do
+        ln -s th_es_ES_v2.idx "th_"$lang"_v2.idx"
+        ln -s th_es_ES_v2.dat "th_"$lang"_v2.dat"
+  done
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
+  pushd "$pkgdir/usr/share/myspell/dicts"
+  for file in "$pkgdir"/usr/share/mythes/*; do
+    ln -sv /usr/share/mythes/$(basename $file) .
+  done
+  popd
+  
+  # docs
+  install -Dm644 README_th_es_ES.txt "${pkgdir}/usr/share/doc/$pkgname/README_th_es_ES.txt"
+}



More information about the arch-commits mailing list