[arch-commits] Commit in hyphen-es/repos/extra-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at archlinux.org
Sun Oct 14 05:46:52 UTC 2012


    Date: Sunday, October 14, 2012 @ 01:46:51
  Author: eric
Revision: 168691

archrelease: copy trunk to extra-any

Added:
  hyphen-es/repos/extra-any/PKGBUILD
    (from rev 168690, hyphen-es/trunk/PKGBUILD)
Deleted:
  hyphen-es/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-14 05:46:32 UTC (rev 168690)
+++ PKGBUILD	2012-10-14 05:46:51 UTC (rev 168691)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=hyphen-es
-pkgver=20051118
-pkgrel=2
-pkgdesc="Spanish hyphenation rules"
-arch=('any')
-url="http://wiki.services.openoffice.org/wiki/Dictionaries"
-license=('LGPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=('http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_es_ES.zip')
-md5sums=('d34ab9eefdb49147c57c01227eeb0c66')
-
-package() {
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  cp -p hyph_es_??.dic $pkgdir/usr/share/hyphen
-
-  pushd $pkgdir/usr/share/hyphen/
-  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_UY es_VE"
-  for lang in $es_ES_aliases; do
-        ln -s hyph_es_ES.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
-  cp -p README_hyph_es_??.txt $pkgdir/usr/share/doc/$pkgname
-}

Copied: hyphen-es/repos/extra-any/PKGBUILD (from rev 168690, hyphen-es/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-10-14 05:46:51 UTC (rev 168691)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=hyphen-es
+pkgver=0.6
+pkgrel=1
+epoch=1
+pkgdesc="Spanish hyphenation rules"
+arch=('any')
+url="https://forja.rediris.es/projects/rla-es/"
+license=('LGPL3')
+optdepends=('hyphen: offers hyphenation library functions')
+noextract=('es_ANY.oxt')
+source=('http://forja.rediris.es/frs/download.php/2618/es_ANY.oxt')
+md5sums=('9676e94487e4a09a1c7adb8e2357774d')
+
+package() {
+  cd "$srcdir"
+  LANG=en_US.utf8 bsdtar -xf es_ANY.oxt
+  install -Dm644 hyph_es_ANY.dic "$pkgdir/usr/share/hyphen/hyph_es_ANY.dic"
+
+  pushd "$pkgdir/usr/share/hyphen/"
+  es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_ES es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_SV es_UY es_VE"
+  for lang in $es_ES_aliases; do
+        ln -s hyph_es_ANY.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 -Dm644 README_hyph_es_ANY.txt "${pkgdir}/usr/share/doc/$pkgname/README_hyph_es_ANY.txt"
+}




More information about the arch-commits mailing list