[arch-commits] Commit in plasma-framework/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Aug 19 07:53:36 UTC 2017


    Date: Saturday, August 19, 2017 @ 07:53:36
  Author: arojas
Revision: 302865

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

Modified:
  plasma-framework/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-19 07:42:33 UTC (rev 302864)
+++ PKGBUILD	2017-08-19 07:53:36 UTC (rev 302865)
@@ -4,7 +4,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'
@@ -12,13 +12,18 @@
 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 at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-382340.patch # Fix 0px size notifications on multi-screen
 }
 
 build() {



More information about the arch-commits mailing list