[arch-commits] Commit in hyphen-hu/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu May 31 07:09:23 UTC 2018
Date: Thursday, May 31, 2018 @ 07:09:22
Author: arojas
Revision: 334259
archrelease: copy trunk to community-any
Added:
hyphen-hu/repos/community-any/PKGBUILD
(from rev 334258, hyphen-hu/trunk/PKGBUILD)
Deleted:
hyphen-hu/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 07:09:03 UTC (rev 334258)
+++ PKGBUILD 2018-05-31 07:09:22 UTC (rev 334259)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=hyphen-hu
-pkgver=20100512
-pkgrel=1
-pkgdesc="Hungarian hyphenation rules"
-arch=('any')
-url="http://extensions.services.openoffice.org/project/hu_dicts"
-license=('LGPL' 'GPL' 'MPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(http://pkgs.fedoraproject.org/repo/pkgs/mythes-hu/dict-hu.oxt/3974adee5dccc005caef2ff9db007e11/dict-hu.oxt)
-md5sums=('3974adee5dccc005caef2ff9db007e11')
-
-package() {
- cd "$srcdir"
- install -Dm0644 hyph_hu_HU.dic $pkgdir/usr/share/hyphen/hyph_hu_HU.dic
-
- # the symlinks
- install -dm755 ${pkgdir}/usr/share/myspell/dicts
- pushd $pkgdir/usr/share/myspell/dicts
- for file in $pkgdir/usr/share/hyphen/*; do
- ln -sv /usr/share/hyphen/$(basename $file) .
- done
- popd
-
- install -Dm0644 README_hyph_hu_HU.txt $pkgdir/usr/share/doc/$pkgname/README_hyph_hu_HU.txt
-}
Copied: hyphen-hu/repos/community-any/PKGBUILD (from rev 334258, hyphen-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 07:09:22 UTC (rev 334259)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=hyphen-hu
+pkgver=20100512
+pkgrel=2
+pkgdesc="Hungarian hyphenation rules"
+arch=('any')
+url="http://extensions.services.openoffice.org/project/hu_dicts"
+license=('LGPL' 'GPL' 'MPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(http://pkgs.fedoraproject.org/repo/pkgs/mythes-hu/dict-hu.oxt/3974adee5dccc005caef2ff9db007e11/dict-hu.oxt)
+md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb')
+
+package() {
+ cd "$srcdir"
+ install -Dm0644 hyph_hu_HU.dic $pkgdir/usr/share/hyphen/hyph_hu_HU.dic
+
+ # the symlinks
+ install -dm755 ${pkgdir}/usr/share/myspell/dicts
+ pushd $pkgdir/usr/share/myspell/dicts
+ for file in $pkgdir/usr/share/hyphen/*; do
+ ln -sv /usr/share/hyphen/$(basename $file) .
+ done
+ popd
+
+ install -Dm0644 README_hyph_hu_HU.txt $pkgdir/usr/share/doc/$pkgname/README_hyph_hu_HU.txt
+}
More information about the arch-commits
mailing list