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

Andreas Radke andyrtr at archlinux.org
Wed Sep 18 10:37:56 UTC 2019


    Date: Wednesday, September 18, 2019 @ 10:37:56
  Author: andyrtr
Revision: 362997

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |  111 ++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 59 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-18 10:37:48 UTC (rev 362996)
+++ PKGBUILD	2019-09-18 10:37:56 UTC (rev 362997)
@@ -1,52 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=hunspell-de
-pkgver=20161207
-pkgrel=2
-pkgdesc="German hunspell dictionaries"
-arch=('any')
-url="https://www.j3e.de/ispell/igerman98/"
-license=('GPL')
-makedepends=('hunspell' 'ispell')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=("https://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2")
-sha256sums=('17296f03c5fea62d76ecc530ebe80f6adc430278f58d472dc1842d71612960a8')
-
-build() {
-  cd "$srcdir/igerman98-$pkgver"
-  make hunspell/de_AT.dic hunspell/de_AT.aff \
-       hunspell/de_CH.dic hunspell/de_CH.aff \
-       hunspell/de_DE.dic hunspell/de_DE.aff
-}
-
-package() {
-  cd "$srcdir/igerman98-$pkgver/hunspell"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-  cp -p de_??.dic de_??.aff $pkgdir/usr/share/hunspell
-
-  pushd $pkgdir/usr/share/hunspell/
-  de_DE_aliases="de_BE de_LU"
-  for lang in $de_DE_aliases; do
-    ln -s de_DE.aff $lang.aff
-    ln -s de_DE.dic $lang.dic
-  done
-  de_CH_aliases="de_LI"
-  for lang in $de_CH_aliases; do
-    ln -s de_CH.aff $lang.aff
-    ln -s de_CH.dic $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/hunspell/*; do
-      ln -sv /usr/share/hunspell/$(basename $file) .
-    done
-  popd
-
-  # docs
-  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
-  cp -p README_de_??.txt $pkgdir/usr/share/doc/$pkgname
-}

Copied: hunspell-de/repos/extra-any/PKGBUILD (from rev 362996, hunspell-de/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-18 10:37:56 UTC (rev 362997)
@@ -0,0 +1,59 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=hunspell-de
+pkgver=20161207
+pkgrel=3
+pkgdesc="German hunspell dictionaries"
+arch=('any')
+url="https://www.j3e.de/ispell/igerman98/"
+license=('GPL')
+makedepends=('hunspell' 'ispell' 'qt5-webengine')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=("https://www.j3e.de/ispell/igerman98/dict/igerman98-$pkgver.tar.bz2")
+sha256sums=('17296f03c5fea62d76ecc530ebe80f6adc430278f58d472dc1842d71612960a8')
+
+build() {
+  cd "$srcdir/igerman98-$pkgver"
+  make hunspell/de_AT.dic hunspell/de_AT.aff \
+       hunspell/de_CH.dic hunspell/de_CH.aff \
+       hunspell/de_DE.dic hunspell/de_DE.aff
+}
+
+package() {
+  cd "$srcdir/igerman98-$pkgver/hunspell"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+  cp -p de_??.dic de_??.aff $pkgdir/usr/share/hunspell
+
+  pushd $pkgdir/usr/share/hunspell/
+  de_DE_aliases="de_BE de_LU"
+  for lang in $de_DE_aliases; do
+    ln -s de_DE.aff $lang.aff
+    ln -s de_DE.dic $lang.dic
+  done
+  de_CH_aliases="de_LI"
+  for lang in $de_CH_aliases; do
+    ln -s de_CH.aff $lang.aff
+    ln -s de_CH.dic $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/hunspell/*; do
+      ln -sv /usr/share/hunspell/$(basename $file) .
+    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
+
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+  cp -p README_de_??.txt $pkgdir/usr/share/doc/$pkgname
+}



More information about the arch-commits mailing list