[arch-commits] Commit in kwin/repos (3 files)
Antonio Rojas
arojas at archlinux.org
Thu May 13 16:26:26 UTC 2021
Date: Thursday, May 13, 2021 @ 16:26:26
Author: arojas
Revision: 415383
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
kwin/repos/kde-unstable-x86_64/
kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 415382, kwin/kde-unstable/PKGBUILD)
kwin/repos/kde-unstable-x86_64/kwin.install
(from rev 415382, kwin/kde-unstable/kwin.install)
--------------+
PKGBUILD | 35 +++++++++++++++++++++++++++++++++++
kwin.install | 9 +++++++++
2 files changed, 44 insertions(+)
Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 415382, kwin/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2021-05-13 16:26:26 UTC (rev 415383)
@@ -0,0 +1,35 @@
+# 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.21.90
+pkgrel=1
+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 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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+install=$pkgname.install
+sha256sums=('9aa143de3d02ae2ffdc4f128ee5f461563506d9025c1f13deb1e3f7e0ce2fef9'
+ 'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E' # Jonathan 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>
+
+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/kde-unstable-x86_64/kwin.install (from rev 415382, kwin/kde-unstable/kwin.install)
===================================================================
--- kde-unstable-x86_64/kwin.install (rev 0)
+++ kde-unstable-x86_64/kwin.install 2021-05-13 16:26:26 UTC (rev 415383)
@@ -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