git » plasma-desktop.git » commit 9cf00e7

Fix folder view highlighting (FS#53298)

author Antonio Rojas
2017-03-13 22:54:32 UTC
committer Antonio Rojas
2017-03-13 22:54:32 UTC
parent ccb55822417468a36af9f3254bf3af9eec14af3c

Fix folder view highlighting (FS#53298)

PKGBUILD +9 -3

diff --git a/PKGBUILD b/PKGBUILD
index 77123a7..fa464d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,25 +5,31 @@
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
 pkgver=5.9.3
-pkgrel=3
+pkgrel=4
 pkgdesc='KDE Plasma Desktop'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'
 license=('LGPL')
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig}
+        folder-view-highlight.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=b7ce1a4b")
 depends=('polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' 'appstream-qt'
          'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects' 'kactivities-stats')
 makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 'xf86-input-synaptics' 'xorg-server-devel'
              'libibus' 'scim' 'python' 'kdesignerplugin')
 groups=('plasma')
 sha256sums=('351eb8d4d1b78c5a18051d7c3f7443bfa8d46dc09714d62b19a8846683b00215'
-            'SKIP')
+            'SKIP'
+            '3f8bb347898ca62c50f5cd09378181b56adbf4b42558f0edefd9e00760eb5742')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
               'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
 
 prepare() {
   mkdir -p build
+
+# Fix folder view highlighting with plasma-framework 5.32 https://bugs.kde.org/show_bug.cgi?id=377441
+  cd $pkgname-$pkgver
+  patch -p1 -i ../folder-view-highlight.patch
 }
 
 build() {