git » plasma-framework.git » commit 4ade96f

Fix 0 pixel sized notifications on multi-screen (FS#55177)

author Antonio Rojas
2017-08-19 07:53:36 UTC
committer Antonio Rojas
2017-08-19 07:53:36 UTC
parent 8f5ceb6fbda1e27348328c9f6f74ee2d9234b350

Fix 0 pixel sized notifications on multi-screen (FS#55177)

PKGBUILD +8 -3

diff --git a/PKGBUILD b/PKGBUILD
index c6bc733..005c39f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=plasma-framework
 pkgver=5.37.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -11,13 +11,18 @@ license=('LGPL')
 depends=('qt5-quickcontrols' 'kactivities' 'kdeclarative' 'kwayland')
 makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python' 'doxygen')
 groups=('kf5')
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+        kdebug-382340.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=0c27df52")
 sha256sums=('7099b0cbccf59b6be0f85f515e9e4c1f324c1910735c06acaea3affc5ddf554d'
-            'SKIP')
+            'SKIP'
+            'bf356cfff82fc229a6acf26bbaaa945ebf9a1fa9ae2af8179d0ffc0ef764aef6')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-382340.patch # Fix 0px size notifications on multi-screen
 }
 
 build() {