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

Andrea Scarpino andrea at nymeria.archlinux.org
Mon Jun 30 16:47:15 UTC 2014


    Date: Monday, June 30, 2014 @ 18:47:15
  Author: andrea
Revision: 215834

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   70 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 34 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-30 16:47:09 UTC (rev 215833)
+++ PKGBUILD	2014-06-30 16:47:15 UTC (rev 215834)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=hyphen-it
-pkgver=20071127
-pkgrel=2
-pkgdesc="Italian 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_it_IT.zip")
-md5sums=('ee57402fa3930e0641d627ec7f4f1619')
-
-package() {
-  cd "${srcdir}"
-
-  install -dm755 ${pkgdir}/usr/share/hyphen
-
-  install -m644 hyph_it_IT.dic "${pkgdir}/usr/share/hyphen/hyph_it_IT.dic"
-
-  pushd ${pkgdir}/usr/share/hyphen/
-  it_IT_aliases="it_CH la_VA"
-  for lang in $it_IT_aliases; do
-    ln -s hyph_it_IT.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
-}

Copied: hyphen-it/repos/extra-any/PKGBUILD (from rev 215833, hyphen-it/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-30 16:47:15 UTC (rev 215834)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=hyphen-it
+pkgver=20071127
+pkgrel=3
+pkgdesc="Italian 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_it_IT.zip")
+md5sums=('ee57402fa3930e0641d627ec7f4f1619')
+
+package() {
+  install -d "${pkgdir}"/usr/share/hyphen
+
+  install -m644 hyph_it_IT.dic "${pkgdir}"/usr/share/hyphen/hyph_it_IT.dic
+
+  pushd "${pkgdir}"/usr/share/hyphen/
+  it_IT_aliases="it_CH la_VA"
+  for lang in $it_IT_aliases; do
+    ln -s hyph_it_IT.dic hyph_$lang.dic
+  done
+  popd
+
+  # the symlinks
+  install -d "${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
+}




More information about the arch-commits mailing list