[arch-commits] Commit in kdegames-kspaceduel/repos (4 files)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:20:26 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:20:25
  Author: felixonmars
Revision: 274357

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdegames-kspaceduel/repos/testing-i686/
  kdegames-kspaceduel/repos/testing-i686/PKGBUILD
    (from rev 274356, kdegames-kspaceduel/trunk/PKGBUILD)
  kdegames-kspaceduel/repos/testing-x86_64/
  kdegames-kspaceduel/repos/testing-x86_64/PKGBUILD
    (from rev 274356, kdegames-kspaceduel/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: kdegames-kspaceduel/repos/testing-i686/PKGBUILD (from rev 274356, kdegames-kspaceduel/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-08-21 03:20:25 UTC (rev 274357)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kspaceduel
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun"
+url="http://kde.org/applications/games/kspaceduel/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz")
+sha1sums=('d868039fcb693b609ffbd35c84b549723b5472c9')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kspaceduel-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdegames-kspaceduel/repos/testing-x86_64/PKGBUILD (from rev 274356, kdegames-kspaceduel/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-08-21 03:20:25 UTC (rev 274357)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kspaceduel
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="Each of two possible players controls a satellite spaceship orbiting the sun"
+url="http://kde.org/applications/games/kspaceduel/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz")
+sha1sums=('d868039fcb693b609ffbd35c84b549723b5472c9')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kspaceduel-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list