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

Alexander Baldeck alexander at archlinux.org
Sat Jun 9 21:27:02 UTC 2007


    Date: Saturday, June 9, 2007 @ 17:27:02
  Author: alexander
    Path: /home/cvs-extra/extra/office/koffice-doc

Modified: PKGBUILD (1.11 -> 1.12)

upgpkg: koffice-doc 1.6.3


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


Index: extra/office/koffice-doc/PKGBUILD
diff -u extra/office/koffice-doc/PKGBUILD:1.11 extra/office/koffice-doc/PKGBUILD:1.12
--- extra/office/koffice-doc/PKGBUILD:1.11	Mon Mar 19 09:01:31 2007
+++ extra/office/koffice-doc/PKGBUILD	Sat Jun  9 17:27:02 2007
@@ -1,29 +1,30 @@
-# $Id: PKGBUILD,v 1.11 2007/03/19 13:01:31 alexander Exp $
+# $Id: PKGBUILD,v 1.12 2007/06/09 21:27:02 alexander Exp $
 # Maintainer: Alexander Baldeck <alexander at archlinux.org>
 pkgname=koffice-doc
-pkgver=1.6.2
+pkgver=1.6.3
 stable=stable # stable|unstable
-pkgrel=1
+pkgrel=2
 pkgdesc="Documentation for Koffice"
-arch=(i686)
+license=('GPL')
+arch=(i686 x86_64)
 url="http://www.koffice.org"
-depends=('koffice>=1.6.2')
+depends=('koffice>=1.6.3')
 makedepends=('pkgconfig')
-source=(ftp://ftp.fu-berlin.de/pub/unix/X11/gui/kde/${stable}/koffice-${pkgver}/src/koffice-${pkgver}.tar.bz2)
+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/koffice-$pkgver
+  cd ${startdir}/src/koffice-${pkgver}
 
-  [ -f Makefile.cvs -a $stable = 'unstable' ] && make -f Makefile.cvs
   ./configure --prefix=/opt/kde --enable-new-ldflags --disable-debug
  
   cd doc
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
+  rm -rf ${startdir}/pkg/opt/kde/share/applications
 }
-md5sums=('05714f544bccdc969081f7ed7e1d4844')
-md5sums=('74ef62a5f8f766fe8192d5b7d65a3928')
+md5sums=('386d388094734f9759977c3267098e30')
+




More information about the arch-commits mailing list