[arch-commits] CVS update of extra/office/openoffice-spell-nl (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Oct 8 20:02:41 UTC 2007


    Date: Monday, October 8, 2007 @ 16:02:41
  Author: andyrtr
    Path: /home/cvs-extra/extra/office/openoffice-spell-nl

Modified: PKGBUILD (1.7 -> 1.8)

upgpkg: openoffice-spell-nl 20050720-4
fixed missing files


----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)


Index: extra/office/openoffice-spell-nl/PKGBUILD
diff -u extra/office/openoffice-spell-nl/PKGBUILD:1.7 extra/office/openoffice-spell-nl/PKGBUILD:1.8
--- extra/office/openoffice-spell-nl/PKGBUILD:1.7	Sat Nov  4 04:04:13 2006
+++ extra/office/openoffice-spell-nl/PKGBUILD	Mon Oct  8 16:02:41 2007
@@ -1,15 +1,18 @@
-# $Id: PKGBUILD,v 1.7 2006/11/04 09:04:13 tpowa Exp $
+# $Id: PKGBUILD,v 1.8 2007/10/08 20:02:41 andyrtr Exp $
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=openoffice-spell-nl
 pkgver=20050720
-pkgrel=3
+pkgrel=4
 pkgdesc="OpenOffice dutch spellchecker files"
+arch=('i686' 'x86_64')
+license=('GPL')
 url="http://www.openoffice.org"
 depends=('openoffice-base' 'ed')
 mirror=(ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/OpenOffice/contrib/dictionaries)
 source=($mirror/nl_NL-pack.zip spell.nl)
-md5sums=('fca0a67a4255a59254c3e5f53c481e8f' '7f480d1cdf3b0ad85828ec277541f139')
+md5sums=('fca0a67a4255a59254c3e5f53c481e8f'
+         '7f480d1cdf3b0ad85828ec277541f139')
 
 build() {
  cd $startdir/src
@@ -17,15 +20,9 @@
  do
  unzip -o $i
  done
- rm spell.txt hyph.txt thes.txt
+ rm spell.txt hyph.txt
  rm *.zip
- 
- # clean files that no conflicts will arise with openoffice-base package
- rm README_nl_NL.txt
- rm hyph_nl_NL.dic
- rm nl_NL.aff
- rm nl_NL.dic
- 
+
  # install files
  mkdir -p $startdir/pkg/opt/openoffice/share/dict/ooo
  install -m 644 * $startdir/pkg/opt/openoffice/share/dict/ooo




More information about the arch-commits mailing list