[arch-commits] Commit in hunspell-el/repos/community-any (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Nov 23 09:28:08 UTC 2019
Date: Saturday, November 23, 2019 @ 09:28:07
Author: arojas
Revision: 531994
archrelease: copy trunk to community-any
Added:
hunspell-el/repos/community-any/LICENSE
(from rev 531993, hunspell-el/trunk/LICENSE)
hunspell-el/repos/community-any/PKGBUILD
(from rev 531993, hunspell-el/trunk/PKGBUILD)
Deleted:
hunspell-el/repos/community-any/LICENSE
hunspell-el/repos/community-any/PKGBUILD
----------+
LICENSE | 46 +++++++++++++++++------------------
PKGBUILD | 80 +++++++++++++++++++++++++++++++++----------------------------
2 files changed, 67 insertions(+), 59 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2019-11-23 09:27:44 UTC (rev 531993)
+++ LICENSE 2019-11-23 09:28:07 UTC (rev 531994)
@@ -1,23 +0,0 @@
-Version: MPL 1.1/GPL 2.0/LGPL 2.1
-
-The contents of this file are subject to the Mozilla Public License Version
-1.1 (the "License"); you may not use this file except in compliance with
-the License. You may obtain a copy of the License at
-http://www.mozilla.org/MPL/
-
-Software distributed under the License is distributed on an "AS IS" basis,
-WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
-for the specific language governing rights and limitations under the
-License.
-
-Alternatively, the contents of this file may be used under the terms of
-either the GNU General Public License Version 2 or later (the "GPL"), or
-the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
-in which case the provisions of the GPL or the LGPL are applicable instead
-of those above. If you wish to allow use of your version of this file only
-under the terms of either the GPL or the LGPL, and not to allow others to
-use your version of this file under the terms of the MPL, indicate your
-decision by deleting the provisions above and replace them with the notice
-and other provisions required by the GPL or the LGPL. If you do not delete
-the provisions above, a recipient may use your version of this file under
-the terms of any one of the MPL, the GPL or the LGPL.
Copied: hunspell-el/repos/community-any/LICENSE (from rev 531993, hunspell-el/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2019-11-23 09:28:07 UTC (rev 531994)
@@ -0,0 +1,23 @@
+Version: MPL 1.1/GPL 2.0/LGPL 2.1
+
+The contents of this file are subject to the Mozilla Public License Version
+1.1 (the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+http://www.mozilla.org/MPL/
+
+Software distributed under the License is distributed on an "AS IS" basis,
+WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
+for the specific language governing rights and limitations under the
+License.
+
+Alternatively, the contents of this file may be used under the terms of
+either the GNU General Public License Version 2 or later (the "GPL"), or
+the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
+in which case the provisions of the GPL or the LGPL are applicable instead
+of those above. If you wish to allow use of your version of this file only
+under the terms of either the GPL or the LGPL, and not to allow others to
+use your version of this file under the terms of the MPL, indicate your
+decision by deleting the provisions above and replace them with the notice
+and other provisions required by the GPL or the LGPL. If you do not delete
+the provisions above, a recipient may use your version of this file under
+the terms of any one of the MPL, the GPL or the LGPL.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-23 09:27:44 UTC (rev 531993)
+++ PKGBUILD 2019-11-23 09:28:07 UTC (rev 531994)
@@ -1,36 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: birdflesh <antkoul at gmail dot com>
-
-pkgname=hunspell-el
-pkgver=0.9
-pkgrel=3
-
-pkgdesc="Greek hunspell dictionary"
-url="http://elspell.math.upatras.gr"
-arch=(any)
-license=('MPL' 'GPL' 'LGPL')
-
-optdepends=('hunspell: the spell checking libraries and apps')
-
-source=("http://elspell.math.upatras.gr/files/ooffice/el_GR-$pkgver.zip" LICENSE)
-
-sha1sums=('c1b2539b3e18d78f7408db820bf834aaffff21ea'
- 'b50c7273708dfaec427414edaeb090fe80870fa4')
-
-package() {
- install -dm755 "$pkgdir"/usr/share/hunspell
- install -m644 el_GR.aff "$pkgdir/usr/share/hunspell"
- install -m644 el_GR.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 -Dm644 README_el_GR.txt "$pkgdir"/usr/share/doc/"$pkgname"
- install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
-}
Copied: hunspell-el/repos/community-any/PKGBUILD (from rev 531993, hunspell-el/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-23 09:28:07 UTC (rev 531994)
@@ -0,0 +1,44 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: birdflesh <antkoul at gmail dot com>
+
+pkgname=hunspell-el
+pkgver=0.9
+pkgrel=4
+
+pkgdesc="Greek hunspell dictionary"
+url="http://elspell.math.upatras.gr"
+arch=(any)
+license=('MPL' 'GPL' 'LGPL')
+
+optdepends=('hunspell: the spell checking libraries and apps')
+makedepends=('qt5-webengine')
+
+source=("http://elspell.math.upatras.gr/files/ooffice/el_GR-$pkgver.zip" LICENSE)
+
+sha1sums=('c1b2539b3e18d78f7408db820bf834aaffff21ea'
+ 'b50c7273708dfaec427414edaeb090fe80870fa4')
+
+package() {
+ install -dm755 "$pkgdir"/usr/share/hunspell
+ install -m644 el_GR.aff "$pkgdir/usr/share/hunspell"
+ install -m644 el_GR.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 -Dm644 README_el_GR.txt "$pkgdir"/usr/share/doc/"$pkgname"
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
+
+ # 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
+}
More information about the arch-commits
mailing list