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

Antonio Rojas arojas at gemini.archlinux.org
Fri Oct 1 19:37:44 UTC 2021


    Date: Friday, October 1, 2021 @ 19:37:44
  Author: arojas
Revision: 1026551

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 19:37:36 UTC (rev 1026550)
+++ PKGBUILD	2021-10-01 19:37:44 UTC (rev 1026551)
@@ -1,42 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=hunspell-hu
-pkgver=1.7
-_lo_ver=6.3.2
-pkgrel=2
-pkgdesc="Hungarian hunspell dictionary"
-arch=(any)
-url="http://magyarispell.sourceforge.net/"
-license=(LGPL GPL MPL)
-makedepends=('qt5-webengine')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(https://download.documentfoundation.org/libreoffice/stable/${_lo_ver}/rpm/x86_64/LibreOffice_${_lo_ver}_Linux_x86-64_rpm_langpack_hu.tar.gz{,.asc})
-validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build Team (CODE SIGNING KEY) <build at documentfoundation.org>"
-sha256sums=('07a45f1148d82286bd39b6f36b2adcdf766fb41e8a203f36e1f52940c8c27fa5'
-            'SKIP')
-
-prepare() {
-  bsdtar -x -f LibreOffice_*_Linux_x86-64_rpm_langpack_hu/RPMS/libreoffice*-dict-hu-*.x86_64.rpm
-}
-
-package() {
-  cd opt/libreoffice*/share/extensions/dict-hu/
-  install -dm755 "$pkgdir"/usr/share/{hunspell,qt/qtwebengine_dictionaries}
-  install -m644 -t "$pkgdir/usr/share/hunspell" hu_HU.dic hu_HU.aff
-
-  # Install webengine dictionary; the IGNORE command is not supported by bdic
-  sed -i '/^IGNORE/d' hu_HU.aff
-  qwebengine_convert_dict hu_HU.dic "$pkgdir/usr/share/qt/qtwebengine_dictionaries/hu_HU.bdic"
-
-  # 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 -Dm644 README_hu_HU.txt "$pkgdir/usr/share/doc/$pkgname/README_hu_HU.txt"
-}

Copied: hunspell-hu/repos/community-any/PKGBUILD (from rev 1026550, hunspell-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-01 19:37:44 UTC (rev 1026551)
@@ -0,0 +1,43 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=hunspell-hu
+pkgver=1.7
+_lo_ver=7.2.1
+pkgrel=3
+pkgdesc="Hungarian hunspell dictionary"
+arch=(any)
+url="http://magyarispell.sourceforge.net/"
+license=(LGPL GPL MPL)
+makedepends=('qt6-webengine')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(https://download.documentfoundation.org/libreoffice/stable/${_lo_ver}/rpm/x86_64/LibreOffice_${_lo_ver}_Linux_x86-64_rpm_langpack_hu.tar.gz{,.asc})
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build Team (CODE SIGNING KEY) <build at documentfoundation.org>"
+sha256sums=('727d0ea3e6937bf5cdd30472b89909e992c4bfe1bc12d538a13df609f0aa00de'
+            'SKIP')
+
+prepare() {
+  bsdtar -x -f LibreOffice_*_Linux_x86-64_rpm_langpack_hu/RPMS/libreoffice*-dict-hu-*.x86_64.rpm
+}
+
+package() {
+  cd opt/libreoffice*/share/extensions/dict-hu/
+  install -dm755 "$pkgdir"/usr/share/{hunspell,qt{,6}/qtwebengine_dictionaries}
+  install -m644 -t "$pkgdir/usr/share/hunspell" hu_HU.dic hu_HU.aff
+
+  # Install webengine dictionary; the IGNORE command is not supported by bdic
+  sed -i '/^IGNORE/d' hu_HU.aff
+  /usr/lib/qt6/qwebengine_convert_dict hu_HU.dic "$pkgdir/usr/share/qt6/qtwebengine_dictionaries/hu_HU.bdic"
+  ln -rs "$pkgdir"/usr/share/qt6/qtwebengine_dictionaries/hu_HU.bdic "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+
+  # 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 -Dm644 README_hu_HU.txt "$pkgdir/usr/share/doc/$pkgname/README_hu_HU.txt"
+}



More information about the arch-commits mailing list