Skip to content
Snippets Groups Projects
Commit 6845795c authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Plasma 5.19.0

parent de7e86e7
No related branches found
Tags 5.19.0-1
No related merge requests found
......@@ -5,8 +5,8 @@
pkgbase=plasma-workspace
pkgname=(plasma-workspace plasma-wayland-session)
pkgver=5.18.5
pkgrel=3
pkgver=5.19.0
pkgrel=1
pkgdesc='KDE Plasma Workspace'
arch=(x86_64)
url='https://www.kde.org/workspaces/plasmadesktop/'
......@@ -16,31 +16,24 @@ depends=(knotifyconfig libksysguard ktexteditor libqalculate kde-cli-tools appst
plasma-integration kdelibs4support kpeople kactivities-stats libkscreen kquickcharts kuserfeedback)
makedepends=(extra-cmake-modules kdoctools gpsd baloo networkmanager-qt kdesignerplugin)
groups=(plasma)
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig} kde.pam
plasma-animation-duration.patch::"https://cgit.kde.org/plasma-workspace.git/patch/?id=29587025")
sha256sums=('14e82033be745f4db46a70d319e2c86012295ea31056092bc974004189b92354'
source=("https://download.kde.org/stable/plasma/$pkgver/$pkgbase-$pkgver.tar.xz"{,.sig} kde.pam)
sha256sums=('bdfcc6c12696e3a24602b23bd366ed52f004b158960c79e6c00b73cbb37e2bbe'
'SKIP'
'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739'
'ced9380016948ee2ca10fa822b9c3d6359c417b3fc9c311389c51a3ec0e4fad4')
'00090291204baabe9d6857d3b1419832376dd2e279087d718b64792691e86739')
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() {
mkdir -p build
sed -e 's|dbus-run-session ||' -i $pkgbase-$pkgver/login-sessions/plasmawayland.desktop.cmake # Don't start a second user dbus session
cd $pkgname-$pkgver
patch -p1 -i ../plasma-animation-duration.patch # Fix slow animations with Frameworks 5.70
}
build() {
cd build
cmake ../$pkgbase-$pkgver \
cmake -B build -S $pkgbase-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF
make
cmake --build build
}
package_plasma-workspace() {
......@@ -53,8 +46,7 @@ package_plasma-workspace() {
provides=(notification-daemon)
backup=('etc/pam.d/kde')
cd build
make DESTDIR="$pkgdir" install
DESTDIR="$pkgdir" cmake --install build
install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment