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

Antonio Rojas arojas at archlinux.org
Wed Feb 19 14:15:09 UTC 2020


    Date: Wednesday, February 19, 2020 @ 14:15:09
  Author: arojas
Revision: 375874

Fix crash when no geolocation provider is available

Modified:
  plasma-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-19 08:38:32 UTC (rev 375873)
+++ PKGBUILD	2020-02-19 14:15:09 UTC (rev 375874)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-framework
 pkgver=5.67.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-417548.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=1dc36bc2")
 sha256sums=('6baa5fc124b8147bbc1e2bf0a7cf136ad8bbf6ac34920cd153ac646907baeb84'
-            'SKIP')
+            'SKIP'
+            '7ced972b51188a312fef69dfe29716ffed45bc278b37879dc0276c19aeae186a')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-417548.patch # Fix crash when no geolocation providers are available
 }
 
 build() {



More information about the arch-commits mailing list