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

Andreas Radke andyrtr at nymeria.archlinux.org
Wed Mar 5 19:49:26 UTC 2014


    Date: Wednesday, March 5, 2014 @ 20:49:25
  Author: andyrtr
Revision: 206913

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-05 19:49:14 UTC (rev 206912)
+++ PKGBUILD	2014-03-05 19:49:25 UTC (rev 206913)
@@ -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=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
-}

Copied: mythes-hu/repos/extra-any/PKGBUILD (from rev 206912, mythes-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-03-05 19:49:25 UTC (rev 206913)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=mythes-hu
+pkgver=20101019
+pkgrel=1
+pkgdesc="Hungarian thesaurus"
+arch=('any')
+url="http://extensions.openoffice.org/en/project/hungarian-dictionary-pack"
+license=('GPL')
+optdepends=('libmythes: offers thesaurus library functions')
+source=(http://downloads.sourceforge.net/project/aoo-extensions/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