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

Guillaume Alaux guillaume at nymeria.archlinux.org
Tue Jul 1 11:44:50 UTC 2014


    Date: Tuesday, July 1, 2014 @ 13:44:50
  Author: guillaume
Revision: 216021

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 11:44:45 UTC (rev 216020)
+++ PKGBUILD	2014-07-01 11:44:50 UTC (rev 216021)
@@ -1,39 +0,0 @@
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-
-pkgname=hyphen-fr
-pkgver=3.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-v${pkgver}.zip")
-md5sums=('69543c399f6be39ae7a578c8c3a93584')
-
-package() {
-  cd "${srcdir}"
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  install -m644 hyph_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_FR.txt
-}

Copied: hyphen-fr/repos/extra-any/PKGBUILD (from rev 216020, hyphen-fr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 11:44:50 UTC (rev 216021)
@@ -0,0 +1,39 @@
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+
+pkgname=hyphen-fr
+pkgver=3.0
+pkgrel=2
+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-v${pkgver}.zip")
+md5sums=('69543c399f6be39ae7a578c8c3a93584')
+
+package() {
+  cd "${srcdir}"
+  install -dm755 ${pkgdir}/usr/share/hyphen
+  install -m644 hyph_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_FR.txt
+}




More information about the arch-commits mailing list