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

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 17 10:07:10 UTC 2021


    Date: Sunday, October 17, 2021 @ 10:07:10
  Author: arojas
Revision: 426100

Fix crash at startup (FS#74720)

Modified:
  plasma-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 08:57:44 UTC (rev 426099)
+++ PKGBUILD	2021-10-17 10:07:10 UTC (rev 426100)
@@ -4,12 +4,13 @@
 
 pkgname=plasma-desktop
 pkgver=5.23.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://kde.org/plasma-desktop/'
 license=(LGPL)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/plasma/plasma-desktop/-/commit/ac9ef2b6.patch)
 depends=(gawk kdelibs4support polkit-kde-agent kmenuedit systemsettings baloo accountsservice xdg-user-dirs)
 optdepends=('plasma-nm: Network manager applet'
             'powerdevil: power management, suspend and hibernate support'
@@ -23,12 +24,17 @@
              scim kdesignerplugin kaccounts-integration intltool packagekit-qt5 kinit)
 groups=(plasma)
 sha256sums=('346a806c839f3b26fca2db943bf58561dc3fd7ac08e7e73e9a157b532cae9c77'
-            'SKIP')
+            'SKIP'
+            '413b257aaa63548feba7d4bbb843e73ea1896fae780f9a6033ed914344eff087')
 validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D'  # Jonathan Esk-Riddell <jr at jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson <davidedmundson at kde.org>
               '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
 
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < ac9ef2b6.patch # Fix crash
+}
+
 build() {
   cmake -B build -S $pkgname-$pkgver \
     -DCMAKE_INSTALL_LIBEXECDIR=lib \



More information about the arch-commits mailing list