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

Evangelos Foutras foutrelis at archlinux.org
Tue Sep 4 15:05:54 UTC 2012


    Date: Tuesday, September 4, 2012 @ 11:05:53
  Author: foutrelis
Revision: 166029

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-09-04 15:05:39 UTC (rev 166028)
+++ PKGBUILD	2012-09-04 15:05:53 UTC (rev 166029)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=mythes-hu
-pkgver=1.0
-pkgrel=2
-pkgdesc="Hungarian thesaurus"
-arch=('any')
-url="http://extensions.services.openoffice.org/project/hu_dicts"
-license=('GPL')
-optdepends=('libmythes: offers thesaurus library functions')
-source=("http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/thes_hu_HU.zip")
-md5sums=('20e4bfe680999629270e1e8b7e2534e5')
-
-package() {
-  cd "$srcdir"
-  install -Dm644 th_hu_HU.dat $pkgdir/usr/share/mythes/th_hu_HU.dat
-  install -Dm644 th_hu_HU.idx $pkgdir/usr/share/mythes/th_hu_HU.idx
-
-  # 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
-
-  install -Dm644 README_th_hu_HU.txt $pkgdir/usr/share/doc/$pkgname/README_th_hu_HU.txt
-}

Copied: mythes-hu/repos/extra-any/PKGBUILD (from rev 166028, mythes-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-09-04 15:05:53 UTC (rev 166029)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=mythes-hu
+pkgver=1.0
+pkgrel=3
+pkgdesc="Hungarian thesaurus"
+arch=('any')
+url="http://extensions.services.openoffice.org/project/hu_dicts"
+license=('GPL')
+optdepends=('libmythes: offers thesaurus library functions')
+source=(http://extensions.services.openoffice.org/e-files/1283/9/dict-hu.oxt)
+md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb')
+
+package() {
+  cd "$srcdir"
+  install -Dm644 th_hu_HU_v2.dat $pkgdir/usr/share/mythes/th_hu_HU_v2.dat
+  install -Dm644 th_hu_HU_v2.idx $pkgdir/usr/share/mythes/th_hu_HU_v2.idx
+
+  # 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
+
+  install -Dm644 README_th_hu_HU_v2.txt $pkgdir/usr/share/doc/$pkgname/README_th_hu_HU_v2.txt
+}




More information about the arch-commits mailing list