Date: Thursday, June 9, 2022 @ 09:46:30 Author: arojas Revision: 447895
archrelease: copy trunk to extra-x86_64 Added: kblackbox/repos/extra-x86_64/PKGBUILD (from rev 447894, kblackbox/trunk/PKGBUILD) Deleted: kblackbox/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-06-09 09:46:20 UTC (rev 447894) +++ PKGBUILD 2022-06-09 09:46:30 UTC (rev 447895) @@ -1,31 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kblackbox -pkgver=22.04.1 -pkgrel=1 -pkgdesc='A game of hide and seek played on a grid of boxes' -url='https://apps.kde.org/kblackbox/' -arch=(x86_64) -license=(GPL LGPL FDL) -groups=(kde-applications kde-games) -depends=(libkdegames hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools) -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('41108bf00f9e4c91e0bf6f1b6f9caa760ad7406a5a5e23f180fcfb3fb9e3ed0d' - '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: kblackbox/repos/extra-x86_64/PKGBUILD (from rev 447894, kblackbox/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-06-09 09:46:30 UTC (rev 447895) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kblackbox +pkgver=22.04.2 +pkgrel=1 +pkgdesc='A game of hide and seek played on a grid of boxes' +url='https://apps.kde.org/kblackbox/' +arch=(x86_64) +license=(GPL LGPL FDL) +groups=(kde-applications kde-games) +depends=(libkdegames hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools) +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('3c7c1cad11d6eafd2e8b392f17fd23e11c7a56a5f5e304a8af816b7092283b62' + '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 +}