Date: Tuesday, November 29, 2022 @ 17:17:32 Author: arojas Revision: 462707
archrelease: copy trunk to extra-x86_64 Added: kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 462706, kscreenlocker/trunk/PKGBUILD) kscreenlocker/repos/extra-x86_64/keys/ Deleted: kscreenlocker/repos/extra-x86_64/PKGBUILD kscreenlocker/repos/extra-x86_64/keys/ ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-11-29 17:17:12 UTC (rev 462706) +++ PKGBUILD 2022-11-29 17:17:32 UTC (rev 462707) @@ -1,32 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=kscreenlocker -pkgver=5.26.3 -pkgrel=1 -pkgdesc='Library and components for secure lock screen architecture' -arch=(x86_64) -url='https://kde.org/plasma-desktop/' -license=(LGPL) -groups=(plasma) -depends=(layer-shell-qt kidletime kwayland kdeclarative perl) -makedepends=(extra-cmake-modules kdoctools kcmutils libxcursor) -optdepends=('kcmutils: configuration module') -source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('ce38d13e1075a5f8a318d802d83dc75e5b1dfee1c5b640be39af1ed57d334569' - '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=/usr/lib \ - -DBUILD_TESTING=OFF - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: kscreenlocker/repos/extra-x86_64/PKGBUILD (from rev 462706, kscreenlocker/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-11-29 17:17:32 UTC (rev 462707) @@ -0,0 +1,32 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=kscreenlocker +pkgver=5.26.4 +pkgrel=1 +pkgdesc='Library and components for secure lock screen architecture' +arch=(x86_64) +url='https://kde.org/plasma-desktop/' +license=(LGPL) +groups=(plasma) +depends=(layer-shell-qt kidletime kwayland kdeclarative perl) +makedepends=(extra-cmake-modules kdoctools kcmutils libxcursor) +optdepends=('kcmutils: configuration module') +source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('a126eb7085fff1aa9982c4567faaca16e930a28e60d021ef69d73276c956e857' + '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=/usr/lib \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}