Date: Friday, August 5, 2022 @ 17:09:34 Author: arojas Revision: 452270
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: kleopatra/repos/kde-unstable-x86_64/PKGBUILD (from rev 452269, kleopatra/kde-unstable/PKGBUILD) kleopatra/repos/kde-unstable-x86_64/keys/ Deleted: kleopatra/repos/kde-unstable-x86_64/PKGBUILD kleopatra/repos/kde-unstable-x86_64/keys/ ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-08-05 17:09:18 UTC (rev 452269) +++ PKGBUILD 2022-08-05 17:09:34 UTC (rev 452270) @@ -1,29 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=kleopatra -pkgver=22.07.80 -pkgrel=1 -pkgdesc='Certificate Manager and Unified Crypto GUI' -arch=(x86_64) -url='https://apps.kde.org/kleopatra/' -license=(GPL LGPL FDL) -depends=(libkleo kidentitymanagement kmailtransport) -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=('75ab7104ff263e1b43ea0bf573232cba384c0db371c3555f0d3f4fdd41b2e578' - '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: kleopatra/repos/kde-unstable-x86_64/PKGBUILD (from rev 452269, kleopatra/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-08-05 17:09:34 UTC (rev 452270) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=kleopatra +pkgver=22.07.90 +pkgrel=1 +pkgdesc='Certificate Manager and Unified Crypto GUI' +arch=(x86_64) +url='https://apps.kde.org/kleopatra/' +license=(GPL LGPL FDL) +depends=(libkleo kidentitymanagement kmailtransport) +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=('01f164d548b4c065b9c725f4329d68236b404df61d404331fe0645f7dc3728cf' + '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 +}