[arch-commits] Commit in (12 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Jan 1 09:54:43 UTC 2011


    Date: Saturday, January 1, 2011 @ 04:54:42
  Author: andyrtr
Revision: 104333

add hungarian hunspell/hyphen/mythes pkg

Added:
  hunspell-hu/
  hunspell-hu/repos/
  hunspell-hu/trunk/
  hunspell-hu/trunk/PKGBUILD
  hyphen-hu/
  hyphen-hu/repos/
  hyphen-hu/trunk/
  hyphen-hu/trunk/PKGBUILD
  mythes-hu/
  mythes-hu/repos/
  mythes-hu/trunk/
  mythes-hu/trunk/PKGBUILD

----------------------------+
 hunspell-hu/trunk/PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 hyphen-hu/trunk/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 mythes-hu/trunk/PKGBUILD   |   37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 111 insertions(+)

Added: hunspell-hu/trunk/PKGBUILD
===================================================================
--- hunspell-hu/trunk/PKGBUILD	                        (rev 0)
+++ hunspell-hu/trunk/PKGBUILD	2011-01-01 09:54:42 UTC (rev 104333)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=hunspell-hu
+pkgver=1.6.1
+pkgrel=1
+pkgdesc="Hungarian hunspell dictionary"
+arch=(any)
+url="http://extensions.services.openoffice.org/project/hu_dicts"
+license=('LGPL' 'GPL' 'MPL')
+optdepends=('hunspell: the spell checking libraries and apps')
+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/hunspell
+  cp -p hu_HU.dic hu_HU.aff $pkgdir/usr/share/hunspell
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+    for file in $pkgdir/usr/share/hunspell/*; do
+      ln -sv /usr/share/hunspell/$(basename $file) .
+    done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+  cp -p README_hu_HU.txt $pkgdir/usr/share/doc/$pkgname
+}
+


Property changes on: hunspell-hu/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: hyphen-hu/trunk/PKGBUILD
===================================================================
--- hyphen-hu/trunk/PKGBUILD	                        (rev 0)
+++ hyphen-hu/trunk/PKGBUILD	2011-01-01 09:54:42 UTC (rev 104333)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=hyphen-hu
+pkgver=20100506
+pkgrel=1
+pkgdesc="Hungarian hyphenation rules"
+arch=(any)
+url="http://extensions.services.openoffice.org/project/hu_dicts"
+license=('LGPL' 'GPL' 'MPL')
+optdepends=('hyphen: offers hyphenation 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/hyphen
+  cp -p hyph_hu_HU.dic $pkgdir/usr/share/hyphen
+
+  # the symlinks
+  install -dm755 ${pkgdir}/usr/share/myspell/dicts
+  pushd $pkgdir/usr/share/myspell/dicts
+    for file in $pkgdir/usr/share/hyphen/*; do
+      ln -sv /usr/share/hyphen/$(basename $file) .
+    done
+  popd
+  
+  # docs
+  install -dm755 ${pkgdir}/usr/share/doc/$pkgname
+  cp -p README_hyph_hu_HU.txt $pkgdir/usr/share/doc/$pkgname
+}
+


Property changes on: hyphen-hu/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: mythes-hu/trunk/PKGBUILD
===================================================================
--- mythes-hu/trunk/PKGBUILD	                        (rev 0)
+++ mythes-hu/trunk/PKGBUILD	2011-01-01 09:54:42 UTC (rev 104333)
@@ -0,0 +1,37 @@
+# $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
+}
+


Property changes on: mythes-hu/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list