[arch-commits] CVS update of extra/kde/kdenetwork (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Mon Mar 3 19:03:13 UTC 2008
Date: Monday, March 3, 2008 @ 14:03:13
Author: tpowa
Path: /home/cvs-extra/extra/kde/kdenetwork
Modified: PKGBUILD (1.46 -> 1.47)
upgppkg: update to new version
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Index: extra/kde/kdenetwork/PKGBUILD
diff -u extra/kde/kdenetwork/PKGBUILD:1.46 extra/kde/kdenetwork/PKGBUILD:1.47
--- extra/kde/kdenetwork/PKGBUILD:1.46 Mon Oct 15 08:05:35 2007
+++ extra/kde/kdenetwork/PKGBUILD Mon Mar 3 14:03:13 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.46 2007/10/15 12:05:35 tpowa Exp $
+# $Id: PKGBUILD,v 1.47 2008/03/03 19:03:13 tpowa Exp $
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=kdenetwork
-pkgver=3.5.8
-kdever=3.5.8 # if minor 0, then without .0
+pkgver=3.5.9
+kdever=3.5.9 # if minor 0, then without .0
pkgrel=1
pkgdesc="KDE Networking Programs."
arch=(i686 x86_64)
@@ -11,7 +11,7 @@
license=('GPL')
groups=('kde')
makedepends=('pkgconfig')
-depends=('kdebase>=3.5.8' 'wireless_tools' 'ppp' 'openslp' 'rdesktop' 'kdelibs>=3.5.8' 'gnutls>=1.2.4' 'qca-tls' 'perl-io-socket-ssl' 'libxss')
+depends=('kdebase>=3.5.9' 'wireless_tools' 'ppp' 'openslp' 'rdesktop' 'kdelibs>=3.5.9' 'gnutls>=1.2.4' 'qca-tls' 'perl-io-socket-ssl' 'libxss')
# for easier build, just uncomment the mirror you want to use
mirror="ftp.solnet.ch/mirror/KDE" # updated every 2 hours, very fast for Europe
@@ -23,7 +23,7 @@
build() {
# Source the QT and KDE profile
- [ "$QTDIR" = "" ] && source /etc/profile.d/qt.sh
+ [ "$QTDIR" = "" ] && source /etc/profile.d/qt3.sh
[ "$KDEDIR" = "" ] && source /etc/profile.d/kde.sh
# start building
cd $startdir/src/$pkgname-$pkgver
@@ -35,5 +35,5 @@
# Install lisa network daemon
install -D -m 755 $startdir/src/lisa $startdir/pkg/etc/rc.d/lisa
}
-md5sums=('0e79374d1109d937b0c9bdd3a75e7476'
+md5sums=('0ec1d4ccd550510821a622eb91b893e8'
'cb621ff9a11c2c5f5672d9c895cea1a9')
More information about the arch-commits
mailing list