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

Pierre Schmitz pierre at archlinux.org
Mon Feb 27 15:11:05 UTC 2012


    Date: Monday, February 27, 2012 @ 10:11:05
  Author: pierre
Revision: 151526

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   67 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 30 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-27 15:10:46 UTC (rev 151525)
+++ PKGBUILD	2012-02-27 15:11:05 UTC (rev 151526)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: György Balló <ballogy at freestart.hu>
-
-pkgname=hyphen-hu
-pkgver=20100506
-pkgrel=1
-pkgdesc="Hungarian hyphenation rules"
-arch=(any)
-url="http://extensions.services.openoffice.org/project/hu_dicts"
-license=('LGPL' 'GPL' 'MPL')
-optdepends=('hyphen: offers hyphenation library functions')
-source=(http://extensions.services.openoffice.org/e-files/1283/9/dict-hu.oxt)
-md5sums=('d320e43e815c2dfd599dbfb7cd0e41fb')
-
-build() {
-  /bin/true
-}
-
-package() {
-  cd "$srcdir"
-  install -dm755 ${pkgdir}/usr/share/hyphen
-  cp -p hyph_hu_HU.dic $pkgdir/usr/share/hyphen
-
-  # 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_hu_HU.txt $pkgdir/usr/share/doc/$pkgname
-}
-

Copied: hyphen-hu/repos/extra-any/PKGBUILD (from rev 151525, hyphen-hu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-02-27 15:11:05 UTC (rev 151526)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: György Balló <ballogy at freestart.hu>
+
+pkgname=hyphen-hu
+pkgver=20100506
+pkgrel=2
+pkgdesc="Hungarian hyphenation rules"
+arch=('any')
+url="http://extensions.services.openoffice.org/project/hu_dicts"
+license=('LGPL' 'GPL' 'MPL')
+optdepends=('hyphen: offers hyphenation library functions')
+source=("http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/OpenOffice/contrib/dictionaries/hyph_hu_HU.zip")
+md5sums=('cc64cb3304aed59ca3fcf32f73d06134')
+
+package() {
+  cd "$srcdir"
+  install -Dm0644 hyph_hu_HU.dic $pkgdir/usr/share/hyphen/hyph_hu_HU.dic
+
+  # 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
+
+  install -Dm0644 README_hyph_hu_HU.txt $pkgdir/usr/share/doc/$pkgname/README_hyph_hu_HU.txt
+}
+




More information about the arch-commits mailing list