Date: Tuesday, June 28, 2022 @ 14:43:10 Author: arojas Revision: 449527
archrelease: copy trunk to extra-x86_64 Added: layer-shell-qt/repos/extra-x86_64/PKGBUILD (from rev 449526, layer-shell-qt/trunk/PKGBUILD) layer-shell-qt/repos/extra-x86_64/keys/ Deleted: layer-shell-qt/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-06-28 14:40:28 UTC (rev 449526) +++ PKGBUILD 2022-06-28 14:43:10 UTC (rev 449527) @@ -1,29 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=layer-shell-qt -pkgver=5.25.1 -pkgrel=1 -pkgdesc='Qt component to allow applications to make use of the Wayland wl-layer-shell protocol' -arch=(x86_64) -url='https://kde.org/plasma-desktop/' -license=(GPL LGPL) -source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) -depends=(qt5-wayland) -makedepends=(extra-cmake-modules wayland-protocols) -groups=(plasma) -sha256sums=('aca4b73393015a6d96c124ac87126e28d4ffdbad8bf5d601616622f0836f0152' - '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 - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: layer-shell-qt/repos/extra-x86_64/PKGBUILD (from rev 449526, layer-shell-qt/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-06-28 14:43:10 UTC (rev 449527) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=layer-shell-qt +pkgver=5.25.2 +pkgrel=1 +pkgdesc='Qt component to allow applications to make use of the Wayland wl-layer-shell protocol' +arch=(x86_64) +url='https://kde.org/plasma-desktop/' +license=(GPL LGPL) +source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig}) +depends=(qt5-wayland) +makedepends=(extra-cmake-modules wayland-protocols) +groups=(plasma) +sha256sums=('95c4b0938e1c77af7faba1e4e713c3b624cdab6cfcf586966bc788da254cb393' + '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 + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}