[arch-commits] Commit in hyphen-hu/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Apr 21 19:03:14 UTC 2022


    Date: Thursday, April 21, 2022 @ 19:03:14
  Author: arojas
Revision: 1187260

archrelease: copy trunk to community-any

Added:
  hyphen-hu/repos/community-any/PKGBUILD
    (from rev 1187259, hyphen-hu/trunk/PKGBUILD)
Deleted:
  hyphen-hu/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-21 19:03:03 UTC (rev 1187259)
+++ PKGBUILD	2022-04-21 19:03:14 UTC (rev 1187260)
@@ -1,36 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=hyphen-hu
-pkgver=20110815
-_lo_ver=6.1.4
-pkgrel=1
-pkgdesc="Hungarian hyphenation rules"
-arch=(any)
-url="http://magyarispell.sourceforge.net/"
-license=(LGPL GPL MPL)
-optdepends=('hyphen: offers hyphenation library functions')
-source=(https://download.documentfoundation.org/libreoffice/stable/${_lo_ver}/rpm/x86_64/LibreOffice_${_lo_ver}_Linux_x86-64_rpm_langpack_hu.tar.gz{,.asc})
-validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build Team (CODE SIGNING KEY) <build at documentfoundation.org>"
-sha256sums=('93f8b987189a0ac52cbee9eaca74597e059479a43604b3d3ec409072909e3ab3'
-            'SKIP')
-
-prepare() {
-  bsdtar -x -f LibreOffice_*_Linux_x86-64_rpm_langpack_hu/RPMS/libreoffice*-dict-hu-*.x86_64.rpm
-}
-
-package() {
-  cd opt/libreoffice*/share/extensions/dict-hu/
-  install -Dm644 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
-
-  # docs
-  install -Dm644 README_hyph_hu_HU.txt "$pkgdir/usr/share/doc/$pkgname/README_hyph_hu_HU.txt"
-}

Copied: hyphen-hu/repos/community-any/PKGBUILD (from rev 1187259, hyphen-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-21 19:03:14 UTC (rev 1187260)
@@ -0,0 +1,36 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=hyphen-hu
+pkgver=20110815
+_lo_ver=7.3.2
+pkgrel=2
+pkgdesc="Hungarian hyphenation rules"
+arch=(any)
+url="http://magyarispell.sourceforge.net/"
+license=(LGPL GPL MPL)
+optdepends=('hyphen: offers hyphenation library functions')
+source=(https://download.documentfoundation.org/libreoffice/stable/${_lo_ver}/rpm/x86_64/LibreOffice_${_lo_ver}_Linux_x86-64_rpm_langpack_hu.tar.gz{,.asc})
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build Team (CODE SIGNING KEY) <build at documentfoundation.org>"
+sha256sums=('7c36145daab693c4b77224dd0ac0e904fec3350ad0df11d88076d401fb6d1976'
+            'SKIP')
+
+prepare() {
+  bsdtar -x -f LibreOffice_*_Linux_x86-64_rpm_langpack_hu/RPMS/libreoffice*-dict-hu-*.x86_64.rpm
+}
+
+package() {
+  cd opt/libreoffice*/share/extensions/dict-hu/
+  install -Dm644 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
+
+  # docs
+  install -Dm644 README_hyph_hu_HU.txt "$pkgdir/usr/share/doc/$pkgname/README_hyph_hu_HU.txt"
+}



More information about the arch-commits mailing list