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

Pierre Schmitz pierre at archlinux.org
Mon Feb 27 15:24:52 UTC 2012


    Date: Monday, February 27, 2012 @ 10:24:52
  Author: pierre
Revision: 151536

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-27 15:24:33 UTC (rev 151535)
+++ PKGBUILD	2012-02-27 15:24:52 UTC (rev 151536)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=mythes-hu
-pkgver=1.0
-pkgrel=1
-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')
-
-build() {
-  /bin/true
-}
-
-package() {
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/mythes
-  cp -p th_hu_HU_v2.* $pkgdir/usr/share/mythes
-
-  # 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_hu_HU_v2.txt $pkgdir/usr/share/doc/$pkgname
-}
-

Copied: mythes-hu/repos/extra-any/PKGBUILD (from rev 151535, mythes-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-27 15:24:52 UTC (rev 151536)
@@ -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=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
+}




More information about the arch-commits mailing list