From d006db78a1ce530e9df8a65f87bf39e8d6cc88e5 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Jul 2011 23:09:34 +0000 Subject: Fri Jul 8 23:09:34 UTC 2011 --- extra/kdebase-workspace/PKGBUILD | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'extra/kdebase-workspace/PKGBUILD') diff --git a/extra/kdebase-workspace/PKGBUILD b/extra/kdebase-workspace/PKGBUILD index 0bc1f7a37..85be8853d 100644 --- a/extra/kdebase-workspace/PKGBUILD +++ b/extra/kdebase-workspace/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 124831 2011-05-24 17:22:55Z andrea $ +# $Id: PKGBUILD 130255 2011-07-04 19:27:20Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=kdebase-workspace -pkgver=4.6.3 -pkgrel=2 +pkgver=4.6.5 +pkgrel=1 pkgdesc="KDE Base Workspace" arch=('i686' 'x86_64') url='http://www.kde.org' @@ -27,17 +27,15 @@ backup=('usr/share/config/kdm/kdmrc' options=('emptydirs') 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' - 'fix-app-launch-in-plasmoid.patch') -sha1sums=('50103b7752defbab08965b665fa95361bb5b3ff6' + 'fixpath.patch' 'terminate-server.patch') +sha1sums=('190a524d57c4e52e69dcc1fc2e5a1c0681239a1c' '8c2bdefb23a03b753b78d16944d03fa3939d2d99' '5db3a245201bd4a50e65aa2ef583cf5490e4f646' 'f7b38af38549242a240f1a90ab9964ca8a366129' '603cc79c4d2b4eae62bb5f244aeecb3a778b5516' '106635aa1aae51d6f0668b1853f6c49a4fe9d3d8' 'd7b5883f7e65c6839b1f65f94d58026673dd0226' - 'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee' - 'ca55cd0a25fd8cfb95fa3b1cdd373d496fd7312d') + 'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -45,9 +43,6 @@ build() { patch -p0 -i ${srcdir}/fixpath.patch patch -p0 -i ${srcdir}/terminate-server.patch - # Already fixed upstream - patch -p1 -i ${srcdir}/fix-app-launch-in-plasmoid.patch - cd ${srcdir} mkdir build cd build -- cgit v1.2.3-54-g00ecf