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

Andrea Scarpino andrea at archlinux.org
Tue Jan 3 12:46:55 UTC 2012


    Date: Tuesday, January 3, 2012 @ 07:46:54
  Author: andrea
Revision: 145866

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-03 12:46:37 UTC (rev 145865)
+++ PKGBUILD	2012-01-03 12:46:54 UTC (rev 145866)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=hunspell-it
-pkgver=2.4
-_pkgver=2_4
-_date=2007_09_01
-pkgrel=2
-pkgdesc="Italian dictionary for Hunspell"
-arch=('any')
-url="http://sourceforge.net/projects/linguistico/"
-license=('GPL3')
-makedepends=('hunspell')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=("http://downloads.sourceforge.net/linguistico/italiano_${_pkgver}_${_date}.zip")
-md5sums=('e7fbd9e2dfb25ea3288cdb918e1e1260')
-
-build() {
-  cd "${srcdir}"
-
-  # Fix dic file empty lines (FS#22275)
-  sed '/^\/$/d' -i it_IT.dic
-}
-
-package() {
-  cd "${srcdir}"
-  install -dm755 ${pkgdir}/usr/share/hunspell
-
-  install -D -m644 it_IT.dic "${pkgdir}/usr/share/hunspell/it_IT.dic"
-  install -D -m644 it_IT.aff "${pkgdir}/usr/share/hunspell/it_IT.aff"
-
-  pushd $pkgdir/usr/share/hunspell/
-  it_IT_aliases="it_CH"
-  for lang in $it_IT_aliases; do
-       ln -s it_IT.aff $lang.aff
-       ln -s it_IT.dic $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/hunspell/*; do
-      ln -sv /usr/share/hunspell/$(basename $file) .
-    done
-  popd
-}

Copied: hunspell-it/repos/extra-any/PKGBUILD (from rev 145865, hunspell-it/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-01-03 12:46:54 UTC (rev 145866)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=hunspell-it
+pkgver=2.4
+_pkgver=2_4
+_date=2007_09_01
+pkgrel=3
+pkgdesc="Italian dictionary for Hunspell"
+arch=('any')
+url="http://sourceforge.net/projects/linguistico/"
+license=('GPL3')
+makedepends=('hunspell')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=("http://downloads.sourceforge.net/linguistico/italiano_${_pkgver}_${_date}.zip")
+md5sums=('e7fbd9e2dfb25ea3288cdb918e1e1260')
+
+build() {
+  cd "${srcdir}"
+
+  # Fix dic file empty lines (FS#22275)
+  sed '/^\/$/d' -i it_IT.dic
+}
+
+package() {
+  cd "${srcdir}"
+  install -dm755 ${pkgdir}/usr/share/hunspell
+
+  install -D -m644 it_IT.dic "${pkgdir}/usr/share/hunspell/it_IT.dic"
+  install -D -m644 it_IT.aff "${pkgdir}/usr/share/hunspell/it_IT.aff"
+
+  pushd $pkgdir/usr/share/hunspell/
+  it_IT_aliases="it_CH"
+  for lang in $it_IT_aliases; do
+       ln -s it_IT.aff $lang.aff
+       ln -s it_IT.dic $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/hunspell/*; do
+      ln -sv /usr/share/hunspell/$(basename $file) .
+    done
+  popd
+}




More information about the arch-commits mailing list