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

Antonio Rojas arojas at archlinux.org
Sat Mar 20 10:04:31 UTC 2021


    Date: Saturday, March 20, 2021 @ 10:04:31
  Author: arojas
Revision: 410369

Fix loading svg icons outside Plasma (FS#69988)

Modified:
  kiconthemes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 00:13:06 UTC (rev 410368)
+++ PKGBUILD	2021-03-20 10:04:31 UTC (rev 410369)
@@ -4,7 +4,7 @@
 
 pkgname=kiconthemes
 pkgver=5.80.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Support for icon themes'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -13,11 +13,17 @@
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 optdepends=('breeze-icons: fallback icon theme')
 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-434451.patch::"https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/26.patch")
 sha256sums=('92f2dc363fb8e6b7acdf1d7013d5b06f1f825466d8db00f79cd73cfc3ed9768c'
-            'SKIP')
+            'SKIP'
+            '53510d79396b9e311cc0b71d31f3360323907a85574f174875912c31909d7e54')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 -i ../kdebug-434451.patch # Fix loading svg icons outside Plasma
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DBUILD_TESTING=OFF \



More information about the arch-commits mailing list