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

Antonio Rojas arojas at archlinux.org
Tue Apr 27 17:15:12 UTC 2021


    Date: Tuesday, April 27, 2021 @ 17:15:11
  Author: arojas
Revision: 413939

Fix selection colors

Modified:
  konsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-27 12:46:58 UTC (rev 413938)
+++ PKGBUILD	2021-04-27 17:15:11 UTC (rev 413939)
@@ -4,7 +4,7 @@
 
 pkgname=konsole
 pkgver=21.04.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://apps.kde.org/konsole/'
 pkgdesc='KDE terminal emulator'
@@ -13,13 +13,19 @@
 depends=(knotifyconfig kpty kparts kinit knewstuff)
 makedepends=(extra-cmake-modules kdoctools)
 optdepends=('keditbookmarks: to manage bookmarks')
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        kdebug-435309.patch::https://invent.kde.org/utilities/konsole/commit/2b441030.patch)
 sha256sums=('260a1748a065c22d3bb63ffe57bd4bc79067e24a24f6332e5c91317d0e0799b6'
-            'SKIP')
+            'SKIP'
+            'e9f7c155f6842e94d46d43f84d755fa2aa82c1983d85c38b4495bf413de82178')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
               F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
               D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < kdebug-435309.patch # Fix selection colors
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF



More information about the arch-commits mailing list