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

Tobias Powalowski tpowa at archlinux.org
Fri Dec 7 15:14:06 UTC 2007


    Date: Friday, December 7, 2007 @ 10:14:06
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdepim

Modified: PKGBUILD (1.55 -> 1.56)

'upgpkg: rebuild against new libopensync'


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


Index: extra/kde/kdepim/PKGBUILD
diff -u extra/kde/kdepim/PKGBUILD:1.55 extra/kde/kdepim/PKGBUILD:1.56
--- extra/kde/kdepim/PKGBUILD:1.55	Mon Oct 15 08:05:44 2007
+++ extra/kde/kdepim/PKGBUILD	Fri Dec  7 10:14:06 2007
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD,v 1.55 2007/10/15 12:05:44 tpowa Exp $
+# $Id: PKGBUILD,v 1.56 2007/12/07 15:14:06 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdepim
 pkgver=3.5.8
 kdever=3.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE PIM Utilities."
 arch=(i686 x86_64)
 url="http://www.kde.org"
 license=('GPL')
 groups=('kde')
-depends=('kdelibs>=3.5.8' 'kdebase>=3.5.8' 'gpgme' 'gnokii>=0.6.14' 'libmal>=0.42' 'cyrus-sasl-plugins' 'libxss' 'libopensync')
+depends=('kdelibs>=3.5.8' 'kdebase>=3.5.8' 'gpgme' 'gnokii>=0.6.14' 'libmal>=0.42' 'cyrus-sasl-plugins' 'libxss' 'libopensync>=0.34')
 #makedepends=('pilot-link' 'gnokii' 'libmal')
 
 # for easier build, just uncomment the mirror you want to use
@@ -18,7 +18,10 @@
 # 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) 
+# latest opensync support
+# svn co svn://anonsvn.kde.org/home/kde/branches/work/kitchensync-OpenSync0.30API kitchensync
+source=(ftp://$mirror/stable/$kdever/src/$pkgname-$pkgver.tar.bz2 \
+	ftp://ftp.archlinux.org/other/kdepim/kitchensync-update.tar.bz2) 
 
 
 build() {
@@ -27,10 +30,13 @@
   [ -z "${KDEDIR}" ] && source /etc/profile.d/kde.sh
   # start building
   cd $startdir/src/$pkgname-$pkgver
+  cp -rf ../kitchensync ./ || return 1
+  make -f admin/Makefile.common || 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=('a1ffff553f1d6739c7791891028b176b')
+md5sums=('a1ffff553f1d6739c7791891028b176b'
+         '3d634c3996bf398715aab107501539a8')




More information about the arch-commits mailing list