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

Antonio Rojas arojas at archlinux.org
Mon Oct 22 15:05:53 UTC 2018


    Date: Monday, October 22, 2018 @ 15:05:53
  Author: arojas
Revision: 337001

Backport crash fix

Modified:
  kiconthemes/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-22 14:41:09 UTC (rev 337000)
+++ PKGBUILD	2018-10-22 15:05:53 UTC (rev 337001)
@@ -4,7 +4,7 @@
 
 pkgname=kiconthemes
 pkgver=5.51.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Support for icon themes'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'
@@ -13,13 +13,18 @@
 makedepends=(extra-cmake-modules doxygen qt5-tools)
 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}
+        kiconthemes-crash.patch::"https://cgit.kde.org/kiconthemes.git/patch/?id=e0006451")
 sha256sums=('89813a2a3ecb2ddd061db6a040dcf4677c10e41cbcce49cad5c926a8f1ce5c8f'
-            'SKIP')
+            'SKIP'
+            '8c86d73139a7be1f9b8a95883bab0b31c4d5c30b0541e3f14cca08c2ad857512')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kiconthemes-crash.patch # Fix crash on theme change
 }
 
 build() {



More information about the arch-commits mailing list