[arch-commits] CVS update of extra/office/koffice (PKGBUILD)

Alexander Baldeck alexander at archlinux.org
Sat Jun 9 21:26:48 UTC 2007


    Date: Saturday, June 9, 2007 @ 17:26:48
  Author: alexander
    Path: /home/cvs-extra/extra/office/koffice

Modified: PKGBUILD (1.37 -> 1.38)

upgpkg: koffice 1.6.3


----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)


Index: extra/office/koffice/PKGBUILD
diff -u extra/office/koffice/PKGBUILD:1.37 extra/office/koffice/PKGBUILD:1.38
--- extra/office/koffice/PKGBUILD:1.37	Mon Mar 19 08:17:17 2007
+++ extra/office/koffice/PKGBUILD	Sat Jun  9 17:26:48 2007
@@ -1,32 +1,33 @@
-# $Id: PKGBUILD,v 1.37 2007/03/19 12:17:17 alexander Exp $
+# $Id: PKGBUILD,v 1.38 2007/06/09 21:26:48 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 pkgname=koffice
-pkgver=1.6.2
+pkgver=1.6.3
 stable=stable # stable|unstable
-pkgrel=1
+pkgrel=2
 pkgdesc="An integrated Office suite for KDE"
-arch=(i686 x86_64 ppc)
+license=('GPL' 'LGPL')
+arch=(i686 x86_64)
 url="http://www.koffice.org"
 depends=('kdelibs>=3.5.5' 'aspell' 'wv2' 'imagemagick>=6.3.0.7' 'python>=2.5' 'libwpd' \
          'libxslt' 'libexif' 'libgl' 'openexr>=1.4.0a')
 makedepends=('pkgconfig' 'libpqxx>=2.6.8' 'libmysqlclient' 'ruby')
-source=(ftp://ftp.fu-berlin.de/pub/unix/X11/gui/kde/${stable}/koffice-${pkgver}/src/${pkgname}-${pkgver}.tar.bz2 \
-        kexi-examples-build.patch)
+
+source=(http://download.kde.org/stable/koffice-${pkgver}/src/koffice-${pkgver}.tar.bz2)
 
 build() {
   # Source the QT and KDE profile
   [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh
   [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
-  
+
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np1 -i ${startdir}/src/kexi-examples-build.patch || return 1
-  [ -f Makefile.cvs -a ${stable} = 'unstable' ] && make -f Makefile.cvs
-  
+
+  #make -f Makefile.cvs
   ./configure --prefix=/opt/kde --enable-new-ldflags --disable-debug \
               --disable-doc
+
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1
 
   rm -rf ${startdir}/pkg/opt/kde/share/doc
 }
-md5sums=('74ef62a5f8f766fe8192d5b7d65a3928' '114cc9e9ae34812c55dd89460d570d1c')
+md5sums=('386d388094734f9759977c3267098e30')




More information about the arch-commits mailing list