[arch-commits] Commit in mythes-en/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 16 12:21:49 UTC 2020


    Date: Saturday, May 16, 2020 @ 12:21:48
  Author: foutrelis
Revision: 384497

archrelease: copy trunk to staging-any

Added:
  mythes-en/repos/staging-any/
  mythes-en/repos/staging-any/PKGBUILD
    (from rev 384496, mythes-en/trunk/PKGBUILD)

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

Copied: mythes-en/repos/staging-any/PKGBUILD (from rev 384496, mythes-en/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-05-16 12:21:48 UTC (rev 384497)
@@ -0,0 +1,39 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=mythes-en
+pkgver=20060306
+pkgrel=5
+pkgdesc="English thesaurus"
+arch=('any')
+url="https://wiki.services.openoffice.org/wiki/Dictionaries#English_.28AU.2CCA.2CGB.2CNZ.2CUS.2CZA.29"
+license=('LGPL')
+optdepends=('libmythes: offers thesaurus library functions')
+# Fedora uses http://www.danielnaber.de/wn2ooo/ but it doesn't look more fresh
+source=("https://www.mirrorservice.org/sites/download.openoffice.org/contrib/dictionaries/thes_en_US_v2.zip")
+md5sums=('ec611ad21ae4ee2b4415e27e252e4952')
+
+package() {
+  cd "$srcdir"
+  install -dm755 "${pkgdir}"/usr/share/mythes
+  cp -p th_en_US_v2.* "$pkgdir"/usr/share/mythes
+
+  pushd "$pkgdir"/usr/share/mythes/
+  en_US_aliases="en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_IE en_IN en_JM en_NA en_NG en_NZ en_PH en_SG en_TT en_ZA en_ZW"
+  for lang in $en_US_aliases; do
+        ln -s th_en_US_v2.idx "th_"$lang"_v2.idx"
+        ln -s th_en_US_v2.dat "th_"$lang"_v2.dat"
+  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
+  cp -p README_th_en_US_v2.txt "$pkgdir"/usr/share/doc/$pkgname
+}



More information about the arch-commits mailing list