[arch-commits] CVS update of extra/kde/kdeaddons (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Mon Mar 3 19:01:11 UTC 2008
Date: Monday, March 3, 2008 @ 14:01:11
Author: tpowa
Path: /home/cvs-extra/extra/kde/kdeaddons
Modified: PKGBUILD (1.44 -> 1.45)
upgppkg: update to new version
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Index: extra/kde/kdeaddons/PKGBUILD
diff -u extra/kde/kdeaddons/PKGBUILD:1.44 extra/kde/kdeaddons/PKGBUILD:1.45
--- extra/kde/kdeaddons/PKGBUILD:1.44 Mon Oct 15 08:03:55 2007
+++ extra/kde/kdeaddons/PKGBUILD Mon Mar 3 14:01:11 2008
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.44 2007/10/15 12:03:55 tpowa Exp $
+# $Id: PKGBUILD,v 1.45 2008/03/03 19:01:11 tpowa Exp $
# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
pkgname=kdeaddons
-pkgver=3.5.8
-kdever=3.5.8 # if minor is 0, then without .0
+pkgver=3.5.9
+kdever=3.5.9 # if minor is 0, then without .0
pkgrel=1
pkgdesc="Additional plugins and scripts for some KDE applications."
arch=(i686 x86_64)
@@ -11,7 +11,7 @@
license=('GPL')
groups=('kde')
#makedepends=('xmms')
-depends=('kdebase>=3.5.8' 'kdepim>=3.5.8' 'kdemultimedia>=3.5.8' 'kdegames>=3.5.8' 'db>=4.6' 'python>=2.5' 'sdl')
+depends=('kdebase>=3.5.9' 'kdepim>=3.5.9' 'kdemultimedia>=3.5.9' 'kdegames>=3.5.9' 'db>=4.6' 'python>=2.5' 'sdl')
makedepends=('pkgconfig')
@@ -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
@@ -36,4 +36,4 @@
# rm $startdir/pkg/opt/kde/lib/kde3/librellinksplugin.la
# rm $startdir/pkg/opt/kde/lib/kde3/librellinksplugin.so
}
-md5sums=('4a338f14210ad920bb54624cd330dd89')
+md5sums=('eaa3832a25b483d1a9613f75991c3d7b')
More information about the arch-commits
mailing list