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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jun 14 16:00:25 UTC 2022


    Date: Tuesday, June 14, 2022 @ 16:00:24
  Author: arojas
Revision: 448630

Fix window thumbnails in Plasma X11

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-14 15:16:53 UTC (rev 448629)
+++ PKGBUILD	2022-06-14 16:00:24 UTC (rev 448630)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.95.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,12 +12,18 @@
 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}
+        https://invent.kde.org/frameworks/plasma-framework/-/commit/dff1b034.patch)
 sha256sums=('5f5b6c95985e60b2e1d0b155fcb90bfc20186cb56f87d13c4b946f57fd22a55f'
-            'SKIP')
+            'SKIP'
+            '6addc3ccfa982b152db61be0fa14ce3d9a7e9aa4bb5779ccb7f80a8612b64c2e')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 options=(debug)
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < dff1b034.patch # Fix window thumbnails in Plasma X11
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list