author | Antonio Rojas
<arojas@archlinux.org> 2021-02-17 17:57:00 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-02-17 17:57:00 UTC |
parent | 8648baa0bcc5edc2a9c6e1997d5206ffe503d19d |
PKGBUILD | +9 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index f6e1915..df92963 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,12 +4,13 @@ pkgname=plasma-desktop pkgver=5.21.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} + kdebug-431923.patch::"https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/353.patch") depends=(gawk polkit-kde-agent libxkbfile kmenuedit systemsettings ksysguard baloo accountsservice) optdepends=('plasma-nm: Network manager applet' 'powerdevil: power management, suspend and hibernate support' @@ -23,12 +24,17 @@ makedepends=(extra-cmake-modules kdoctools xf86-input-evdev xf86-input-synaptics scim kdesignerplugin kaccounts-integration intltool packagekit-qt5) groups=(plasma) sha256sums=('ebc5d4021236741b5bcee36238f30bdb6a7b3c37fff4158c3e3fd1379281d45e' - 'SKIP') + 'SKIP' + '00580bad9f924a90d5712ea665ac938b5273b5c919edcc323029ed9f5c3bd6aa') validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan Riddell <jr@jriddell.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org> 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org> '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com> +prepare() { + patch -d $pkgname-$pkgver -p1 < kdebug-431923.patch # Fix keyboard repeat setting migration +} + build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_LIBEXECDIR=lib \