Date: Tuesday, July 12, 2022 @ 13:36:16 Author: arojas Revision: 450897
archrelease: copy trunk to extra-x86_64 Added: kwin/repos/extra-x86_64/PKGBUILD (from rev 450896, kwin/trunk/PKGBUILD) kwin/repos/extra-x86_64/keys/ kwin/repos/extra-x86_64/kwin.install (from rev 450896, kwin/trunk/kwin.install) Deleted: kwin/repos/extra-x86_64/PKGBUILD kwin/repos/extra-x86_64/keys/ kwin/repos/extra-x86_64/kwin.install --------------+ PKGBUILD | 74 ++++++++++++++++++++++++++++----------------------------- kwin.install | 18 ++++++------- 2 files changed, 46 insertions(+), 46 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-07-12 13:35:59 UTC (rev 450896) +++ PKGBUILD 2022-07-12 13:36:16 UTC (rev 450897) @@ -1,37 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kwin -pkgver=5.25.2 -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 breeze - pipewire-session-manager libqaccessibilityclient lcms2 libxcvt) -makedepends=(extra-cmake-modules qt5-tools kdoctools krunner wayland-protocols plasma-wayland-protocols python) -optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland') -replaces=(kwayland-server) -groups=(plasma) -source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) -install=$pkgname.install -sha256sums=('54741ea0de2348a688aad48c67916eb514a27ca6d5a14c1ead3a8e8defe553d7' - 'SKIP') -validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <j...@jriddell.org> - '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bs...@kde.org> - 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmund...@kde.org> - '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notm...@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/extra-x86_64/PKGBUILD (from rev 450896, kwin/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-07-12 13:36:16 UTC (rev 450897) @@ -0,0 +1,37 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kwin +pkgver=5.25.3 +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 breeze + pipewire-session-manager libqaccessibilityclient lcms2 libxcvt) +makedepends=(extra-cmake-modules qt5-tools kdoctools krunner wayland-protocols plasma-wayland-protocols python) +optdepends=('maliit-keyboard: virtual keyboard for kwin-wayland') +replaces=(kwayland-server) +groups=(plasma) +source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) +install=$pkgname.install +sha256sums=('52927c7b6a2f28c6b8a515b1eb6f7faeacdc0d53321290887ebaffb9ab2fd0ef' + 'SKIP') +validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <j...@jriddell.org> + '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bs...@kde.org> + 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmund...@kde.org> + '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notm...@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 +} Deleted: kwin.install =================================================================== --- kwin.install 2022-07-12 13:35:59 UTC (rev 450896) +++ kwin.install 2022-07-12 13:36:16 UTC (rev 450897) @@ -1,9 +0,0 @@ -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 -} - Copied: kwin/repos/extra-x86_64/kwin.install (from rev 450896, kwin/trunk/kwin.install) =================================================================== --- kwin.install (rev 0) +++ kwin.install 2022-07-12 13:36:16 UTC (rev 450897) @@ -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 +} +