[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2020-11-23 Thread Johannes Löthberg via arch-commits
Date: Monday, November 23, 2020 @ 17:24:59
  Author: demize
Revision: 760037

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 760036, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-23 17:24:56 UTC (rev 760036)
+++ PKGBUILD2020-11-23 17:24:59 UTC (rev 760037)
@@ -1,51 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20201011
-pkgrel=3
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('de3d0ee5e001f2eb7e961e9a45425032')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-
-  # fix file encoding - FS#68481
-  # check for broken files using
-  # file -i  $(pacman -Ql hunspell-de | sed "s/hunspell-de//") | grep iso
-  for file in pl_PL.aff pl_PL.dic; do
-  mv $file $file.ISO-8859
-  iconv -f iso-8859-2 -t utf-8 $file.ISO-8859 -o $file
-  # fix encoding in .aff files
-  sed -i "s/SET ISO8859-2/SET UTF-8/" $file
-  done
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 760036, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-23 17:24:59 UTC (rev 760037)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20201103
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('d04a140ec87faf5ce777084990da5477')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+
+  # fix file encoding - FS#68481
+  # check for broken files using
+  # file -i  $(pacman -Qql hunspell-pl) | grep iso
+  for file in pl_PL.aff pl_PL.dic; do
+  mv $file $file.ISO-8859
+  iconv -f iso-8859-2 -t utf-8 $file.ISO-8859 -o $file
+  # fix encoding in .aff files
+  sed -i "s/SET ISO8859-2/SET UTF-8/" $file
+  done
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2020-11-17 Thread Andreas Radke via arch-commits
Date: Tuesday, November 17, 2020 @ 16:51:38
  Author: andyrtr
Revision: 756802

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 756801, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |  100 +++--
 1 file changed, 51 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-17 16:51:33 UTC (rev 756801)
+++ PKGBUILD2020-11-17 16:51:38 UTC (rev 756802)
@@ -1,49 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20201011
-pkgrel=2
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('de3d0ee5e001f2eb7e961e9a45425032')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-
-  # fix file encoding - FS#68481
-  # check for broken files using
-  # file -i  $(pacman -Ql hunspell-de | sed "s/hunspell-de//") | grep iso
-  for file in pl_PL.aff pl_PL.dic; do
-  mv $file $file.ISO-8859
-  iconv -f iso-8859-1 -t utf-8 $file.ISO-8859 -o $file
-  done
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 756801, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-17 16:51:38 UTC (rev 756802)
@@ -0,0 +1,51 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20201011
+pkgrel=3
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('de3d0ee5e001f2eb7e961e9a45425032')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+
+  # fix file encoding - FS#68481
+  # check for broken files using
+  # file -i  $(pacman -Ql hunspell-de | sed "s/hunspell-de//") | grep iso
+  for file in pl_PL.aff pl_PL.dic; do
+  mv $file $file.ISO-8859
+  iconv -f iso-8859-2 -t utf-8 $file.ISO-8859 -o $file
+  # fix encoding in .aff files
+  sed -i "s/SET ISO8859-2/SET UTF-8/" $file
+  done
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2020-11-16 Thread Andreas Radke via arch-commits
Date: Monday, November 16, 2020 @ 10:16:58
  Author: andyrtr
Revision: 755192

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 755191, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   90 +
 1 file changed, 49 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-16 10:16:50 UTC (rev 755191)
+++ PKGBUILD2020-11-16 10:16:58 UTC (rev 755192)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20201011
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('de3d0ee5e001f2eb7e961e9a45425032')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 755191, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-16 10:16:58 UTC (rev 755192)
@@ -0,0 +1,49 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20201011
+pkgrel=2
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('de3d0ee5e001f2eb7e961e9a45425032')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+
+  # fix file encoding - FS#68481
+  # check for broken files using
+  # file -i  $(pacman -Ql hunspell-de | sed "s/hunspell-de//") | grep iso
+  for file in pl_PL.aff pl_PL.dic; do
+  mv $file $file.ISO-8859
+  iconv -f iso-8859-1 -t utf-8 $file.ISO-8859 -o $file
+  done
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2020-10-12 Thread Johannes Löthberg via arch-commits
Date: Monday, October 12, 2020 @ 17:19:38
  Author: demize
Revision: 723695

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 723694, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-12 17:19:36 UTC (rev 723694)
+++ PKGBUILD2020-10-12 17:19:38 UTC (rev 723695)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20201008
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('4fab44d5ec48b2e0d94c145a6983b602')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 723694, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-12 17:19:38 UTC (rev 723695)
@@ -0,0 +1,41 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20201011
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('de3d0ee5e001f2eb7e961e9a45425032')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2020-10-10 Thread Johannes Löthberg via arch-commits
Date: Saturday, October 10, 2020 @ 14:37:05
  Author: demize
Revision: 723122

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 723121, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 14:37:01 UTC (rev 723121)
+++ PKGBUILD2020-10-10 14:37:05 UTC (rev 723122)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20200825
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('0e7a42d092013fbd671d01901229ba05')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 723121, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 14:37:05 UTC (rev 723122)
@@ -0,0 +1,41 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20201008
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('4fab44d5ec48b2e0d94c145a6983b602')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2020-08-25 Thread Johannes Löthberg via arch-commits
Date: Tuesday, August 25, 2020 @ 17:57:05
  Author: demize
Revision: 688572

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 688571, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-25 17:56:59 UTC (rev 688571)
+++ PKGBUILD2020-08-25 17:57:05 UTC (rev 688572)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20200822
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('ccef1b8c37062ea1204f0da89a1bf780')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 688571, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-25 17:57:05 UTC (rev 688572)
@@ -0,0 +1,41 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20200825
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('0e7a42d092013fbd671d01901229ba05')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2020-08-22 Thread Johannes Löthberg via arch-commits
Date: Saturday, August 22, 2020 @ 19:35:41
  Author: demize
Revision: 686775

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 686774, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-22 19:35:38 UTC (rev 686774)
+++ PKGBUILD2020-08-22 19:35:41 UTC (rev 686775)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20200704
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('69612407ab406d2e3be30b9bf664b7ab')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 686774, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-22 19:35:41 UTC (rev 686775)
@@ -0,0 +1,41 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20200822
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('ccef1b8c37062ea1204f0da89a1bf780')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2020-07-06 Thread Johannes Löthberg via arch-commits
Date: Monday, July 6, 2020 @ 15:22:17
  Author: demize
Revision: 658039

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 658038, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 15:22:14 UTC (rev 658038)
+++ PKGBUILD2020-07-06 15:22:17 UTC (rev 658039)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20200530
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('2f98fa9f50362008c2ce0d2777159189')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 658038, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 15:22:17 UTC (rev 658039)
@@ -0,0 +1,41 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20200704
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('69612407ab406d2e3be30b9bf664b7ab')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2020-05-31 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 31, 2020 @ 16:34:25
  Author: demize
Revision: 637696

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 637695, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-31 16:34:22 UTC (rev 637695)
+++ PKGBUILD2020-05-31 16:34:25 UTC (rev 637696)
@@ -1,41 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20200327
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='https://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-makedepends=('qt5-webengine')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('ba4bf1ebd05b7a020f39575c707938da')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-
- # Install webengine dictionaries
-  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
-  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 637695, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-31 16:34:25 UTC (rev 637696)
@@ -0,0 +1,41 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20200530
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('2f98fa9f50362008c2ce0d2777159189')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2019-11-23 Thread Antonio Rojas via arch-commits
Date: Saturday, November 23, 2019 @ 09:41:12
  Author: arojas
Revision: 531998

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 531997, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   77 -
 1 file changed, 41 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-23 09:40:53 UTC (rev 531997)
+++ PKGBUILD2019-11-23 09:41:12 UTC (rev 531998)
@@ -1,36 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20190101
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='http://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('9ee4a80641764c0c26627c83ec481e39')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 531997, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-23 09:41:12 UTC (rev 531998)
@@ -0,0 +1,41 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20190101
+pkgrel=2
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='https://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('9ee4a80641764c0c26627c83ec481e39')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+
+ # Install webengine dictionaries
+  install -d "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  qwebengine_convert_dict "$pkgdir"/usr/share/hunspell/pl_PL.dic 
"$pkgdir"/usr/share/qt/qtwebengine_dictionaries/pl_PL.bdic
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2019-01-01 Thread Johannes Löthberg via arch-commits
Date: Tuesday, January 1, 2019 @ 16:15:57
  Author: demize
Revision: 420173

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 420172, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 36 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-01 16:15:45 UTC (rev 420172)
+++ PKGBUILD2019-01-01 16:15:57 UTC (rev 420173)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20171208
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='http://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('bf48ef8aec7b71c12d88112099d877b3')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 420172, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-01 16:15:57 UTC (rev 420173)
@@ -0,0 +1,36 @@
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20190101
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='http://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('9ee4a80641764c0c26627c83ec481e39')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2017-12-08 Thread Johannes Löthberg via arch-commits
Date: Friday, December 8, 2017 @ 19:36:19
  Author: demize
Revision: 273381

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 273380, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-08 19:36:09 UTC (rev 273380)
+++ PKGBUILD2017-12-08 19:36:19 UTC (rev 273381)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20160801
-pkgrel=1
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='http://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
-md5sums=('f681d57da464a82fd866c4b2a5f7bbcd')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 273380, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-08 19:36:19 UTC (rev 273381)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20171208
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='http://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('bf48ef8aec7b71c12d88112099d877b3')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2016-08-01 Thread Johannes Löthberg
Date: Monday, August 1, 2016 @ 08:59:40
  Author: demize
Revision: 184743

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 184742, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   73 ++---
 1 file changed, 37 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-01 08:59:34 UTC (rev 184742)
+++ PKGBUILD2016-08-01 08:59:40 UTC (rev 184743)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Maciej Sitarz 
-
-pkgname=hunspell-pl
-pkgver=20150428
-pkgrel=2
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='http://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://sjp.pl/slownik/ort/sjp-myspell-pl-$pkgver.zip)
-md5sums=('d6de61e0eac87ed9a12e8bbe123800bd')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
-  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 184742, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-01 08:59:40 UTC (rev 184743)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Maciej Sitarz 
+
+pkgname=hunspell-pl
+pkgver=20160801
+pkgrel=1
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='http://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(https://sources.archlinux.org/other/community/hunspell-pl/sjp-myspell-pl-$pkgver.zip)
+md5sums=('f681d57da464a82fd866c4b2a5f7bbcd')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.aff "$pkgdir"/usr/share/hunspell
+  install -m644 pl_PL.dic "$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_pl_PL.txt "$pkgdir"/usr/share/doc/$pkgname
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2015-06-05 Thread Johannes Löthberg
Date: Saturday, June 6, 2015 @ 00:45:44
  Author: demize
Revision: 134888

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 134887, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-05 22:45:34 UTC (rev 134887)
+++ PKGBUILD2015-06-05 22:45:44 UTC (rev 134888)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Maciej Sitarz maci...@freesco.pl
-
-pkgname=hunspell-pl
-pkgver=20120911
-pkgrel=2
-pkgdesc='Polish dictionary for Hunspell'
-arch=('any')
-url='http://www.sjp.pl/slownik/ort/'
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(https://sources.archlinux.org/other/community/$pkgname/sjp-myspell-pl-$pkgver.zip)
-md5sums=('cc1b05d329be79847b9e30a8f056753d')
-
-prepare() {
-  bsdtar -xf pl_PL.zip
-}
-
-package() {
-  install -dm755 $pkgdir/usr/share/hunspell
-  install -m644 pl_PL.aff $pkgdir/usr/share/hunspell
-  install -m644 pl_PL.dic $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_pl_PL.txt $pkgdir/usr/share/doc/$pkgname
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 134887, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-05 22:45:44 UTC (rev 134888)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Maciej Sitarz maci...@freesco.pl
+
+pkgname=hunspell-pl
+pkgver=20150428
+pkgrel=2
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='http://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://sjp.pl/slownik/ort/sjp-myspell-pl-$pkgver.zip)
+md5sums=('d6de61e0eac87ed9a12e8bbe123800bd')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 $pkgdir/usr/share/hunspell
+  install -m644 pl_PL.aff $pkgdir/usr/share/hunspell
+  install -m644 pl_PL.dic $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_pl_PL.txt $pkgdir/usr/share/doc/$pkgname
+}


[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)

2014-01-21 Thread Bartłomiej Piotrowski
Date: Tuesday, January 21, 2014 @ 18:16:23
  Author: bpiotrowski
Revision: 104477

archrelease: copy trunk to community-any

Added:
  hunspell-pl/repos/community-any/PKGBUILD
(from rev 104476, hunspell-pl/trunk/PKGBUILD)
Deleted:
  hunspell-pl/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 +
 1 file changed, 36 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-01-21 17:16:17 UTC (rev 104476)
+++ PKGBUILD2014-01-21 17:16:23 UTC (rev 104477)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Maciej Sitarz maci...@freesco.pl
-
-pkgname=hunspell-pl
-pkgver=20120911
-pkgrel=1
-pkgdesc=Polish (Poland) dictionary for Hunspell
-arch=(any)
-url=http://www.sjp.pl/slownik/ort/;
-license=('GPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-myspell-pl-$pkgver.zip)
-md5sums=('cc1b05d329be79847b9e30a8f056753d')
-
-build() {
-cd $srcdir
-bsdtar -xf pl_PL.zip
-}
-
-package() {
-cd $srcdir
-
-install -dm755 $pkgdir/usr/share/hunspell
-install -m644 pl_PL.aff $pkgdir/usr/share/hunspell
-install -m644 pl_PL.dic $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_pl_PL.txt $pkgdir/usr/share/doc/$pkgname
-}

Copied: hunspell-pl/repos/community-any/PKGBUILD (from rev 104476, 
hunspell-pl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-01-21 17:16:23 UTC (rev 104477)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Maciej Sitarz maci...@freesco.pl
+
+pkgname=hunspell-pl
+pkgver=20120911
+pkgrel=2
+pkgdesc='Polish dictionary for Hunspell'
+arch=('any')
+url='http://www.sjp.pl/slownik/ort/'
+license=('GPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/sjp-myspell-pl-$pkgver.zip)
+md5sums=('cc1b05d329be79847b9e30a8f056753d')
+
+prepare() {
+  bsdtar -xf pl_PL.zip
+}
+
+package() {
+  install -dm755 $pkgdir/usr/share/hunspell
+  install -m644 pl_PL.aff $pkgdir/usr/share/hunspell
+  install -m644 pl_PL.dic $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_pl_PL.txt $pkgdir/usr/share/doc/$pkgname
+}