[arch-commits] Commit in mythes-it/repos/extra-any (PKGBUILD PKGBUILD)

Allan McRae allan at archlinux.org
Thu May 7 05:16:09 UTC 2020


    Date: Thursday, May 7, 2020 @ 05:16:08
  Author: allan
Revision: 382567

archrelease: copy trunk to extra-any

Added:
  mythes-it/repos/extra-any/PKGBUILD
    (from rev 382566, mythes-it/trunk/PKGBUILD)
Deleted:
  mythes-it/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 05:15:52 UTC (rev 382566)
+++ PKGBUILD	2020-05-07 05:16:08 UTC (rev 382567)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=mythes-it
-pkgver=2.0.9l
-_pkgver=02_09_l
-_date=2008_11_29
-pkgrel=5
-pkgdesc="Italian thesaurus"
-arch=('any')
-url="http://sourceforge.net/projects/linguistico/"
-license=('GPL3')
-optdepends=('libmythes: offers thesaurus library functions')
-source=("http://downloads.sourceforge.net/linguistico/thesaurus2_it_${_pkgver}_${_date}.zip")
-md5sums=('e3df0f7a03df3b4bf0525f6b6548e129')
-
-package() {
-  install -dm755 "${pkgdir}"/usr/share/mythes
-
-  install -m644 th_it_IT.dat "${pkgdir}/usr/share/mythes/th_it_IT_v2.dat"
-  install -m644 th_it_IT.idx "${pkgdir}/usr/share/mythes/th_it_IT_v2.idx"
-
-  pushd "${pkgdir}"/usr/share/mythes/
-  it_IT_aliases="it_CH"
-    for lang in $it_IT_aliases; do
-      ln -s th_it_IT_v2.idx th_${lang}_v2.idx
-      ln -s th_it_IT_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
-}

Copied: mythes-it/repos/extra-any/PKGBUILD (from rev 382566, mythes-it/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 05:16:08 UTC (rev 382567)
@@ -0,0 +1,37 @@
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=mythes-it
+pkgver=2.0.9l
+_pkgver=02_09_l
+_date=2008_11_29
+pkgrel=6
+pkgdesc="Italian thesaurus"
+arch=('any')
+url="https://sourceforge.net/projects/linguistico/"
+license=('GPL3')
+optdepends=('libmythes: offers thesaurus library functions')
+source=("https://downloads.sourceforge.net/linguistico/thesaurus2_it_${_pkgver}_${_date}.zip")
+md5sums=('e3df0f7a03df3b4bf0525f6b6548e129')
+
+package() {
+  install -dm755 "${pkgdir}"/usr/share/mythes
+
+  install -m644 th_it_IT.dat "${pkgdir}/usr/share/mythes/th_it_IT_v2.dat"
+  install -m644 th_it_IT.idx "${pkgdir}/usr/share/mythes/th_it_IT_v2.idx"
+
+  pushd "${pkgdir}"/usr/share/mythes/
+  it_IT_aliases="it_CH"
+    for lang in $it_IT_aliases; do
+      ln -s th_it_IT_v2.idx th_${lang}_v2.idx
+      ln -s th_it_IT_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
+}



More information about the arch-commits mailing list