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

Antonio Rojas arojas at gemini.archlinux.org
Fri Oct 1 19:45:28 UTC 2021


    Date: Friday, October 1, 2021 @ 19:45:28
  Author: arojas
Revision: 1026568

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 19:45:20 UTC (rev 1026567)
+++ PKGBUILD	2021-10-01 19:45:28 UTC (rev 1026568)
@@ -1,34 +0,0 @@
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=hunspell-ro
-pkgver=3.3.10
-pkgrel=5
-pkgdesc="Romanian dictionary for Hunspell"
-arch=('any')
-url="https://sourceforge.net/projects/rospell/"
-license=('LGPL' 'GPL' 'MPL')
-depends=('hunspell')
-makedepends=('qt5-webengine')
-source=(https://downloads.sourceforge.net/rospell/ro_RO.$pkgver.zip)
-sha512sums=('192d53fc087fb96306c46092a2b5cac9c28528f741c686d3b5e80c11c7bfdd16e1e406cfc1c32a99d72e2db01722e539b28c716379f38a3703e6954c8f9f2170')
-
-package() {
-  install -dm755 "$pkgdir"/usr/share/hunspell
-
-  install -D -m644 *.aff *.dic -t "$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
-
-# 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
-}

Copied: hunspell-ro/repos/community-any/PKGBUILD (from rev 1026567, hunspell-ro/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-01 19:45:28 UTC (rev 1026568)
@@ -0,0 +1,35 @@
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=hunspell-ro
+pkgver=3.3.10
+pkgrel=6
+pkgdesc="Romanian dictionary for Hunspell"
+arch=('any')
+url="https://sourceforge.net/projects/rospell/"
+license=('LGPL' 'GPL' 'MPL')
+depends=('hunspell')
+makedepends=('qt6-webengine')
+source=(https://downloads.sourceforge.net/rospell/ro_RO.$pkgver.zip)
+sha512sums=('192d53fc087fb96306c46092a2b5cac9c28528f741c686d3b5e80c11c7bfdd16e1e406cfc1c32a99d72e2db01722e539b28c716379f38a3703e6954c8f9f2170')
+
+package() {
+  install -dm755 "$pkgdir"/usr/share/hunspell
+
+  install -D -m644 *.aff *.dic -t "$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
+
+# Install webengine dictionaries   
+  install -d "$pkgdir"/usr/share/qt{,6}/qtwebengine_dictionaries/
+  for _file in "$pkgdir"/usr/share/hunspell/*.dic; do
+  _filename=$(basename $_file)
+    /usr/lib/qt6/qwebengine_convert_dict $_file "$pkgdir"/usr/share/qt6/qtwebengine_dictionaries/${_filename/\.dic/\.bdic}
+  ln -rs "$pkgdir"/usr/share/qt6/qtwebengine_dictionaries/${_filename/\.dic/\.bdic} "$pkgdir"/usr/share/qt/qtwebengine_dictionaries/
+  done
+}



More information about the arch-commits mailing list