Date: Friday, August 5, 2022 @ 17:07:55 Author: arojas Revision: 452263
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 452262, akonadiconsole/kde-unstable/PKGBUILD) akonadiconsole/repos/kde-unstable-x86_64/keys/ Deleted: akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD akonadiconsole/repos/kde-unstable-x86_64/keys/ ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-08-05 17:07:43 UTC (rev 452262) +++ PKGBUILD 2022-08-05 17:07:55 UTC (rev 452263) @@ -1,30 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=akonadiconsole -pkgver=22.07.80 -pkgrel=1 -pkgdesc='Akonadi management and debugging console' -arch=(x86_64) -url='https://kontact.kde.org' -license=(GPL2) -depends=(calendarsupport messagelib) -makedepends=(extra-cmake-modules kdoctools) -groups=(kde-applications kde-pim) -source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('760ecf9d9a47cbeb0a076c213b2157a12e51645f8c84371bde4982c147818e6e' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> - D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> -options=(debug) - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DBUILD_TESTING=OFF - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 452262, akonadiconsole/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-08-05 17:07:55 UTC (rev 452263) @@ -0,0 +1,30 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=akonadiconsole +pkgver=22.07.90 +pkgrel=1 +pkgdesc='Akonadi management and debugging console' +arch=(x86_64) +url='https://kontact.kde.org' +license=(GPL2) +depends=(calendarsupport messagelib) +makedepends=(extra-cmake-modules kdoctools) +groups=(kde-applications kde-pim) +source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('0e9aeb731c7995e44e5b048140653ab4cf65bf2cfb78a516109a5fdddd4fbcbc' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> + D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> +options=(debug) + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}