[arch-commits] Commit in plasma-framework/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Apr 15 07:31:20 UTC 2020
Date: Wednesday, April 15, 2020 @ 07:31:20
Author: arojas
Revision: 380353
Fix Plasma crash with Qt 5.15
Modified:
plasma-framework/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-15 06:55:36 UTC (rev 380352)
+++ PKGBUILD 2020-04-15 07:31:20 UTC (rev 380353)
@@ -4,7 +4,7 @@
pkgname=plasma-framework
pkgver=5.69.0
-pkgrel=1
+pkgrel=2
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-418898.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=0417bf61")
sha256sums=('16a70a068116ccbad4ee48160c8d5585e4aa755b72399afafacbc5fe80fab8d0'
- 'SKIP')
+ 'SKIP'
+ '3471b553dda8e69473de70fda31ad9982f394e8c1ac710fa9286873eb42c1ef2')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
prepare() {
mkdir -p build
+
+ cd $pkgname-$pkgver
+ patch -p1 -i ../kdebug-418898.patch # Fix Plasma crash with Qt 5.15
}
build() {
More information about the arch-commits
mailing list