Date: Saturday, August 1, 2020 @ 08:58:00 Author: arojas Revision: 393037
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 393036, sweeper/kde-unstable/PKGBUILD) Deleted: sweeper/repos/kde-unstable-x86_64/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-08-01 08:57:52 UTC (rev 393036) +++ PKGBUILD 2020-08-01 08:58:00 UTC (rev 393037) @@ -1,29 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=sweeper -pkgver=20.07.80 -pkgrel=1 -pkgdesc='System Cleaner' -url='https://kde.org/applications/utilities/sweeper' -arch=(x86_64) -license=(GPL LGPL FDL) -depends=(kactivities-stats kio) -makedepends=(extra-cmake-modules kdoctools) -groups=(kde-applications kde-utilities) -source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('872eb170fa7e4deaa8d0270e576ee56c280dc3446d04360f2374d722c7f7099f' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DBUILD_TESTING=OFF - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 393036, sweeper/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-08-01 08:58:00 UTC (rev 393037) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=sweeper +pkgver=20.07.90 +pkgrel=1 +pkgdesc='System Cleaner' +url='https://kde.org/applications/utilities/sweeper' +arch=(x86_64) +license=(GPL LGPL FDL) +depends=(kactivities-stats kio) +makedepends=(extra-cmake-modules kdoctools) +groups=(kde-applications kde-utilities) +source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('dce3befc92ab27329e81ada384af8b62f0bad73d3f72ea6cd03f9d293b84acc3' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}