added patch file

main
Bartłomiej Mazurski 10 months ago
parent c8c281dd7f
commit 557af5a3db

@ -12,20 +12,22 @@ url='https://kde.org/plasma-desktop/'
license=(LGPL) license=(LGPL)
depends=(kscreenlocker xcb-util-cursor plasma-framework5 kcmutils5 breeze depends=(kscreenlocker xcb-util-cursor plasma-framework5 kcmutils5 breeze
pipewire-session-manager libqaccessibilityclient lcms2 libxcvt) pipewire-session-manager libqaccessibilityclient lcms2 libxcvt)
makedepends=(extra-cmake-modules qt5-tools kdoctools5 krunner5 wayland-protocols plasma-wayland-protocols python) makedepends=(extra-cmake-modules qt5-tools kdoctools5 krunner5 wayland-protocols plasma-wayland-protocols python git)
optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland') optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland')
replaces=(kwayland-server) replaces=(kwayland-server)
groups=(plasma) groups=(plasma)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}) source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}, https://git.smiesznadomena.pl/kde-fix/kwin-patch/src/branch/master/revert_mass-spring-damper_model_for_slide_animation.patch)
install=$pkgname.install install=$pkgname.install
sha256sums=('d94f691fa6f88966d74d1307554cda59847d5907539f86e79171170a655578bb' sha256sums=('d94f691fa6f88966d74d1307554cda59847d5907539f86e79171170a655578bb'
'SKIP') 'SKIP'
'079e495c5e75f866f5ded3707c123fc90bed1b86371d18b70ae21f965e647bab')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org> validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org> 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org>
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com> '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
build() { build() {
git apply revert_mass-spring-damper_model_for_slide_animation.patch
cmake -B build -S $pkgname-$pkgver \ cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \ -DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF -DBUILD_TESTING=OFF

Loading…
Cancel
Save