[arch-commits] Commit in kdegames-kspaceduel/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Dec 3 00:27:53 UTC 2016
Date: Saturday, December 3, 2016 @ 00:27:53
Author: arojas
Revision: 282669
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD
(from rev 282668, kdegames-kspaceduel/kde-unstable/PKGBUILD)
kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD
(from rev 282668, kdegames-kspaceduel/kde-unstable/PKGBUILD)
Deleted:
kdegames-kspaceduel/repos/kde-unstable-i686/PKGBUILD
kdegames-kspaceduel/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 66 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 33 --------------------
kde-unstable-x86_64/PKGBUILD | 33 --------------------
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-12-03 00:27:44 UTC (rev 282668)
+++ kde-unstable-i686/PKGBUILD 2016-12-03 00:27:53 UTC (rev 282669)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kspaceduel
-pkgver=16.11.80
-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/unstable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz"{,.sig})
-sha1sums=('a1d22d2020e63395417b14452918b0a66f54f6b1'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-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/kde-unstable-i686/PKGBUILD (from rev 282668, kdegames-kspaceduel/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-12-03 00:27:53 UTC (rev 282669)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kspaceduel
+pkgver=16.11.90
+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/unstable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz"{,.sig})
+sha1sums=('b3b09f8f6aa9928f059b643fa9e7039bdb3462c0'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-12-03 00:27:44 UTC (rev 282668)
+++ kde-unstable-x86_64/PKGBUILD 2016-12-03 00:27:53 UTC (rev 282669)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kspaceduel
-pkgver=16.11.80
-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/unstable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz"{,.sig})
-sha1sums=('a1d22d2020e63395417b14452918b0a66f54f6b1'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-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/kde-unstable-x86_64/PKGBUILD (from rev 282668, kdegames-kspaceduel/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-12-03 00:27:53 UTC (rev 282669)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kspaceduel
+pkgver=16.11.90
+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/unstable/applications/${pkgver}/src/kspaceduel-${pkgver}.tar.xz"{,.sig})
+sha1sums=('b3b09f8f6aa9928f059b643fa9e7039bdb3462c0'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+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