[arch-commits] Commit in hunspell-hu/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu May 31 07:04:40 UTC 2018
Date: Thursday, May 31, 2018 @ 07:04:39
Author: arojas
Revision: 334249
archrelease: copy trunk to community-any
Added:
hunspell-hu/repos/community-any/PKGBUILD
(from rev 334248, hunspell-hu/trunk/PKGBUILD)
Deleted:
hunspell-hu/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 07:04:13 UTC (rev 334248)
+++ PKGBUILD 2018-05-31 07:04:39 UTC (rev 334249)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=hunspell-hu
-pkgver=1.6.1
-pkgrel=4
-pkgdesc="Hungarian hunspell dictionary"
-arch=('any')
-url="http://extensions.services.openoffice.org/project/hu_dicts"
-license=('LGPL' 'GPL' 'MPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=(http://pkgs.fedoraproject.org/repo/pkgs/mythes-hu/dict-hu.oxt/d320e43e815c2dfd599dbfb7cd0e41fb/dict-hu.oxt)
-sha512sums=('4ead8e4075fffb8100a121e7bbd56f73f6c25a827bf0c6647441d5f106ea6287882a7b0cdb9e1c0968baf636a0f8334992a76b0c8198b3fbc7c13db97e3c9f3d')
-
-
-package() {
- cd "$srcdir"
- install -dm755 ${pkgdir}/usr/share/hunspell
- install -m644 -t $pkgdir/usr/share/hunspell hu_HU.dic hu_HU.aff
-
- # 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 334248, hunspell-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 07:04:39 UTC (rev 334249)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=hunspell-hu
+pkgver=1.6.1
+pkgrel=5
+pkgdesc="Hungarian hunspell dictionary"
+arch=('any')
+url="http://extensions.services.openoffice.org/project/hu_dicts"
+license=('LGPL' 'GPL' 'MPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=(http://pkgs.fedoraproject.org/repo/pkgs/mythes-hu/dict-hu.oxt/d320e43e815c2dfd599dbfb7cd0e41fb/dict-hu.oxt)
+sha512sums=('4ead8e4075fffb8100a121e7bbd56f73f6c25a827bf0c6647441d5f106ea6287882a7b0cdb9e1c0968baf636a0f8334992a76b0c8198b3fbc7c13db97e3c9f3d')
+
+
+package() {
+ cd "$srcdir"
+ install -dm755 ${pkgdir}/usr/share/hunspell
+ install -m644 -t $pkgdir/usr/share/hunspell hu_HU.dic hu_HU.aff
+
+ # 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