[arch-commits] Commit in kdebase/trunk (PKGBUILD fix-controlclick-selection.patch)

Andrea Scarpino andrea at archlinux.org
Sun Mar 4 11:08:30 UTC 2012


    Date: Sunday, March 4, 2012 @ 06:08:30
  Author: andrea
Revision: 151948

KDE 4.8.1

Modified:
  kdebase/trunk/PKGBUILD
Deleted:
  kdebase/trunk/fix-controlclick-selection.patch

----------------------------------+
 PKGBUILD                         |   11 +++--------
 fix-controlclick-selection.patch |   11 -----------
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-03-04 11:08:27 UTC (rev 151947)
+++ PKGBUILD	2012-03-04 11:08:30 UTC (rev 151948)
@@ -12,22 +12,17 @@
          'kdebase-konqueror'
          'kdebase-lib'
          'kdebase-plasma')
-pkgver=4.8.0
+pkgver=4.8.1
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdebase')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'tidyhtml')
-source=("http://download.kde.org/stable/${pkgver}/src/kde-baseapps-${pkgver}.tar.bz2"
-        'fix-controlclick-selection.patch')
-sha1sums=('25151b551793164c5eb1cb303d3031e63a6122e3'
-          'b29c42301b84475f95f19ff9edb22d2134df9c1c')
+source=("http://download.kde.org/stable/${pkgver}/src/xz/kde-baseapps-${pkgver}.tar.xz")
+sha1sums=('bfbc51930a81ea272ddbb1fc9a9cefb9cf9a81d6')
 
 build() {
-    cd "${srcdir}"/kde-baseapps-${pkgver}
-    patch -p1 -i "${srcdir}"/fix-controlclick-selection.patch
-
 	cd ${srcdir}
 	mkdir build
 	cd build

Deleted: fix-controlclick-selection.patch
===================================================================
--- fix-controlclick-selection.patch	2012-03-04 11:08:27 UTC (rev 151947)
+++ fix-controlclick-selection.patch	2012-03-04 11:08:30 UTC (rev 151948)
@@ -1,11 +0,0 @@
---- a/dolphin/src/kitemviews/kitemlistcontroller.cpp
-+++ b/dolphin/src/kitemviews/kitemlistcontroller.cpp
-@@ -471,7 +471,7 @@ bool KItemListController::mousePressEven
-                                 (!shiftOrControlPressed && !pressedItemAlreadySelected);
-     if (clearSelection) {
-         m_selectionManager->clearSelection();
--    } else if (pressedItemAlreadySelected && (event->buttons() & Qt::LeftButton)) {
-+    } else if (pressedItemAlreadySelected && !shiftOrControlPressed && (event->buttons() & Qt::LeftButton)) {
-         // The user might want to start dragging multiple items, but if he clicks the item
-         // in order to trigger it instead, the other selected items must be deselected.
-         // However, we do not know yet what the user is going to do.




More information about the arch-commits mailing list