You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.8 KiB
Bash

10 years ago
# Maintainer: Felix Yan <felixonmars@archlinux.org>
7 years ago
# Maintainer: Antonio Rojas <arojas@archlinux.org>
10 years ago
# Contributor: Andrea Scarpino <andrea@archlinux.org>
10 years ago
pkgname=kwin
pkgver=5.27.9
_dirver=$(echo $pkgver | cut -d. -f1-3)
11 months ago
pkgrel=1
7 years ago
pkgdesc='An easy to use, but flexible, composited Window Manager'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
7 years ago
license=(LGPL)
depends=(kscreenlocker xcb-util-cursor plasma-framework5 kcmutils5 breeze
pipewire-session-manager libqaccessibilityclient lcms2 libxcvt)
10 months ago
makedepends=(extra-cmake-modules qt5-tools kdoctools5 krunner5 wayland-protocols plasma-wayland-protocols python git)
3 years ago
optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland')
replaces=(kwayland-server)
7 years ago
groups=(plasma)
10 months ago
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig} https://git.smiesznadomena.pl/kde-fix/kwin-patch/raw/branch/master/revert_mass-spring-damper_model_for_slide_animation.patch)
install=$pkgname.install
sha256sums=('d94f691fa6f88966d74d1307554cda59847d5907539f86e79171170a655578bb'
10 months ago
'SKIP'
'079e495c5e75f866f5ded3707c123fc90bed1b86371d18b70ae21f965e647bab')
3 years ago
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org>
7 years ago
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>
6 years ago
'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson@kde.org>
7 years ago
'1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart@gmail.com>
10 years ago
build() {
10 months ago
git apply revert_mass-spring-damper_model_for_slide_animation.patch
cmake -B build -S $pkgname-$pkgver \
7 years ago
-DCMAKE_INSTALL_LIBEXECDIR=lib \
10 years ago
-DBUILD_TESTING=OFF
4 years ago
cmake --build build
10 years ago
}
package() {
4 years ago
DESTDIR="$pkgdir" cmake --install build
10 years ago
}