Date: Thursday, May 19, 2022 @ 19:37:36 Author: arojas Revision: 446103
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 446102, kwin/kde-unstable/PKGBUILD) kwin/repos/kde-unstable-x86_64/kwin.install (from rev 446102, kwin/kde-unstable/kwin.install) Deleted: kwin/repos/kde-unstable-x86_64/PKGBUILD kwin/repos/kde-unstable-x86_64/kwin.install --------------+ PKGBUILD | 73 ++++++++++++++++++++++++++++----------------------------- kwin.install | 18 +++++++------- 2 files changed, 46 insertions(+), 45 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-05-19 19:37:14 UTC (rev 446102) +++ PKGBUILD 2022-05-19 19:37:36 UTC (rev 446103) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kwin -pkgver=5.24.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 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') -groups=(plasma) -source=(https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) -install=$pkgname.install -sha256sums=('05960e8e300986cbc2f04b70f0fcba205b7b98d4aee9e7fb1b6c5cebe8de9f1f' - '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/kde-unstable-x86_64/PKGBUILD (from rev 446102, kwin/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-05-19 19:37:36 UTC (rev 446103) @@ -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.24.90 +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 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/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) +install=$pkgname.install +sha256sums=('05960e8e300986cbc2f04b70f0fcba205b7b98d4aee9e7fb1b6c5cebe8de9f1f' + '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-05-19 19:37:14 UTC (rev 446102) +++ kwin.install 2022-05-19 19:37:36 UTC (rev 446103) @@ -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/kde-unstable-x86_64/kwin.install (from rev 446102, kwin/kde-unstable/kwin.install) =================================================================== --- kwin.install (rev 0) +++ kwin.install 2022-05-19 19:37:36 UTC (rev 446103) @@ -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 +} +