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

Pierre Schmitz pierre at archlinux.org
Mon Feb 27 15:01:34 UTC 2012


    Date: Monday, February 27, 2012 @ 10:01:34
  Author: pierre
Revision: 151522

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++---------------------------------
 1 file changed, 38 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-27 15:01:15 UTC (rev 151521)
+++ PKGBUILD	2012-02-27 15:01:34 UTC (rev 151522)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=hyphen-es
-pkgver=20051118
-pkgrel=1
-pkgdesc="Spanish hyphenation rules"
-arch=(any)
-url="http://wiki.services.openoffice.org/wiki/Dictionaries"
-license=('LGPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=('http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_es_ES.zip')
-md5sums=('d34ab9eefdb49147c57c01227eeb0c66')
-
-build() {
-  /bin/true
-}
-
-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 151521, hyphen-es/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-27 15:01:34 UTC (rev 151522)
@@ -0,0 +1,38 @@
+# $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
+}




More information about the arch-commits mailing list