[arch-commits] CVS update of extra/kde/kdepim (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Mon May 21 17:41:01 UTC 2007


    Date: Monday, May 21, 2007 @ 13:41:01
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdepim

Modified: PKGBUILD (1.51 -> 1.52)

'upgpkg: update to new version'


----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)


Index: extra/kde/kdepim/PKGBUILD
diff -u extra/kde/kdepim/PKGBUILD:1.51 extra/kde/kdepim/PKGBUILD:1.52
--- extra/kde/kdepim/PKGBUILD:1.51	Sun Apr 22 17:32:16 2007
+++ extra/kde/kdepim/PKGBUILD	Mon May 21 13:41:01 2007
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD,v 1.51 2007/04/22 21:32:16 tpowa Exp $
+# $Id: PKGBUILD,v 1.52 2007/05/21 17:41:01 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdepim
-pkgver=3.5.6
-kdever=3.5.6
-pkgrel=5
+pkgver=3.5.7
+kdever=3.5.7
+pkgrel=1
 pkgdesc="KDE PIM Utilities."
 arch=(i686 x86_64)
 url="http://www.kde.org"
 groups=('kde')
-depends=('kdelibs>=3.5.6' 'kdebase>=3.5.6' 'gpgme' 'gnokii>=0.6.14' 'libmal>=0.42' 'cyrus-sasl-plugins' 'libxss')
+depends=('kdelibs>=3.5.7' 'kdebase>=3.5.7' 'gpgme' 'gnokii>=0.6.14' 'libmal>=0.42' 'cyrus-sasl-plugins' 'libxss')
 #makedepends=('pilot-link' 'gnokii' 'libmal')
 
 # for easier build, just uncomment the mirror you want to use
@@ -17,7 +17,7 @@
 # mirror="ftp.kde.org/pub/kde/"             # main server
 # mirror="ibiblio.org/pub/mirrors/kde/"     # ibiblio mirror
 
-source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2 post-kde-3.5.6.patch timezone-update.diff.bz2) 
+source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2) 
 
 
 build() {
@@ -26,14 +26,10 @@
   [ -z "${KDEDIR}" ] && source /etc/profile.d/kde.sh
   # start building
   cd $startdir/src/$pkgname-$pkgver
-  patch -Np4 -i ../post-kde-3.5.6.patch || return 1
-  # update timezones
-  patch -Np0 -i ../timezone-update.diff || return 1
   ./configure --prefix=/opt/kde --disable-debug --disable-dependency-tracking \
   --enable-gcc-hidden-visibility --enable-final
   #        --enable-final # remove this if you build with < 512mb ram.
   make || return 1
   make DESTDIR=$startdir/pkg install || return 1
 }
-md5sums=('e37e6173fe9fd7f242c9502a4ae1d7de' '24b2890f541c56e051722c788575028b'\
-         '263a717b397df1acd01a8b2c08546bcd')
+md5sums=('8571db6dcf4168614c96bb72c493f931')




More information about the arch-commits mailing list