[arch-commits] Commit in hunspell-pl/repos/community-any (PKGBUILD PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Tue Jan 1 16:15:57 UTC 2019
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
===================================================================
--- PKGBUILD 2019-01-01 16:15:45 UTC (rev 420172)
+++ PKGBUILD 2019-01-01 16:15:57 UTC (rev 420173)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Maciej Sitarz <macieks at freesco.pl>
-
-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)
+++ PKGBUILD 2019-01-01 16:15:57 UTC (rev 420173)
@@ -0,0 +1,36 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Maciej Sitarz <macieks at freesco.pl>
+
+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
+}
More information about the arch-commits
mailing list