[arch-commits] Commit in hyphen-nl/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Jun 5 21:18:09 UTC 2018


    Date: Tuesday, June 5, 2018 @ 21:18:06
  Author: arojas
Revision: 325967

archrelease: copy trunk to extra-any

Added:
  hyphen-nl/repos/extra-any/PKGBUILD
    (from rev 325966, hyphen-nl/trunk/PKGBUILD)
Deleted:
  hyphen-nl/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-05 21:17:43 UTC (rev 325966)
+++ PKGBUILD	2018-06-05 21:18:06 UTC (rev 325967)
@@ -1,39 +0,0 @@
-# $Id$
-# Contributor: Jelle van der Waa <jelle vdwaa nl>
-
-pkgname=hyphen-nl
-pkgver=20050617
-pkgrel=3
-pkgdesc="Dutch hyphenation rules"
-arch=('any')
-url="http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29"
-license=('GPL2')
-optdepends=('hyphen: offers hyphenation library functions')
-source=("http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_nl_NL.zip")
-md5sums=('6f0b18ce830445ae8337df8913155196')
-
-package() {
-  cd "${srcdir}"
-  install -dm755 "${pkgdir}/usr/share/hyphen"
-  install -m644 hyph_nl_NL.dic "${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic"
-
-  pushd "${pkgdir}/usr/share/hyphen/"
-  nl_NL_aliases="nl_AW nl_BE"
-  for lang in ${nl_NL_aliases}; do
-        ln -s hyph_nl_NL.dic hyph_${lang}.dic
-  done
-
-  popd
-
-  # 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 -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m644 README_hyph_nl_NL.txt "${pkgdir}/usr/share/doc/${pkgname}/README_hyph_nl_NL.txt"
-}

Copied: hyphen-nl/repos/extra-any/PKGBUILD (from rev 325966, hyphen-nl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-05 21:18:06 UTC (rev 325967)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Jelle van der Waa <jelle vdwaa nl>
+
+pkgname=hyphen-nl
+pkgver=20050617
+pkgrel=4
+pkgdesc="Dutch hyphenation rules"
+arch=('any')
+url="http://wiki.services.openoffice.org/wiki/Dictionaries#Dutch_.28Netherlands.29"
+license=('GPL2')
+optdepends=('hyphen: offers hyphenation library functions')
+source=("http://www.mirrorservice.org/sites/download.openoffice.org/contrib/dictionaries/hyph_nl_NL.zip")
+md5sums=('6f0b18ce830445ae8337df8913155196')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 "${pkgdir}/usr/share/hyphen"
+  install -m644 hyph_nl_NL.dic "${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic"
+
+  pushd "${pkgdir}/usr/share/hyphen/"
+  nl_NL_aliases="nl_AW nl_BE"
+  for lang in ${nl_NL_aliases}; do
+        ln -s hyph_nl_NL.dic hyph_${lang}.dic
+  done
+
+  popd
+
+  # 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 -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
+  install -m644 README_hyph_nl_NL.txt "${pkgdir}/usr/share/doc/${pkgname}/README_hyph_nl_NL.txt"
+}



More information about the arch-commits mailing list