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

Antonio Rojas arojas at gemini.archlinux.org
Wed Apr 20 19:39:17 UTC 2022


    Date: Wednesday, April 20, 2022 @ 19:39:17
  Author: arojas
Revision: 442991

Fix highlight in some applets

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-20 19:37:30 UTC (rev 442990)
+++ PKGBUILD	2022-04-20 19:39:17 UTC (rev 442991)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.93.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -14,11 +14,13 @@
 groups=(kf5)
 source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
         https://invent.kde.org/frameworks/plasma-framework/-/commit/b62d83be.patch
-        https://invent.kde.org/frameworks/plasma-framework/-/commit/aec00b32.patch)
+        https://invent.kde.org/frameworks/plasma-framework/-/commit/aec00b32.patch
+        https://invent.kde.org/frameworks/plasma-framework/-/commit/734b956c.patch)
 sha256sums=('d4a2c687ea2ea8dfe7c256eb58441fc458102ed4b445dc24685513dd96b5c322'
             'SKIP'
             '441555e3bda01c0f6d13985df8b033df7661b1410817b85a18e595250369b68e'
-            'edd14e81c42f5a8bac2d2e686d8aa6a02a03e67020b85dd30f6864ceb591aeaa')
+            'edd14e81c42f5a8bac2d2e686d8aa6a02a03e67020b85dd30f6864ceb591aeaa'
+            'fcf0227e0794678b1da9497d109bafdf148fee0f7dc88420ea25dc3ad5c0bb3a')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 options=(debug)
 
@@ -25,6 +27,7 @@
 prepare() {
   patch -d $pkgname-$pkgver -p1 < b62d83be.patch # Fix plasmoid sizes
   patch -d $pkgname-$pkgver -p1 < aec00b32.patch # Fix OSD position
+  patch -d $pkgname-$pkgver -p1 < 734b956c.patch # Fix highlight in some applets
 }
 
 build() {



More information about the arch-commits mailing list