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

Antonio Rojas arojas at archlinux.org
Mon Mar 11 17:13:28 UTC 2019


    Date: Monday, March 11, 2019 @ 17:13:28
  Author: arojas
Revision: 347692

Revert commit that makes Plasma crash (FS#61969)

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-11 14:14:52 UTC (rev 347691)
+++ PKGBUILD	2019-03-11 17:13:28 UTC (rev 347692)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.56.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 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-405351.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=9fc663d9")
 sha256sums=('0accc21e8dd47531821d9a4a339fb790d3695fe12868d8c92e1b00564e028943'
-            'SKIP')
+            'SKIP'
+            '2806636a718bef941d906c042631e7a66499edd77ff5ed09595c15c98173a4cd')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -Rp1 -i ../kdebug-405351.patch # Revert commit that causes crashes
 }
 
 build() {



More information about the arch-commits mailing list