[arch-commits] CVS update of extra/kde/kdelibs (PKGBUILD post-3.5.8.patch)

Tobias Powalowski tpowa at archlinux.org
Sun Oct 21 09:20:25 UTC 2007


    Date: Sunday, October 21, 2007 @ 05:20:25
  Author: tpowa
    Path: /home/cvs-extra/extra/kde/kdelibs

Modified: PKGBUILD (1.90 -> 1.91) post-3.5.8.patch (1.2 -> 1.3)

'upgpkg: added next regression fix from packager ml'


------------------+
 PKGBUILD         |    6 +++---
 post-3.5.8.patch |   13 +++++++++++++
 2 files changed, 16 insertions(+), 3 deletions(-)


Index: extra/kde/kdelibs/PKGBUILD
diff -u extra/kde/kdelibs/PKGBUILD:1.90 extra/kde/kdelibs/PKGBUILD:1.91
--- extra/kde/kdelibs/PKGBUILD:1.90	Thu Oct 18 04:48:29 2007
+++ extra/kde/kdelibs/PKGBUILD	Sun Oct 21 05:20:24 2007
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD,v 1.90 2007/10/18 08:48:29 tpowa Exp $
+# $Id: PKGBUILD,v 1.91 2007/10/21 09:20:24 tpowa Exp $
 # Contributor: Roman Kreisel <roman.kreisel at epost.de>
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kdelibs
 pkgver=3.5.8
 kdever=3.5.8
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Core Libraries"
 arch=(i686 x86_64)
 url="http://www.kde.org"
@@ -96,4 +96,4 @@
          'e94aef45b5a59fe58c7cc085ab1dd3ae'
          '42d288e71fa0a886bc8882c198a27f2e'
          'd888793ff50dafb970f503e3ab6851b6'
-         '2f4717394f4206eb418e7d1da8a9f58e')
+         'c8f44c185f616fc78531141495cc36bc')
Index: extra/kde/kdelibs/post-3.5.8.patch
diff -u extra/kde/kdelibs/post-3.5.8.patch:1.2 extra/kde/kdelibs/post-3.5.8.patch:1.3
--- extra/kde/kdelibs/post-3.5.8.patch:1.2	Thu Oct 18 04:48:29 2007
+++ extra/kde/kdelibs/post-3.5.8.patch	Sun Oct 21 05:20:24 2007
@@ -94,3 +94,16 @@
          m_request.expireDate = expireDate;
          m_maxCacheSize = config()->readNumEntry("MaxCacheSize", DEFAULT_MAX_CACHE_SIZE) / 2;
       }
+--- branches/KDE/3.5/kdelibs/kdeui/kactionclasses.cpp	2007/08/30 19:30:39	706570
++++ branches/KDE/3.5/kdelibs/kdeui/kactionclasses.cpp	2007/10/20 20:49:01	727528
+@@ -667,8 +667,8 @@
+     KToolBar* bar = static_cast<KToolBar*>( widget );
+     int id_ = KAction::getToolButtonID();
+     bar->insertCombo( comboItems(), id_, isEditable(),
+-                      SIGNAL( activated( int ) ), this,
+-                      SLOT( slotActivated( int ) ), isEnabled(),
++                      SIGNAL( activated( const QString & ) ), this,
++                      SLOT( slotActivated( const QString & ) ), isEnabled(),
+                       toolTip(), -1, index );
+ 
+     QComboBox *cb = bar->getCombo( id_ );




More information about the arch-commits mailing list