Date: Tuesday, February 14, 2023 @ 12:01:04
  Author: arojas
Revision: 1400439

upgpkg: plasma5-applets-window-buttons 0.11.1-2: Plasma 5.27 rebuild

Modified:
  plasma5-applets-window-buttons/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-14 12:00:03 UTC (rev 1400438)
+++ PKGBUILD    2023-02-14 12:01:04 UTC (rev 1400439)
@@ -2,7 +2,7 @@
 
 pkgname=plasma5-applets-window-buttons
 pkgver=0.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma 5 applet in order to show window buttons in your panels'
 arch=(x86_64)
 url='https://github.com/psifidotos/applet-window-buttons'
@@ -11,9 +11,15 @@
 makedepends=(extra-cmake-modules)
 conflicts=(libappletdecoration)
 replaces=(libappletdecoration)
-source=(https://github.com/psifidotos/applet-window-buttons/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('0588a3bba77206766549139b4bee1a08b7be7a7113e658f746709b9ee4d3017a')
+source=(https://github.com/psifidotos/applet-window-buttons/archive/$pkgver/$pkgname-$pkgver.tar.gz
+        
https://github.com/psifidotos/applet-window-buttons/commit/924994e1.patch)
+sha256sums=('0588a3bba77206766549139b4bee1a08b7be7a7113e658f746709b9ee4d3017a'
+            'db8740b25036e5dd8b4b17375bea9871e49634b6fcde1b4cc3fb54e911ac789d')
 
+prepare() {
+  patch -d applet-window-buttons-$pkgver -p1 < 924994e1.patch # Support Plasma 
5.27
+}
+
 build() {
   cmake -B build -S applet-window-buttons-$pkgver
   cmake --build build

Reply via email to