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

Antonio Rojas arojas at archlinux.org
Thu Dec 17 18:01:06 UTC 2020


    Date: Thursday, December 17, 2020 @ 18:01:06
  Author: arojas
Revision: 404451

Fix broken panel background with compositing off

Modified:
  plasma-framework/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-17 16:51:22 UTC (rev 404450)
+++ PKGBUILD	2020-12-17 18:01:06 UTC (rev 404451)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.77.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -12,11 +12,17 @@
 depends=(kactivities kdeclarative kwayland kirigami2)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools 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-430390.patch::"https://invent.kde.org/frameworks/plasma-framework/commit/b1364fa6.patch")
 sha256sums=('11678e5274d10a4ca3730a2441c8b555eb527d2a66606bd35fa1f15f667ae985'
-            'SKIP')
+            'SKIP'
+            'a979916cc536f2ceef2b224b1771fb2820a34d5f8c242708f65bdbbbe018d728')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-430390.patch # Fix broken panel background with compositing off
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list