[arch-commits] Commit in (12 files)

Ionut Biru ibiru at archlinux.org
Mon Jan 3 21:20:56 UTC 2011


    Date: Monday, January 3, 2011 @ 16:20:56
  Author: ibiru
Revision: 104524

add Netherlands spelling

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

----------------------------+
 hunspell-nl/trunk/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 hyphen-nl/trunk/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 mythes-nl/trunk/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 119 insertions(+)

Added: hunspell-nl/trunk/PKGBUILD
===================================================================
--- hunspell-nl/trunk/PKGBUILD	                        (rev 0)
+++ hunspell-nl/trunk/PKGBUILD	2011-01-03 21:20:56 UTC (rev 104524)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Jelle van der Waa <jelle vdwaa nl>
+
+pkgname=hunspell-nl
+pkgver=2.0
+pkgrel=1
+pkgdesc="Dutch hunspell dictionaries"
+arch=(any)
+url="http://extensions.services.openoffice.org/"
+license=('LGPL' 'GPL' 'MPL')
+optdepends=('hunspell:  the spell checking libraries and apps')
+source=(http://extensions.services.openoffice.org/e-files/1456/6/nl-dict-v2.00g.oxt)
+md5sums=('5c0de383ef649cffefc128cfb36b4d43')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 "${pkgdir}/usr/share/hunspell"
+  install -m644 nl_NL.dic "${pkgdir}/usr/share/hunspell/nl_NL.dic"
+  install -m644 nl_NL.aff "${pkgdir}/usr/share/hunspell/nl_NL.aff"
+
+  pushd "${pkgdir}/usr/share/hunspell/"
+  nl_NL_aliases="nl_AW nl_BE"
+  for lang in $nl_NL_aliases; do
+      ln -s nl_NL.aff $lang.aff
+      ln -s nl_NL.dic $lang.dic
+  done
+  popd
+
+  # 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}"
+  install -m644 README_nl_NL.txt "${pkgdir}/usr/share/doc/${pkgname}"
+}


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

Added: hyphen-nl/trunk/PKGBUILD
===================================================================
--- hyphen-nl/trunk/PKGBUILD	                        (rev 0)
+++ hyphen-nl/trunk/PKGBUILD	2011-01-03 21:20:56 UTC (rev 104524)
@@ -0,0 +1,39 @@
+# $Id$
+# Contributor: Jelle van der Waa <jelle vdwaa nl>
+
+pkgname=hyphen-nl
+pkgver=2.0
+pkgrel=1
+pkgdesc="Dutch hyphenation rules"
+arch=(any)
+url="http://extensions.services.openoffice.org/"
+license=('LGPL' 'GPL' 'MPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip)
+md5sums=('6f0b18ce830445ae8337df8913155196')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 "${pkgdir}/usr/share/hyphen"
+  install -m644 hyph_nl_NL.dic "${pkgdir}/usr/share/hyphen/hyph_nl_NL.dic"
+
+  pushd "${pkgdir}/usr/share/hyphen/"
+  nl_NL_aliases="nl_AW nl_BE"
+  for lang in ${nl_NL_aliases}; do
+        ln -s hyph_nl_NL.dic hyph_${lang}.dic
+  done
+
+  popd
+
+  # 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}"
+  install -m644 README_hyph_nl_NL.txt "${pkgdir}/usr/share/doc/${pkgname}/README_hyph_nl_NL.txt"
+}


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

Added: mythes-nl/trunk/PKGBUILD
===================================================================
--- mythes-nl/trunk/PKGBUILD	                        (rev 0)
+++ mythes-nl/trunk/PKGBUILD	2011-01-03 21:20:56 UTC (rev 104524)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Jelle van der Waa <jelle vdwaa nl>
+
+pkgname=mythes-nl
+pkgver=1.0
+pkgrel=1
+pkgdesc="Dutch thesaurus"
+arch=(any)
+url="http://opentaal.org"
+license=('BSD')
+optdepends=('libmythes: offers thesaurus library functions')
+source=(http://data.opentaal.org/opentaalbank/thesaurus/download/thes_nl.oxt)
+md5sums=('7e577fc73576a99e6aeed9a39ce8065f')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 "${pkgdir}"/usr/share/mythes
+  install -m644 th_nl_v2.dat "${pkgdir}/usr/share/mythes/th_nl_v2.dat"
+  install -m644 th_nl_v2.idx "${pkgdir}/usr/share/mythes/th_nl_v2.idx"
+
+  pushd "${pkgdir}/usr/share/mythes/"
+  nl_NL_aliases="nl_AW nl_BE"
+  for lang in $nl_NL_aliases; do
+      ln -s th_nl_NL_v2.dat "th_"$lang"_v2.dat"
+      ln -s th_nl_NL_v2.idx "th_"$lang"_v2.idx"
+  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
+
+  # docs
+  install -dm755 "${pkgdir}/usr/share/doc/${pkgname}"
+  install -m644 README_th_nl.txt "${pkgdir}/usr/share/doc/${pkgname}"
+}


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




More information about the arch-commits mailing list