Date: Friday, April 3, 2020 @ 20:49:41 Author: arojas Revision: 379367
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: kblocks/repos/kde-unstable-x86_64/PKGBUILD (from rev 379366, kblocks/kde-unstable/PKGBUILD) Deleted: kblocks/repos/kde-unstable-x86_64/PKGBUILD ----------+ PKGBUILD | 70 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-04-03 20:49:16 UTC (rev 379366) +++ PKGBUILD 2020-04-03 20:49:41 UTC (rev 379367) @@ -1,35 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kblocks -pkgver=20.03.80 -pkgrel=1 -pkgdesc="The classic falling blocks game" -url="https://kde.org/applications/games/kblocks/" -arch=(x86_64) -license=(GPL LGPL FDL) -groups=(kde-applications kdegames) -depends=(libkdegames hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools) -source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('1e360d74c95ddfc72a8d8203a049ba4645e639479aa256a7758deeb5af6d8ee9' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kblocks/repos/kde-unstable-x86_64/PKGBUILD (from rev 379366, kblocks/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-04-03 20:49:41 UTC (rev 379367) @@ -0,0 +1,35 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kblocks +pkgver=20.03.90 +pkgrel=1 +pkgdesc="The classic falling blocks game" +url="https://kde.org/applications/games/kblocks/" +arch=(x86_64) +license=(GPL LGPL FDL) +groups=(kde-applications kdegames) +depends=(libkdegames hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools) +source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('6321351c62ca7e6c4d143626adbdf1d7570f4d6f7c3fab9273d376e00e28f38e' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}