Date: Monday, November 29, 2010 @ 08:44:12 Author: andrea Revision: 101559
KDE 4.5.4 Modified: kdebase-workspace/trunk/PKGBUILD (contents, properties) ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-11-29 13:44:06 UTC (rev 101558) +++ PKGBUILD 2010-11-29 13:44:12 UTC (rev 101559) @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 59826 2009-11-28 01:40:21Z andrea $ +# $Id$ # Maintainer: Andrea Scarpino <[email protected]> # Contributor: Pierre Schmitz <[email protected]> pkgname=kdebase-workspace -pkgver=4.5.3 +pkgver=4.5.4 pkgrel=1 pkgdesc="KDE Base Workspace" arch=('i686' 'x86_64') @@ -15,8 +15,9 @@ # but nvidia providing libgl does not depend on libxdamage depends=('polkit-kde' 'kdepimlibs' 'kdepim-runtime' 'kdebase-runtime' 'qimageblitz' 'libxcomposite' 'lm_sensors' 'libxklavier' 'libxdamage' - 'xorg-utils' 'libxrandr' 'libraw1394' 'libqalculate') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' 'kdebindings-python' 'docbook-xsl' 'boost') + 'xorg-utils' 'libxrandr' 'libraw1394' 'libqalculate') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'networkmanager' 'bluez' + 'kdebindings-python' 'docbook-xsl' 'boost' 'python2') replaces=('kdmtheme' 'kde-common' 'guidance-power-manager' 'policykit-kde' 'kdebase-kinfocenter') conflicts=('kde-common' 'guidance-power-manager' 'policykit-kde' 'kdebase-kinfocenter') install="${pkgname}.install" @@ -27,7 +28,7 @@ source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2" 'kdm-zsh-profile.patch' 'kdm' 'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'fixpath.patch' 'terminate-server.patch') -sha1sums=('7dda7cdd9162ea7ff9fc2a3ae0a1ded6610e8a94' +sha1sums=('2e5cf6435304c00658161dd956c8bc55205eaf70' '8c2bdefb23a03b753b78d16944d03fa3939d2d99' '5db3a245201bd4a50e65aa2ef583cf5490e4f646' 'f7b38af38549242a240f1a90ab9964ca8a366129' Property changes on: kdebase-workspace/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords + Id
