git » plasma-framework.git » commit aad5f29

Revert commit that makes Plasma crash (FS#61969)

author Antonio Rojas
2019-03-11 17:13:28 UTC
committer Antonio Rojas
2019-03-11 17:13:28 UTC
parent 0325e690741be15341c47e378ba8a285ec4e1e0a

Revert commit that makes Plasma crash (FS#61969)

PKGBUILD +8 -3

diff --git a/PKGBUILD b/PKGBUILD
index 20d72d5..d0f08d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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 @@ license=(LGPL)
 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@kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -Rp1 -i ../kdebug-405351.patch # Revert commit that causes crashes
 }
 
 build() {