[arch-commits] Commit in knights/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Sep 10 19:08:29 UTC 2018


    Date: Monday, September 10, 2018 @ 19:08:29
  Author: arojas
Revision: 379238

archrelease: copy trunk to community-x86_64

Added:
  knights/repos/community-x86_64/PKGBUILD
    (from rev 379237, knights/trunk/PKGBUILD)
Deleted:
  knights/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-10 19:07:57 UTC (rev 379237)
+++ PKGBUILD	2018-09-10 19:08:29 UTC (rev 379238)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=knights
-pkgver=2.5.0+122+g62bd5d8
-pkgrel=1
-pkgdesc="Chess board by KDE with XBoard protocol support"
-arch=(x86_64)
-url="https://www.kde.org/applications/games/knights/"
-license=(GPL)
-depends=(libkdegames kplotting plasma-framework hicolor-icon-theme)
-optdepends=('gnuchess: for playing against the computer')
-makedepends=(extra-cmake-modules kdoctools git)
-_commit=62bd5d8320c62d6155f0798dc0cc54fc7550a3ef  # master
-source=("git://git.kde.org/knights.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
-}
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF   
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: knights/repos/community-x86_64/PKGBUILD (from rev 379237, knights/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-10 19:08:29 UTC (rev 379238)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=knights
+pkgver=2.5.0+157+g7331b21
+pkgrel=1
+pkgdesc="Chess board by KDE with XBoard protocol support"
+arch=(x86_64)
+url="https://www.kde.org/applications/games/knights/"
+license=(GPL)
+depends=(libkdegames kplotting plasma-framework hicolor-icon-theme)
+optdepends=('gnuchess: for playing against the computer')
+makedepends=(extra-cmake-modules kdoctools git)
+_commit=7331b21ff5bc7757853e96b4dd70d57dc3e5dc61  # master
+source=("git://git.kde.org/knights.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g' -e 's/v//'
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF   
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list