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

Antonio Rojas arojas at archlinux.org
Mon Dec 23 21:50:32 UTC 2019


    Date: Monday, December 23, 2019 @ 21:50:31
  Author: arojas
Revision: 372180

Fix crash in calendar plugin

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-23 21:14:12 UTC (rev 372179)
+++ PKGBUILD	2019-12-23 21:50:31 UTC (rev 372180)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.65.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'
@@ -12,13 +12,18 @@
 depends=(kactivities kdeclarative kwayland kirigami2)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools doxygen)
 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-415492.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=6756d00f")
 sha256sums=('794616029509897bdf1685fc1fd0b6cfb66f4edd3627aa69138f100a4615c826'
-            'SKIP')
+            'SKIP'
+            'af524ddc83c28c19e1785f593745b76157d192040413c945733ad84a2c3e2b08')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-415492.patch # Fix crash in calendar plugin
 }
 
 build() {



More information about the arch-commits mailing list