[arch-commits] Commit in kwin/repos (3 files)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Mar 5 11:04:40 UTC 2022
Date: Saturday, March 5, 2022 @ 11:04:39
Author: arojas
Revision: 438949
archrelease: copy trunk to testing-x86_64
Added:
kwin/repos/testing-x86_64/
kwin/repos/testing-x86_64/PKGBUILD
(from rev 438948, kwin/trunk/PKGBUILD)
kwin/repos/testing-x86_64/kwin.install
(from rev 438948, kwin/trunk/kwin.install)
--------------+
PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++
kwin.install | 9 +++++++++
2 files changed, 45 insertions(+)
Copied: kwin/repos/testing-x86_64/PKGBUILD (from rev 438948, kwin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2022-03-05 11:04:39 UTC (rev 438949)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kwin
+pkgver=5.24.2
+pkgrel=2
+pkgdesc='An easy to use, but flexible, composited Window Manager'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils kwayland-server breeze
+ pipewire-session-manager libqaccessibilityclient lcms2)
+makedepends=(extra-cmake-modules qt5-tools kdoctools krunner)
+optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland')
+groups=(plasma)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+install=$pkgname.install
+sha256sums=('2aabb59ef884cb2fb3f53b9577d651a1c39977a482bca93d6634ed3593054411'
+ 'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr at jriddell.org>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson at kde.org>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+options=(debug)
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
Copied: kwin/repos/testing-x86_64/kwin.install (from rev 438948, kwin/trunk/kwin.install)
===================================================================
--- testing-x86_64/kwin.install (rev 0)
+++ testing-x86_64/kwin.install 2022-03-05 11:04:39 UTC (rev 438949)
@@ -0,0 +1,9 @@
+post_install() {
+# this is executed by make install, but doesn't work since setcap can only be run as root
+ setcap CAP_SYS_NICE=+ep /usr/bin/kwin_wayland
+}
+
+post_upgrade() {
+ post_install
+}
+
More information about the arch-commits
mailing list