Date: Friday, November 25, 2022 @ 20:06:01 Author: arojas Revision: 462584
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 462583, kdf/kde-unstable/PKGBUILD) kdf/repos/kde-unstable-x86_64/keys/ Deleted: kdf/repos/kde-unstable-x86_64/PKGBUILD kdf/repos/kde-unstable-x86_64/keys/ ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-11-25 20:05:48 UTC (rev 462583) +++ PKGBUILD 2022-11-25 20:06:01 UTC (rev 462584) @@ -1,31 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdf -pkgver=22.11.80 -pkgrel=1 -url='https://apps.kde.org/kdf/' -arch=(x86_64) -pkgdesc='View Disk Usage' -license=(GPL LGPL FDL) -depends=(kio hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools kcmutils) -groups=(kde-applications kde-utilities) -source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('80c68ff703c60974f43f92148990a500059ead7129864f9571d3c9f2dca01b05' - '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: kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 462583, kdf/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-11-25 20:06:01 UTC (rev 462584) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdf +pkgver=22.11.90 +pkgrel=1 +url='https://apps.kde.org/kdf/' +arch=(x86_64) +pkgdesc='View Disk Usage' +license=(GPL LGPL FDL) +depends=(kio hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools kcmutils) +groups=(kde-applications kde-utilities) +source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('290946592eaede562bb8694b1c106a63b32505facb5b30c4deab3dae08589f08' + '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 +}