[arch-commits] Commit in knights/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Aug 1 08:41:38 UTC 2020
Date: Saturday, August 1, 2020 @ 08:41:37
Author: arojas
Revision: 392927
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
knights/repos/kde-unstable-x86_64/PKGBUILD
(from rev 392926, knights/kde-unstable/PKGBUILD)
Deleted:
knights/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-01 08:41:29 UTC (rev 392926)
+++ PKGBUILD 2020-08-01 08:41:37 UTC (rev 392927)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=knights
-pkgver=20.07.80
-pkgrel=1
-pkgdesc="Chess board by KDE with XBoard protocol support"
-arch=(x86_64)
-url="https://www.kde.org/applications/games/knights/"
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-games)
-depends=(libkdegames kplotting plasma-framework hicolor-icon-theme)
-optdepends=('gnuchess: for playing against the computer')
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8808222dc24a522dde8ac13a3c8011141f7b6cf50777c17a768abf07d96804c7'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: knights/repos/kde-unstable-x86_64/PKGBUILD (from rev 392926, knights/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-01 08:41:37 UTC (rev 392927)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=knights
+pkgver=20.07.90
+pkgrel=1
+pkgdesc="Chess board by KDE with XBoard protocol support"
+arch=(x86_64)
+url="https://www.kde.org/applications/games/knights/"
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-games)
+depends=(libkdegames kplotting plasma-framework hicolor-icon-theme)
+optdepends=('gnuchess: for playing against the computer')
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fd448ca8513d193703b3b2e80fb0d3219bc858f48a541c4047840a6634b4d476'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list