[arch-commits] Commit in plasma-desktop/trunk (2 files)

Felix Yan fyan at archlinux.org
Fri Mar 13 16:47:42 UTC 2015


    Date: Friday, March 13, 2015 @ 17:47:42
  Author: fyan
Revision: 233451

upgpkg: plasma-desktop 5.2.1-2

add patch for FS#43901

Added:
  plasma-desktop/trunk/336094f43d82d83f374116862a0f568fe9092224.patch
Modified:
  plasma-desktop/trunk/PKGBUILD

------------------------------------------------+
 336094f43d82d83f374116862a0f568fe9092224.patch |   38 +++++++++++++++++++++++
 PKGBUILD                                       |   11 ++++--
 2 files changed, 46 insertions(+), 3 deletions(-)

Added: 336094f43d82d83f374116862a0f568fe9092224.patch
===================================================================
--- 336094f43d82d83f374116862a0f568fe9092224.patch	                        (rev 0)
+++ 336094f43d82d83f374116862a0f568fe9092224.patch	2015-03-13 16:47:42 UTC (rev 233451)
@@ -0,0 +1,38 @@
+commit 336094f43d82d83f374116862a0f568fe9092224
+Author: Bhushan Shah <bhush94 at gmail.com>
+Date:   Mon Mar 9 21:04:09 2015 +0530
+
+    Fix tabbar not showing up when switching to favorites from search
+    
+    when we are in search view tabbar is not visible and immediatly
+    switching to favorites causes no tabbar.
+    
+    BUG: 343524
+    FIXED-IN: 5.2.2
+
+diff --git a/applets/kickoff/package/contents/ui/FullRepresentation.qml b/applets/kickoff/package/contents/ui/FullRepresentation.qml
+index d978987..0ba18e6 100644
+--- a/applets/kickoff/package/contents/ui/FullRepresentation.qml
++++ b/applets/kickoff/package/contents/ui/FullRepresentation.qml
+@@ -493,6 +493,10 @@ Item {
+                 target: root
+                 Keys.forwardTo: [tabBar.layout]
+             }
++            PropertyChanges {
++                target: tabBar
++                visible: true
++            }
+         },
+         State {
+             name: "Applications"
+@@ -500,6 +504,10 @@ Item {
+                 target: root
+                 Keys.forwardTo: [root]
+             }
++            PropertyChanges {
++                target: tabBar
++                visible: true
++            }
+         },
+         State {
+             name: "Search"

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-13 16:03:20 UTC (rev 233450)
+++ PKGBUILD	2015-03-13 16:47:42 UTC (rev 233451)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-desktop
 pkgver=5.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
@@ -19,11 +19,16 @@
 conflicts=('kdebase-workspace' 'kdebase-kdepasswd')
 install="${pkgname}.install"
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('8a9f8e2914ca6ec653565a7eeb65f91f')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"
+        336094f43d82d83f374116862a0f568fe9092224.patch)
+md5sums=('8a9f8e2914ca6ec653565a7eeb65f91f'
+         'eb6dee2f30642ac1c808e227c1b7bea4')
 
 prepare() {
   mkdir build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../336094f43d82d83f374116862a0f568fe9092224.patch
 }
 
 build() {



More information about the arch-commits mailing list