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

Pierre Schmitz pierre at archlinux.org
Mon Feb 27 15:07:20 UTC 2012


    Date: Monday, February 27, 2012 @ 10:07:20
  Author: pierre
Revision: 151524

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-27 15:07:01 UTC (rev 151523)
+++ PKGBUILD	2012-02-27 15:07:20 UTC (rev 151524)
@@ -1,39 +0,0 @@
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-
-pkgname=hyphen-fr
-pkgver=2.0
-pkgrel=1
-pkgdesc="French hyphenation rules"
-arch=(any)
-url="http://www.dicollecte.org/"
-license=('LGPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(http://www.dicollecte.org/download/fr/hyph_fr_${pkgver/./-}.zip)
-md5sums=('92edc6c92481600cd6c10cf42cd2cd3f')
-
-package() {
-  cd "${srcdir}"
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  install -m644 hyph_fr_FR.dic ${pkgdir}/usr/share/hyphen/hyph_fr_FR.dic
-
-  pushd ${pkgdir}/usr/share/hyphen/
-  fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
-  for lang in ${fr_FR_aliases}; do
-        ln -s hyph_fr_FR.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_fr.txt \
-                ${pkgdir}/usr/share/doc/${pkgname}/README_hyph_fr.txt
-}

Copied: hyphen-fr/repos/extra-any/PKGBUILD (from rev 151523, hyphen-fr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-27 15:07:20 UTC (rev 151524)
@@ -0,0 +1,39 @@
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+
+pkgname=hyphen-fr
+pkgver=2.0
+pkgrel=2
+pkgdesc="French hyphenation rules"
+arch=('any')
+url="http://www.dicollecte.org/"
+license=('LGPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=("http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_fr_FR_${pkgver/./-}.zip")
+md5sums=('f6d9bd51a939df943612c3f5ac2a511c')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 ${pkgdir}/usr/share/hyphen
+  install -m644 hyph_fr_FR.dic ${pkgdir}/usr/share/hyphen/hyph_fr_FR.dic
+
+  pushd ${pkgdir}/usr/share/hyphen/
+  fr_FR_aliases="fr_BE fr_CA fr_CH fr_LU"
+  for lang in ${fr_FR_aliases}; do
+        ln -s hyph_fr_FR.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_fr_FR.txt \
+                ${pkgdir}/usr/share/doc/${pkgname}/README_hyph_fr_FR.txt
+}




More information about the arch-commits mailing list