[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2020-10-08 Thread Andreas Radke via arch-commits
Date: Friday, October 9, 2020 @ 05:17:39
  Author: andyrtr
Revision: 397596

use https source urls; website doens't offer htpps; sourceforge only offers 
sha1sums to verify the sources

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-09 05:12:57 UTC (rev 397595)
+++ PKGBUILD2020-10-09 05:17:39 UTC (rev 397596)
@@ -10,10 +10,10 @@
 license=('LGPL' 'custom:scowl')
 makedepends=('qt5-webengine')
 optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-large-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-large-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-large-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
+source=(https://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-large-$pkgver.zip
+
https://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-large-$pkgver.zip
+
https://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-large-$pkgver.zip
+
https://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
 sha1sums=('270cac9f07e6312266560cb4b63afb03a7d4f291'
   '364d66a4b0408e59b907ad4f973da67df2c72c49'
   '5690508ae35ce73ff2be72b2653688998d198c13'


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2020-02-23 Thread Andreas Radke via arch-commits
Date: Sunday, February 23, 2020 @ 09:07:37
  Author: andyrtr
Revision: 376101

upgpkg: hunspell-en 2019.10.06-1: upstream update 2019.10.06; removes also 
en_PH - FS#62392

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |   14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-23 08:50:47 UTC (rev 376100)
+++ PKGBUILD2020-02-23 09:07:37 UTC (rev 376101)
@@ -2,8 +2,8 @@
 
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB')
-pkgver=2018.04.16
-pkgrel=6
+pkgver=2019.10.06
+pkgrel=1
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
@@ -14,10 +14,10 @@
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-large-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-large-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('fd187bef6c15c10712a8aba1bbff563bb3533ceb'
-  'a0edc7fd6aeb1ebd2aca01e06295d7afc4cd681d'
-  'faf7015b8ebebbd4599dda8512013e9f296b9f80'
-  'a5d9771655c1674d6544f96b75cacc64c1397172')
+sha1sums=('270cac9f07e6312266560cb4b63afb03a7d4f291'
+  '364d66a4b0408e59b907ad4f973da67df2c72c49'
+  '5690508ae35ce73ff2be72b2653688998d198c13'
+  '29df2d06526302eeaee972d0a2121e2ac5f49c62')
 
 prepare() {
   sed -i "s:SET UTF8:SET UTF-8:g" *.aff
@@ -33,7 +33,7 @@
   install -m644 en_US*.dic en_US*.aff $pkgdir/usr/share/hunspell
 
   pushd $pkgdir/usr/share/hunspell/
-en_US_aliases="en_PH en_US"
+en_US_aliases="en_US"
 for lang in $en_US_aliases; do
   ln -s en_US-large.aff $lang.aff
   ln -s en_US-large.dic $lang.dic


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2019-09-18 Thread Andreas Radke via arch-commits
Date: Wednesday, September 18, 2019 @ 10:43:48
  Author: andyrtr
Revision: 362998

upgpkg: hunspell-en 2018.04.16-6

install qtwebengine dictionaries

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |   31 ++-
 1 file changed, 30 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-18 10:37:56 UTC (rev 362997)
+++ PKGBUILD2019-09-18 10:43:48 UTC (rev 362998)
@@ -3,11 +3,12 @@
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB')
 pkgver=2018.04.16
-pkgrel=5
+pkgrel=6
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
 license=('LGPL' 'custom:scowl')
+makedepends=('qt5-webengine')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-large-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-large-$pkgver.zip
@@ -39,6 +40,13 @@
 done
   popd
 
+  # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  for _file in "$pkgdir"/usr/share/hunspell/*.dic; do
+_filename=$(basename $_file)
+ qwebengine_convert_dict $_file 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
+  done
+
   # myspell symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts
@@ -68,6 +76,13 @@
 done
   popd
 
+  # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  for _file in "$pkgdir"/usr/share/hunspell/*.dic; do
+_filename=$(basename $_file)
+ qwebengine_convert_dict $_file 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
+  done
+
   # myspell symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts
@@ -97,6 +112,13 @@
 done
   popd
 
+  # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  for _file in "$pkgdir"/usr/share/hunspell/*.dic; do
+_filename=$(basename $_file)
+ qwebengine_convert_dict $_file 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
+  done
+
   # myspell symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts
@@ -126,6 +148,13 @@
 done
   popd
 
+  # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  for _file in "$pkgdir"/usr/share/hunspell/*.dic; do
+_filename=$(basename $_file)
+ qwebengine_convert_dict $_file 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
+  done
+
   # myspell symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2018-08-15 Thread Andreas Radke via arch-commits
Date: Wednesday, August 15, 2018 @ 17:20:57
  Author: andyrtr
Revision: 331545

upgpkg: hunspell-en 2018.04.16-5

drop provides - FS#59630

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 17:05:22 UTC (rev 331544)
+++ PKGBUILD2018-08-15 17:20:57 UTC (rev 331545)
@@ -4,7 +4,7 @@
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB')
 pkgver=2018.04.16
-pkgrel=4
+pkgrel=5
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
@@ -25,7 +25,6 @@
 
 package_hunspell-en_US() {
   pkgdesc="US English hunspell dictionaries"
-  provides=('hunspell-en')
   replaces=('hunspell-en')
   conflicts=('hunspell-en')
 
@@ -55,7 +54,6 @@
 
 package_hunspell-en_AU() {
   pkgdesc="AU English hunspell dictionaries"
-  provides=('hunspell-en')
   replaces=('hunspell-en')
   conflicts=('hunspell-en')
 
@@ -85,7 +83,6 @@
 
 package_hunspell-en_CA() {
   pkgdesc="CA English hunspell dictionaries"
-  provides=('hunspell-en')
   replaces=('hunspell-en')
   conflicts=('hunspell-en')
 
@@ -115,7 +112,6 @@
 
 package_hunspell-en_GB() {
   pkgdesc="GB English hunspell dictionaries"
-  provides=('hunspell-en')
   replaces=('hunspell-en')
   conflicts=('hunspell-en')
 


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2018-08-13 Thread Andreas Radke via arch-commits
Date: Monday, August 13, 2018 @ 14:41:26
  Author: andyrtr
Revision: 331456

upgpkg: hunspell-en 2018.04.16-4

add conflicts/replaces to old dropped hunspell-en pkg

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-13 14:16:43 UTC (rev 331455)
+++ PKGBUILD2018-08-13 14:41:26 UTC (rev 331456)
@@ -4,7 +4,7 @@
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB')
 pkgver=2018.04.16
-pkgrel=3
+pkgrel=4
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
@@ -26,6 +26,8 @@
 package_hunspell-en_US() {
   pkgdesc="US English hunspell dictionaries"
   provides=('hunspell-en')
+  replaces=('hunspell-en')
+  conflicts=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
@@ -54,6 +56,8 @@
 package_hunspell-en_AU() {
   pkgdesc="AU English hunspell dictionaries"
   provides=('hunspell-en')
+  replaces=('hunspell-en')
+  conflicts=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
@@ -82,6 +86,8 @@
 package_hunspell-en_CA() {
   pkgdesc="CA English hunspell dictionaries"
   provides=('hunspell-en')
+  replaces=('hunspell-en')
+  conflicts=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
@@ -110,6 +116,8 @@
 package_hunspell-en_GB() {
   pkgdesc="GB English hunspell dictionaries"
   provides=('hunspell-en')
+  replaces=('hunspell-en')
+  conflicts=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2018-08-12 Thread Andreas Radke via arch-commits
Date: Sunday, August 12, 2018 @ 18:16:53
  Author: andyrtr
Revision: 331415

upgpkg: hunspell-en 2018.04.16-3

move symlinks to the specific language subpackages - FS#59401; drop generic 
all-in-one hunspell-en pkg

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |   77 +
 1 file changed, 37 insertions(+), 40 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-12 17:56:05 UTC (rev 331414)
+++ PKGBUILD2018-08-12 18:16:53 UTC (rev 331415)
@@ -2,9 +2,9 @@
 # Maintainer: AndyRTR 
 
 pkgbase=hunspell-en
-pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB'  
'hunspell-en')
+pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB')
 pkgver=2018.04.16
-pkgrel=2
+pkgrel=3
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
@@ -25,12 +25,21 @@
 
 package_hunspell-en_US() {
   pkgdesc="US English hunspell dictionaries"
+  provides=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_US*.dic en_US*.aff $pkgdir/usr/share/hunspell
 
-  # the symlinks
+  pushd $pkgdir/usr/share/hunspell/
+en_US_aliases="en_PH en_US"
+for lang in $en_US_aliases; do
+  ln -s en_US-large.aff $lang.aff
+  ln -s en_US-large.dic $lang.dic
+done
+  popd
+
+  # myspell symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts
 for file in $pkgdir/usr/share/hunspell/*; do
@@ -44,12 +53,21 @@
 
 package_hunspell-en_AU() {
   pkgdesc="AU English hunspell dictionaries"
+  provides=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_AU*.dic en_AU*.aff $pkgdir/usr/share/hunspell
 
-  # the symlinks
+  pushd $pkgdir/usr/share/hunspell/
+en_AU_aliases="en_AU"
+for lang in $en_AU_aliases; do
+  ln -s en_AU-large.aff $lang.aff
+  ln -s en_AU-large.dic $lang.dic
+done
+  popd
+
+  # myspell symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts
 for file in $pkgdir/usr/share/hunspell/*; do
@@ -63,12 +81,21 @@
 
 package_hunspell-en_CA() {
   pkgdesc="CA English hunspell dictionaries"
+  provides=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_CA*.dic en_CA*.aff $pkgdir/usr/share/hunspell
 
-  # the symlinks
+  pushd $pkgdir/usr/share/hunspell/
+en_CA_aliases="en_CA"
+for lang in $en_CA_aliases; do
+  ln -s en_CA-large.aff $lang.aff
+  ln -s en_CA-large.dic $lang.dic
+done
+  popd
+
+  # myspell symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts
 for file in $pkgdir/usr/share/hunspell/*; do
@@ -82,30 +109,12 @@
 
 package_hunspell-en_GB() {
   pkgdesc="GB English hunspell dictionaries"
+  provides=('hunspell-en')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_GB*.dic en_GB*.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
-
-  # licenses
-  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
-}
-
-package_hunspell-en() {
-  pkgdesc="all English (US, UK, etc.) hunspell dictionaries"
-  depends=('hunspell-en_US' 'hunspell-en_GB' 'hunspell-en_CA' 'hunspell-en_AU')
-
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-
   pushd $pkgdir/usr/share/hunspell/
 en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
 for lang in $en_GB_aliases; do
@@ -112,24 +121,9 @@
   ln -s en_GB-large.aff $lang.aff
   ln -s en_GB-large.dic $lang.dic
 done
-en_US_aliases="en_PH en_US"
-for lang in $en_US_aliases; do
-  ln -s en_US-large.aff $lang.aff
-  ln -s en_US-large.dic $lang.dic
-done
-en_CA_aliases="en_CA"
-for lang in $en_CA_aliases; do
-  ln -s en_CA-large.aff $lang.aff
-  ln -s en_CA-large.dic $lang.dic
-done
-en_AU_aliases="en_AU"
-for lang in $en_AU_aliases; do
-  ln -s en_AU-large.aff $lang.aff
-  ln -s en_AU-large.dic $lang.dic
-done
   popd
 
-  # the symlinks
+  # myspell symlinks
   install -dm755 ${pkgdir}/usr/share/myspell/dicts
   pushd $pkgdir/usr/share/myspell/dicts
 for file in $pkgdir/usr/share/hunspell/*; do
@@ -136,4 +130,7 @@
   ln -sv /usr/share/hunspell/$(basename $file) .
 done
   popd
+
+  # licenses
+  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
 }


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2018-08-09 Thread Andreas Radke via arch-commits
Date: Thursday, August 9, 2018 @ 19:33:53
  Author: andyrtr
Revision: 331314

upgpkg: hunspell-en 2018.04.16-2

fix en_US, en_CA and en_AU spellchecking - FS#59401

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-09 19:06:40 UTC (rev 331313)
+++ PKGBUILD2018-08-09 19:33:53 UTC (rev 331314)
@@ -4,7 +4,7 @@
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB'  
'hunspell-en')
 pkgver=2018.04.16
-pkgrel=1
+pkgrel=2
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
@@ -100,8 +100,8 @@
 }
 
 package_hunspell-en() {
-  pkgdesc="English (US, UK, etc.) hunspell dictionaries"
-  depends=('hunspell-en_US' 'hunspell-en_GB')
+  pkgdesc="all English (US, UK, etc.) hunspell dictionaries"
+  depends=('hunspell-en_US' 'hunspell-en_GB' 'hunspell-en_CA' 'hunspell-en_AU')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
@@ -112,11 +112,21 @@
   ln -s en_GB-large.aff $lang.aff
   ln -s en_GB-large.dic $lang.dic
 done
-en_US_aliases="en_PH"
+en_US_aliases="en_PH en_US"
 for lang in $en_US_aliases; do
   ln -s en_US-large.aff $lang.aff
   ln -s en_US-large.dic $lang.dic
 done
+en_CA_aliases="en_CA"
+for lang in $en_CA_aliases; do
+  ln -s en_CA-large.aff $lang.aff
+  ln -s en_CA-large.dic $lang.dic
+done
+en_AU_aliases="en_AU"
+for lang in $en_AU_aliases; do
+  ln -s en_AU-large.aff $lang.aff
+  ln -s en_AU-large.dic $lang.dic
+done
   popd
 
   # the symlinks


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2018-07-11 Thread Andreas Radke via arch-commits
Date: Wednesday, July 11, 2018 @ 18:23:56
  Author: andyrtr
Revision: 328262

upgpkg: hunspell-en 2018.04.16-1

upstream update 20180416 - use large dicts also for AU, CA, US

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |   28 ++--
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-11 18:13:13 UTC (rev 328261)
+++ PKGBUILD2018-07-11 18:23:56 UTC (rev 328262)
@@ -3,21 +3,21 @@
 
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB'  
'hunspell-en')
-pkgver=2017.01.22
-pkgrel=2
+pkgver=2018.04.16
+pkgrel=1
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
 license=('LGPL' 'custom:scowl')
 optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-$pkgver.zip
-
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
+source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-large-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-large-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-large-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('bbf01200587fa7731dfab20de88bd34df1f2d991'
-  'e4c06434c555ca39358be8f89fb175111cf8251f'
-  '1756f692b453b37a530e02aaf41623329d6f6573'
-  '615d74ecb81c47155a00757b55be056459d5ba70')
+sha1sums=('fd187bef6c15c10712a8aba1bbff563bb3533ceb'
+  'a0edc7fd6aeb1ebd2aca01e06295d7afc4cd681d'
+  'faf7015b8ebebbd4599dda8512013e9f296b9f80'
+  'a5d9771655c1674d6544f96b75cacc64c1397172')
 
 prepare() {
   sed -i "s:SET UTF8:SET UTF-8:g" *.aff
@@ -39,7 +39,7 @@
   popd
 
   # licenses
-  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
+  install -D -m644 README_en_US-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US-large
 }
 
 package_hunspell-en_AU() {
@@ -58,7 +58,7 @@
   popd
 
   # licenses
-  install -D -m644 README_en_AU.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_AU
+  install -D -m644 README_en_AU-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_AU-large
 }
 
 package_hunspell-en_CA() {
@@ -77,7 +77,7 @@
   popd
 
   # licenses
-  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
+  install -D -m644 README_en_CA-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA-large
 }
 
 package_hunspell-en_GB() {
@@ -114,8 +114,8 @@
 done
 en_US_aliases="en_PH"
 for lang in $en_US_aliases; do
-  ln -s en_US.aff $lang.aff
-  ln -s en_US.dic $lang.dic
+  ln -s en_US-large.aff $lang.aff
+  ln -s en_US-large.dic $lang.dic
 done
   popd
 


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2017-02-19 Thread Jan Steffens
Date: Sunday, February 19, 2017 @ 21:18:20
  Author: heftig
Revision: 289282

Uncrazy indentation, fix depends

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |   51 +--
 1 file changed, 21 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-19 21:17:14 UTC (rev 289281)
+++ PKGBUILD2017-02-19 21:18:20 UTC (rev 289282)
@@ -4,12 +4,12 @@
 pkgbase=hunspell-en
 pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB'  
'hunspell-en')
 pkgver=2017.01.22
-pkgrel=1
+pkgrel=2
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
 license=('LGPL' 'custom:scowl')
-optdepends=('hunspell: the spell checking libraries and apps')
+optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
@@ -20,17 +20,12 @@
   '615d74ecb81c47155a00757b55be056459d5ba70')
 
 prepare() {
-  sed -i "s:SET UTF8:SET UTF-8:g"  *.aff
+  sed -i "s:SET UTF8:SET UTF-8:g" *.aff
 }
 
-build() {
- /bin/true
-}
-
 package_hunspell-en_US() {
+  pkgdesc="US English hunspell dictionaries"
 
- pkgdesc="US English hunspell dictionaries"
-
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_US*.dic en_US*.aff $pkgdir/usr/share/hunspell
@@ -42,15 +37,14 @@
   ln -sv /usr/share/hunspell/$(basename $file) .
 done
   popd
-  
+
   # licenses
   install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
 }
 
 package_hunspell-en_AU() {
+  pkgdesc="AU English hunspell dictionaries"
 
- pkgdesc="AU English hunspell dictionaries"
-
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_AU*.dic en_AU*.aff $pkgdir/usr/share/hunspell
@@ -62,15 +56,14 @@
   ln -sv /usr/share/hunspell/$(basename $file) .
 done
   popd
-  
+
   # licenses
   install -D -m644 README_en_AU.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_AU
 }
 
 package_hunspell-en_CA() {
+  pkgdesc="CA English hunspell dictionaries"
 
- pkgdesc="CA English hunspell dictionaries"
-
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_CA*.dic en_CA*.aff $pkgdir/usr/share/hunspell
@@ -88,9 +81,8 @@
 }
 
 package_hunspell-en_GB() {
+  pkgdesc="GB English hunspell dictionaries"
 
- pkgdesc="GB English hunspell dictionaries"
-
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
   install -m644 en_GB*.dic en_GB*.aff $pkgdir/usr/share/hunspell
@@ -108,24 +100,23 @@
 }
 
 package_hunspell-en() {
-   
- pkgdesc="English (US, UK, etc.) hunspell dictionaries"
- requires=('hunspell-en_US' 'hunspell-en_GB')
+  pkgdesc="English (US, UK, etc.) hunspell dictionaries"
+  depends=('hunspell-en_US' 'hunspell-en_GB')
 
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
 
   pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
-  for lang in $en_GB_aliases; do
-   ln -s en_GB-large.aff $lang.aff
-   ln -s en_GB-large.dic $lang.dic
-  done
-  en_US_aliases="en_PH"
-  for lang in $en_US_aliases; do
-   ln -s en_US.aff $lang.aff
-   ln -s en_US.dic $lang.dic
-  done
+en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
+for lang in $en_GB_aliases; do
+  ln -s en_GB-large.aff $lang.aff
+  ln -s en_GB-large.dic $lang.dic
+done
+en_US_aliases="en_PH"
+for lang in $en_US_aliases; do
+  ln -s en_US.aff $lang.aff
+  ln -s en_US.dic $lang.dic
+done
   popd
 
   # the symlinks


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2017-02-18 Thread Andreas Radke
Date: Saturday, February 18, 2017 @ 20:08:31
  Author: andyrtr
Revision: 289223

upgpkg: hunspell-en 2017.01.22-1

upstream update 2017.01.22 - provide clean standalone US/GB/CA and new AU 
package and one generic package with just symlinks to avoid long selection 
lists - FS#50471

Modified:
  hunspell-en/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-18 19:33:53 UTC (rev 289222)
+++ PKGBUILD2017-02-18 20:08:31 UTC (rev 289223)
@@ -1,8 +1,9 @@
 # $Id$
 # Maintainer: AndyRTR 
 
-pkgname=hunspell-en
-pkgver=2016.11.20
+pkgbase=hunspell-en
+pkgname=('hunspell-en_US' 'hunspell-en_AU' 'hunspell-en_CA' 'hunspell-en_GB'  
'hunspell-en')
+pkgver=2017.01.22
 pkgrel=1
 pkgdesc="English hunspell dictionaries"
 arch=(any)
@@ -10,11 +11,13 @@
 license=('LGPL' 'custom:scowl')
 optdepends=('hunspell: the spell checking libraries and apps')
 
source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_AU-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('8fd44fe68d4865a7e126b7312d9b68535086293d'
-  '3baa5ef3ba086a062b73db0d5c43cea01d3091c6'
-  '4cec152b9cdf725d1c88c20a00030b840e964f1d')
+sha1sums=('bbf01200587fa7731dfab20de88bd34df1f2d991'
+  'e4c06434c555ca39358be8f89fb175111cf8251f'
+  '1756f692b453b37a530e02aaf41623329d6f6573'
+  '615d74ecb81c47155a00757b55be056459d5ba70')
 
 prepare() {
   sed -i "s:SET UTF8:SET UTF-8:g"  *.aff
@@ -24,13 +27,96 @@
  /bin/true
 }
 
-package() {
+package_hunspell-en_US() {
+
+ pkgdesc="US English hunspell dictionaries"
+
   cd "$srcdir"
   install -dm755 ${pkgdir}/usr/share/hunspell
-  install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
+  install -m644 en_US*.dic en_US*.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
+  
+  # licenses
+  install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
+}
+
+package_hunspell-en_AU() {
+
+ pkgdesc="AU English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_AU*.dic en_AU*.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
+  
+  # licenses
+  install -D -m644 README_en_AU.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_AU
+}
+
+package_hunspell-en_CA() {
+
+ pkgdesc="CA English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_CA*.dic en_CA*.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
+
+  # licenses
+  install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
+}
+
+package_hunspell-en_GB() {
+
+ pkgdesc="GB English hunspell dictionaries"
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  install -m644 en_GB*.dic en_GB*.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
+
+  # licenses
+  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
+}
+
+package_hunspell-en() {
+   
+ pkgdesc="English (US, UK, etc.) hunspell dictionaries"
+ requires=('hunspell-en_US' 'hunspell-en_GB')
+
+  cd "$srcdir"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+
   pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases="en_AG en_AU en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE 
en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
+  en_GB_aliases="en_AG en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW"
   for lang in $en_GB_aliases; do
ln -s en_GB-large.aff $lang.aff
ln -s en_GB-large.dic $lang.dic
@@ -49,13 +135,4 @@
   ln -sv /usr/share/hunspell/$(basename $file) .
 done
   popd
-  

[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2016-11-26 Thread Andreas Radke
Date: Saturday, November 26, 2016 @ 17:07:42
  Author: andyrtr
Revision: 282084

upgpkg: hunspell-en 2016.11.20-1

upstream update 2016.11.20

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 17:06:01 UTC (rev 282083)
+++ PKGBUILD2016-11-26 17:07:42 UTC (rev 282084)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=hunspell-en
-pkgver=2016.06.26
+pkgver=2016.11.20
 pkgrel=1
 pkgdesc="English hunspell dictionaries"
 arch=(any)
@@ -12,9 +12,9 @@
 
source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('40163c20e0b168d45caf002e7ee3bbadbf78c25f'
-  '639a59d74faa0cb0f763e802a9585f7f92b55866'
-  'b77e46f667e033dba2db97c9b2299c764da07165')
+sha1sums=('8fd44fe68d4865a7e126b7312d9b68535086293d'
+  '3baa5ef3ba086a062b73db0d5c43cea01d3091c6'
+  '4cec152b9cdf725d1c88c20a00030b840e964f1d')
 
 prepare() {
   sed -i "s:SET UTF8:SET UTF-8:g"  *.aff


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2016-08-21 Thread Andreas Radke
Date: Sunday, August 21, 2016 @ 08:46:40
  Author: andyrtr
Revision: 274528

upgpkg: hunspell-en 2016.06.26-1

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 08:42:28 UTC (rev 274527)
+++ PKGBUILD2016-08-21 08:46:40 UTC (rev 274528)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR 
 
 pkgname=hunspell-en
-pkgver=2016.01.19
+pkgver=2016.06.26
 pkgrel=1
 pkgdesc="English hunspell dictionaries"
 arch=(any)
@@ -12,9 +12,9 @@
 
source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('efd0eca83d484a68785263904b68333f337178b5'
-  'cf4d87fa3f438bf588208a6547e8a52a7956250b'
-  'a82d605b934408e2fca193a8848ef6260febfa60')
+sha1sums=('40163c20e0b168d45caf002e7ee3bbadbf78c25f'
+  '639a59d74faa0cb0f763e802a9585f7f92b55866'
+  'b77e46f667e033dba2db97c9b2299c764da07165')
 
 prepare() {
   sed -i "s:SET UTF8:SET UTF-8:g"  *.aff


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2016-02-02 Thread Andreas Radke
Date: Tuesday, February 2, 2016 @ 16:53:29
  Author: andyrtr
Revision: 258786

upgpkg: hunspell-en 2016.01.19-1

upstream update 2016.01.19

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-02 15:49:38 UTC (rev 258785)
+++ PKGBUILD2016-02-02 15:53:29 UTC (rev 258786)
@@ -2,8 +2,8 @@
 # Maintainer: AndyRTR 
 
 pkgname=hunspell-en
-pkgver=2015.05.18
-pkgrel=4
+pkgver=2016.01.19
+pkgrel=1
 pkgdesc="English hunspell dictionaries"
 arch=(any)
 url="http://wordlist.aspell.net/dicts/;
@@ -12,9 +12,9 @@
 
source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
 
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
-sha1sums=('a4172755005d80cc4d89d919aed08fb998db7635'
-  '84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80'
-  'daf8e7d03571990199cb0986e18e469a951e8ab0')
+sha1sums=('efd0eca83d484a68785263904b68333f337178b5'
+  'cf4d87fa3f438bf588208a6547e8a52a7956250b'
+  'a82d605b934408e2fca193a8848ef6260febfa60')
 
 prepare() {
   sed -i "s:SET UTF8:SET UTF-8:g"  *.aff


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2015-06-06 Thread Andreas Radke
Date: Saturday, June 6, 2015 @ 12:07:00
  Author: andyrtr
Revision: 240367

upgpkg: hunspell-en 2015.05.18-4

add en_GB alias

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-06 07:24:45 UTC (rev 240366)
+++ PKGBUILD2015-06-06 10:07:00 UTC (rev 240367)
@@ -3,7 +3,7 @@
 
 pkgname=hunspell-en
 pkgver=2015.05.18
-pkgrel=3
+pkgrel=4
 pkgdesc=English hunspell dictionaries
 arch=(any)
 url=http://wordlist.aspell.net/dicts/;
@@ -30,7 +30,7 @@
   install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
 
   pushd $pkgdir/usr/share/hunspell/
-  en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
+  en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GB en_GH en_HK en_IE 
en_IN en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
   for lang in $en_GB_aliases; do
ln -s en_GB-large.aff $lang.aff
ln -s en_GB-large.dic $lang.dic


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2015-06-04 Thread Andreas Radke
Date: Thursday, June 4, 2015 @ 21:33:08
  Author: andyrtr
Revision: 240346

upgpkg: hunspell-en 2015.05.18-3

fix UTF-8 encoding FS#45158

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-04 18:35:44 UTC (rev 240345)
+++ PKGBUILD2015-06-04 19:33:08 UTC (rev 240346)
@@ -3,7 +3,7 @@
 
 pkgname=hunspell-en
 pkgver=2015.05.18
-pkgrel=2
+pkgrel=3
 pkgdesc=English hunspell dictionaries
 arch=(any)
 url=http://wordlist.aspell.net/dicts/;
@@ -16,6 +16,10 @@
   '84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80'
   'daf8e7d03571990199cb0986e18e469a951e8ab0')
 
+prepare() {
+  sed -i s:SET UTF8:SET UTF-8:g  *.aff
+}
+
 build() {
  /bin/true
 }


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2015-06-01 Thread Andreas Radke
Date: Monday, June 1, 2015 @ 20:22:59
  Author: andyrtr
Revision: 239992

upgpkg: hunspell-en 2015.05.18-2

fix broken links FS#45158

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 09:33:15 UTC (rev 239991)
+++ PKGBUILD2015-06-01 18:22:59 UTC (rev 239992)
@@ -3,7 +3,7 @@
 
 pkgname=hunspell-en
 pkgver=2015.05.18
-pkgrel=1
+pkgrel=2
 pkgdesc=English hunspell dictionaries
 arch=(any)
 url=http://wordlist.aspell.net/dicts/;
@@ -28,8 +28,8 @@
   pushd $pkgdir/usr/share/hunspell/
   en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
   for lang in $en_GB_aliases; do
-   ln -s en_GB.aff $lang.aff
-   ln -s en_GB.dic $lang.dic
+   ln -s en_GB-large.aff $lang.aff
+   ln -s en_GB-large.dic $lang.dic
   done
   en_US_aliases=en_PH
   for lang in $en_US_aliases; do


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2015-05-28 Thread Andreas Radke
Date: Thursday, May 28, 2015 @ 16:04:13
  Author: andyrtr
Revision: 239856

upgpkg: hunspell-en 2015.05.18-1

upstream update 2015.05.18

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 11 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 13:37:12 UTC (rev 239855)
+++ PKGBUILD2015-05-28 14:04:13 UTC (rev 239856)
@@ -2,20 +2,19 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=hunspell-en
-pkgver=7.1
-pkgrel=3
+pkgver=2015.05.18
+pkgrel=1
 pkgdesc=English hunspell dictionaries
 arch=(any)
-#url=http://en-gb.pyxidium.co.uk/;
-url=http://wordlist.sourceforge.net/;
+url=http://wordlist.aspell.net/dicts/;
 license=('LGPL' 'custom:scowl')
 optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://downloads.sourceforge.net/wordlist/hunspell-en_US-$pkgver-0.zip
-   http://downloads.sourceforge.net/wordlist/hunspell-en_CA-$pkgver-0.zip
-   http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip)
-md5sums=('8eb485db0a722eb29a5eca517a22e367'
- '1921a5011d0f34e17d2e3f050d62a2c8'
- '218909136738f4564b81ecd145ade6ee')
+source=(http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_US-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_CA-$pkgver.zip
+
http://downloads.sourceforge.net/project/wordlist/speller/$pkgver/hunspell-en_GB-large-$pkgver.zip)
+sha1sums=('a4172755005d80cc4d89d919aed08fb998db7635'
+  '84722666d4f7a9c1b3d46a4c47f595cc6f9e1d80'
+  'daf8e7d03571990199cb0986e18e469a951e8ab0')
 
 build() {
  /bin/true
@@ -49,10 +48,10 @@
   
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  install -m644 README_en_??.txt $pkgdir/usr/share/doc/$pkgname
+  install -m644 README_en_*.txt $pkgdir/usr/share/doc/$pkgname
 
   # licenses
   install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US
   install -D -m644 README_en_CA.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_CA
-  install -D -m644 README_en_GB.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB
+  install -D -m644 README_en_GB-large.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_GB-large
 }


[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2014-06-30 Thread Andreas Radke
Date: Monday, June 30, 2014 @ 21:35:51
  Author: andyrtr
Revision: 215896

upgpkg: hunspell-en 7.1-3

mtree rebuild

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-30 19:28:46 UTC (rev 215895)
+++ PKGBUILD2014-06-30 19:35:51 UTC (rev 215896)
@@ -3,7 +3,7 @@
 
 pkgname=hunspell-en
 pkgver=7.1
-pkgrel=2
+pkgrel=3
 pkgdesc=English hunspell dictionaries
 arch=(any)
 #url=http://en-gb.pyxidium.co.uk/;



[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2012-04-29 Thread Allan McRae
Date: Sunday, April 29, 2012 @ 07:28:08
  Author: allan
Revision: 157783

upgpkg: hunspell-en 7.1-2

fix file permissions - FS#29488

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-04-29 11:21:54 UTC (rev 157782)
+++ PKGBUILD2012-04-29 11:28:08 UTC (rev 157783)
@@ -3,7 +3,7 @@
 
 pkgname=hunspell-en
 pkgver=7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=English hunspell dictionaries
 arch=(any)
 #url=http://en-gb.pyxidium.co.uk/;
@@ -24,7 +24,7 @@
 package() {
   cd $srcdir
   install -dm755 ${pkgdir}/usr/share/hunspell
-  cp -p en_*.dic en_*.aff $pkgdir/usr/share/hunspell
+  install -m644 en_*.dic en_*.aff $pkgdir/usr/share/hunspell
 
   pushd $pkgdir/usr/share/hunspell/
   en_GB_aliases=en_AG en_AU en_BS en_BW en_BZ en_DK en_GH en_HK en_IE en_IN 
en_JM en_NA en_NG en_NZ en_SG en_TT en_ZA en_ZW
@@ -49,7 +49,7 @@
   
   # docs
   install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  cp -p README_en_??.txt $pkgdir/usr/share/doc/$pkgname
+  install -m644 README_en_??.txt $pkgdir/usr/share/doc/$pkgname
 
   # licenses
   install -D -m644 README_en_US.txt 
$pkgdir/usr/share/licenses/$pkgname/Copyright_en_US



[arch-commits] Commit in hunspell-en/trunk (PKGBUILD)

2011-06-01 Thread andyrtr
Date: Wednesday, June 1, 2011 @ 12:38:48
  Author: andyrtr
Revision: 126118

upgpkg: hunspell-en 7.1-1
upstream update 7.1

Modified:
  hunspell-en/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-06-01 16:05:40 UTC (rev 126117)
+++ PKGBUILD2011-06-01 16:38:48 UTC (rev 126118)
@@ -2,7 +2,7 @@
 # Maintainer: AndyRTR andy...@archlinux.org
 
 pkgname=hunspell-en
-pkgver=7.0
+pkgver=7.1
 pkgrel=1
 pkgdesc=English hunspell dictionaries
 arch=(any)
@@ -13,8 +13,8 @@
 source=(http://downloads.sourceforge.net/wordlist/hunspell-en_US-$pkgver-0.zip
http://downloads.sourceforge.net/wordlist/hunspell-en_CA-$pkgver-0.zip
http://en-gb.pyxidium.co.uk/dictionary/en_GB.zip)
-md5sums=('00047f06c774fa69f7a3360b83d209cc'
- '731a92e959e1904d5f3b210e4bb2c871'
+md5sums=('8eb485db0a722eb29a5eca517a22e367'
+ '1921a5011d0f34e17d2e3f050d62a2c8'
  '218909136738f4564b81ecd145ade6ee')
 
 build() {