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

Antonio Rojas arojas at archlinux.org
Mon Apr 9 07:26:31 UTC 2018


    Date: Monday, April 9, 2018 @ 07:26:30
  Author: arojas
Revision: 321337

Fix automonting of removable drives properly (FS#57630)

Modified:
  plasma-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-09 07:14:53 UTC (rev 321336)
+++ PKGBUILD	2018-04-09 07:26:30 UTC (rev 321337)
@@ -6,18 +6,20 @@
 pkgbase=plasma-desktop
 pkgname=(plasma-desktop knetattach)
 pkgver=5.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Plasma Desktop'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'
 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}
+        kdebug-389479.patch::"https://cgit.kde.org/plasma-desktop.git/patch/?id=2da93ae0")
 depends=(polkit-kde-agent libcanberra libxkbfile kmenuedit appstream-qt systemsettings ksysguard kpeople baloo qt5-graphicaleffects)
 makedepends=(extra-cmake-modules kdoctools boost xf86-input-evdev xf86-input-synaptics xf86-input-libinput xorg-server-devel
              libibus scim python kdesignerplugin)
 groups=(plasma)
 sha256sums=('bec2bf03d3cc44e12a92cb16b40957425708ea58269eee6030d49ee696dde299'
-            'SKIP')
+            'SKIP'
+            '12f8aea82bf9f0a1a06be314b40dd7c6db54d06b699701552e7e4040e3fe9231')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah at kde.org>
               'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
@@ -25,6 +27,9 @@
 
 prepare() {
   mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdebug-389479.patch # Fix device automonting
 }
 
 build() {



More information about the arch-commits mailing list