[arch-commits] Commit in koffice/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Thu Jul 24 21:19:15 UTC 2008


    Date: Thursday, July 24, 2008 @ 17:19:15
  Author: pierre
Revision: 6529

upgpkg: koffice 1.6.3-4

Modified:
  koffice/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-24 21:17:00 UTC (rev 6528)
+++ PKGBUILD	2008-07-24 21:19:15 UTC (rev 6529)
@@ -3,12 +3,12 @@
 pkgname=koffice
 pkgver=1.6.3
 stable=stable # stable|unstable
-pkgrel=3
+pkgrel=4
 pkgdesc="An integrated Office suite for KDE"
 license=('GPL' 'LGPL')
 arch=(i686 x86_64)
 url="http://www.koffice.org"
-depends=('kdelibs>=3.5.5' 'aspell' 'wv2' 'imagemagick>=6.4.0.2' 'python>=2.5' 'libwpd' \
+depends=('kdelibs3>=3.5.5' 'aspell' 'wv2' 'imagemagick>=6.4.0.2' 'python>=2.5' 'libwpd' \
          'libxslt' 'libexif' 'libgl' 'openexr>=1.4.0a')
 makedepends=('pkgconfig' 'libpqxx>=2.6.8' 'libmysqlclient' 'ruby')
 
@@ -17,15 +17,15 @@
 
 build() {
   # Source the QT and KDE profile
-  [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh
-  [ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
+  [ "$QTDIR" = "" ] && source /etc/profile.d/qt3.sh
+  [ "$KDEDIR" = "" ] && source /etc/profile.d/kde3.sh
 
   cd ${startdir}/src/${pkgname}-${pkgver}
   patch -p1 < ../koffice-1.6.3-gcc43.patch || return 1
 
   #make -f Makefile.cvs
   ./configure --prefix=/opt/kde --enable-new-ldflags --disable-debug \
-              --disable-doc
+              --disable-doc --without-arts
 
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1





More information about the arch-commits mailing list