[arch-commits] Commit in kwin/repos (3 files)

Antonio Rojas arojas at archlinux.org
Tue Oct 15 11:20:51 UTC 2019


    Date: Tuesday, October 15, 2019 @ 11:20:50
  Author: arojas
Revision: 364835

archrelease: copy trunk to testing-x86_64

Added:
  kwin/repos/testing-x86_64/
  kwin/repos/testing-x86_64/PKGBUILD
    (from rev 364834, kwin/trunk/PKGBUILD)
  kwin/repos/testing-x86_64/kwin.install
    (from rev 364834, kwin/trunk/kwin.install)

--------------+
 PKGBUILD     |   40 ++++++++++++++++++++++++++++++++++++++++
 kwin.install |    9 +++++++++
 2 files changed, 49 insertions(+)

Copied: kwin/repos/testing-x86_64/PKGBUILD (from rev 364834, kwin/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2019-10-15 11:20:50 UTC (rev 364835)
@@ -0,0 +1,40 @@
+# 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.17.0
+pkgrel=1
+pkgdesc='An easy to use, but flexible, composited Window Manager'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kscreenlocker xcb-util-cursor plasma-framework kcmutils breeze kinit qt5-sensors qt5-script)
+makedepends=(extra-cmake-modules qt5-tools kdoctools)
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+install=$pkgname.install
+sha256sums=('d99443978a0f5f12d93d1d877312144d9387762933e12ac614992ae6e92daed7'
+            '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>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: kwin/repos/testing-x86_64/kwin.install (from rev 364834, kwin/trunk/kwin.install)
===================================================================
--- testing-x86_64/kwin.install	                        (rev 0)
+++ testing-x86_64/kwin.install	2019-10-15 11:20:50 UTC (rev 364835)
@@ -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