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

Damir Perisa damir at archlinux.org
Fri Dec 28 10:48:21 UTC 2007


    Date: Friday, December 28, 2007 @ 05:48:21
  Author: damir
    Path: /home/cvs-extra/extra/office/kmobiletools

Modified: PKGBUILD (1.6 -> 1.7)

upgpkg: kmobiletools 0.5.0beta3-1
kmobiletools update to latest beta since more stable than last release - however it depends on qt3 in testing now so it goes to testing


----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)


Index: extra/office/kmobiletools/PKGBUILD
diff -u extra/office/kmobiletools/PKGBUILD:1.6 extra/office/kmobiletools/PKGBUILD:1.7
--- extra/office/kmobiletools/PKGBUILD:1.6	Sun Jul 16 13:31:19 2006
+++ extra/office/kmobiletools/PKGBUILD	Fri Dec 28 05:48:21 2007
@@ -1,20 +1,23 @@
-# $Id: PKGBUILD,v 1.6 2006/07/16 17:31:19 andyrtr Exp $
+# $Id: PKGBUILD,v 1.7 2007/12/28 10:48:21 damir Exp $
 # Maintainer : damir <damir at archlinux.org>
 
 pkgname=kmobiletools
-pkgver=0.4.3.3
+pkgver=0.5.0beta3
+_origver=0.5.0-beta3
 pkgrel=1
 pkgdesc="Make you mobile phone communicate with your PC"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+license=('GPL2')
 url="http://www.kmobiletools.org"
-depends=('kdelibs')
-source=(http://download.berlios.de/kmobiletools/kmobiletools-$pkgver.tar.bz2)
+depends=('qt3>=3.3.8' 'kdepim>=3.5.8')
+source=(http://download.berlios.de/kmobiletools/kmobiletools-$_origver.tar.bz2)
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
+  cd $startdir/src/$pkgname-$_origver
    ./configure --prefix=/opt/kde --enable-final --disable-debug
    make || return 1
    make DESTDIR=$startdir/pkg/ install
  }
 
 
+md5sums=('2880ca9b21ba4f70088be64b6ef6a39b')




More information about the arch-commits mailing list