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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Sep 28 20:14:26 UTC 2007


    Date: Friday, September 28, 2007 @ 16:14:26
  Author: andyrtr
    Path: /home/cvs-extra/extra/office/openoffice-spell-pt

Modified: PKGBUILD (1.5 -> 1.6)

missing install.file fixed


----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)


Index: extra/office/openoffice-spell-pt/PKGBUILD
diff -u extra/office/openoffice-spell-pt/PKGBUILD:1.5 extra/office/openoffice-spell-pt/PKGBUILD:1.6
--- extra/office/openoffice-spell-pt/PKGBUILD:1.5	Sat Nov  4 04:05:28 2006
+++ extra/office/openoffice-spell-pt/PKGBUILD	Fri Sep 28 16:14:26 2007
@@ -1,17 +1,21 @@
-# $Id: PKGBUILD,v 1.5 2006/11/04 09:05:28 tpowa Exp $
+# $Id: PKGBUILD,v 1.6 2007/09/28 20:14:26 andyrtr Exp $
 #Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=openoffice-spell-pt
 pkgver=20040425
-pkgrel=3
+pkgrel=4
 pkgdesc="OpenOffice portuguese spellchecker files"
 arch=(i686 x86_64)
 url="http://www.openoffice.org"
 depends=('openoffice-base' 'ed')
 mirror=(ftp://sunsite.informatik.rwth-aachen.de/pub/mirror/OpenOffice/contrib/dictionaries)
 source=($mirror/pt_PT-pack.zip spell.pt)
+install=dictionary.install
+md5sums=('e13173c67d3365d3f772bf81bc02ee24' '1a6d5edeae12ab5112844f0050a04623')
+
 build() {
  cd $startdir/src
+ # unzip the dictionaries
  for i in *.zip
  do
  unzip -o $i
@@ -26,4 +30,4 @@
  mkdir -p $startdir/pkg/opt/openoffice/share/dict/ooo
  install -m 644 * $startdir/pkg/opt/openoffice/share/dict/ooo
 }
-md5sums=('e13173c67d3365d3f772bf81bc02ee24' '1a6d5edeae12ab5112844f0050a04623')
+




More information about the arch-commits mailing list