[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Thu Apr 30 23:50:13 UTC 2009


    Date: Thursday, April 30, 2009 @ 19:50:13
  Author: andrea
Revision: 37108

-m

Modified:
  kdebase-workspace/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-30 23:50:11 UTC (rev 37107)
+++ PKGBUILD	2009-04-30 23:50:13 UTC (rev 37108)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=kdebase-workspace
-pkgver=4.2.2
-pkgrel=3
+pkgver=4.2.3
+pkgrel=1
 pkgdesc="KDE Base Workspace"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -24,25 +24,21 @@
 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'
-        'fixsolidbluetooth.patch'
-	'fix-calendar-resizing-bug.patch')
-md5sums=('ac494815044eefc3a181488871225eda'
+        'fixsolidbluetooth.patch')
+md5sums=('f58d388883d73c69a0a719819625b171'
          '721e97031b62aee8914e8617e86f9235'
          '5d80164932e0d44d8b802d3929a004ab'
          '10a490653b002e6f9e7476ff9d37c011'
          '552337fd9a3982d809ea16c7f0033d42'
          '367a3538f54db71f108b34cfa31088ac'
          '47a1f12673f66e62e2463efd7037a26a'
-         'd0331f95af08ae65552cb3d4117e8651'
-         '694c6e6b2336518f4050d573f5cb6c9e')
+         'd0331f95af08ae65552cb3d4117e8651')
 
 build() {
 	cd $srcdir/${pkgname}-${pkgver}
 	patch -p0 -i ${srcdir}/kdm-zsh-profile.patch
 	patch -p0 -i ${srcdir}/fixpath.patch
 	patch -p1 -i ${srcdir}/fixsolidbluetooth.patch
-	#fixed in kde 4.2.3
-	patch -p0 -i ${srcdir}/fix-calendar-resizing-bug.patch
 
 	cd ../
 	mkdir build




More information about the arch-commits mailing list