[arch-commits] Commit in mythes-nl/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Tue Jun 30 16:32:30 UTC 2020


    Date: Tuesday, June 30, 2020 @ 16:32:30
  Author: jelle
Revision: 657196

archrelease: copy trunk to community-any

Added:
  mythes-nl/repos/community-any/PKGBUILD
    (from rev 657195, mythes-nl/trunk/PKGBUILD)
Deleted:
  mythes-nl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   87 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-30 16:32:24 UTC (rev 657195)
+++ PKGBUILD	2020-06-30 16:32:30 UTC (rev 657196)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Jelle van der Waa <jelle vdwaa nl>
-
-pkgname=mythes-nl
-pkgver=20140818
-pkgrel=2
-pkgdesc="Dutch thesaurus"
-arch=('any')
-url="http://data.opentaal.org/opentaalbank/thesaurus/"
-license=('BSD' 'custom:Creative Commons, Attribution 3.0 Unported')
-optdepends=('libmythes: offers thesaurus library functions')
-source=("http://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt")
-md5sums=('e504ed707a6672d9f56300abf0420a20')
-
-package() {
-  cd "${srcdir}"
-  install -dm755 "${pkgdir}"/usr/share/mythes
-  install -m644 th_nl_v2.dat "${pkgdir}/usr/share/mythes/th_nl_NL_v2.dat"
-  install -m644 th_nl_v2.idx "${pkgdir}/usr/share/mythes/th_nl_NL_v2.idx"
-
-  pushd "${pkgdir}/usr/share/mythes/"
-  nl_NL_aliases="nl_AW nl_BE"
-  for lang in $nl_NL_aliases; do
-      ln -s th_nl_NL_v2.dat "th_"$lang"_v2.dat"
-      ln -s th_nl_NL_v2.idx "th_"$lang"_v2.idx"
-  done
-  popd
-
-  # the symlinks
-  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
-  pushd "${pkgdir}/usr/share/myspell/dicts"
-    for file in ${pkgdir}/usr/share/mythes/*; do
-      ln -sv /usr/share/mythes/$(basename $file) .
-    done
-  popd
-
-  # docs
-  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
-  install -m644 README_th_nl.txt "${pkgdir}/usr/share/doc/${pkgname}"
-
-  # licences
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../doc/${pkgname}/README_th_nl.txt $pkgdir/usr/share/licenses/$pkgname/README_th_nl.txt
-}

Copied: mythes-nl/repos/community-any/PKGBUILD (from rev 657195, mythes-nl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-30 16:32:30 UTC (rev 657196)
@@ -0,0 +1,43 @@
+# Contributor: Jelle van der Waa <jelle vdwaa nl>
+
+pkgname=mythes-nl
+pkgver=20140818
+pkgrel=3
+pkgdesc="Dutch thesaurus"
+arch=('any')
+url="https://data.opentaal.org/opentaalbank/thesaurus/"
+license=('BSD' 'custom:Creative Commons, Attribution 3.0 Unported')
+optdepends=('libmythes: offers thesaurus library functions')
+source=("https://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt")
+md5sums=('e504ed707a6672d9f56300abf0420a20')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 "${pkgdir}"/usr/share/mythes
+  install -m644 th_nl_v2.dat "${pkgdir}/usr/share/mythes/th_nl_NL_v2.dat"
+  install -m644 th_nl_v2.idx "${pkgdir}/usr/share/mythes/th_nl_NL_v2.idx"
+
+  pushd "${pkgdir}/usr/share/mythes/"
+  nl_NL_aliases="nl_AW nl_BE"
+  for lang in $nl_NL_aliases; do
+      ln -s th_nl_NL_v2.dat "th_"$lang"_v2.dat"
+      ln -s th_nl_NL_v2.idx "th_"$lang"_v2.idx"
+  done
+  popd
+
+  # the symlinks
+  install -dm755 "${pkgdir}/usr/share/myspell/dicts"
+  pushd "${pkgdir}/usr/share/myspell/dicts"
+    for file in ${pkgdir}/usr/share/mythes/*; do
+      ln -sv /usr/share/mythes/$(basename $file) .
+    done
+  popd
+
+  # docs
+  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
+  install -m644 README_th_nl.txt "${pkgdir}/usr/share/doc/${pkgname}"
+
+  # licences
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../doc/${pkgname}/README_th_nl.txt $pkgdir/usr/share/licenses/$pkgname/README_th_nl.txt
+}



More information about the arch-commits mailing list