[arch-commits] Commit in kspaceduel/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Apr 17 22:54:09 UTC 2018


    Date: Tuesday, April 17, 2018 @ 22:54:08
  Author: arojas
Revision: 322073

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kspaceduel/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 322072, kspaceduel/trunk/PKGBUILD)
Deleted:
  kspaceduel/repos/kde-unstable-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-17 22:53:47 UTC (rev 322072)
+++ PKGBUILD	2018-04-17 22:54:08 UTC (rev 322073)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kspaceduel
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun"
-url="https://kde.org/applications/games/kspaceduel/"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdegames-kspaceduel)
-replaces=(kdegames-kspaceduel)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2ed69bf7019a5ac87bd2972fa17ea9a5bc79cae868c83f4e879f40c50141ed68'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kspaceduel/repos/kde-unstable-x86_64/PKGBUILD (from rev 322072, kspaceduel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-17 22:54:08 UTC (rev 322073)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kspaceduel
+pkgver=18.04.0
+pkgrel=1
+pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun"
+url="https://kde.org/applications/games/kspaceduel/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdegames-kspaceduel)
+replaces=(kdegames-kspaceduel)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b138b2d9606a55e40f54185d17c0c3b63a11cc4bac0e648cf8e3ba9ed07c5013'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list