[arch-commits] Commit in kjumpingcube/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Apr 20 08:34:48 UTC 2017
Date: Thursday, April 20, 2017 @ 08:34:47
Author: arojas
Revision: 293417
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kjumpingcube/repos/kde-unstable-i686/
kjumpingcube/repos/kde-unstable-i686/PKGBUILD
(from rev 293416, kjumpingcube/trunk/PKGBUILD)
kjumpingcube/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293416, kjumpingcube/trunk/PKGBUILD)
Deleted:
kjumpingcube/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 39 ---------------------------------------
3 files changed, 78 insertions(+), 39 deletions(-)
Copied: kjumpingcube/repos/kde-unstable-i686/PKGBUILD (from rev 293416, kjumpingcube/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2017-04-20 08:34:47 UTC (rev 293417)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kjumpingcube
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A simple tactical game"
+url="https://kde.org/applications/games/kjumpingcube/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kjumpingcube')
+replaces=('kdegames-kjumpingcube')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8ce329386f8f66424f80aa6d285dd9565e79f5f87abb7372dba2fe00960e5ad1'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2017-04-20 08:34:28 UTC (rev 293416)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:34:47 UTC (rev 293417)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kjumpingcube
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="A simple tactical game"
-url="https://kde.org/applications/games/kjumpingcube/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-kjumpingcube')
-replaces=('kdegames-kjumpingcube')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz"{,.sig})
-sha256sums=('7b28e6f9d0d1d23e62b9cc89eaf5c29f07ae57556ebb58c7481b3d7d9cc1dc45'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kjumpingcube/repos/kde-unstable-x86_64/PKGBUILD (from rev 293416, kjumpingcube/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2017-04-20 08:34:47 UTC (rev 293417)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kjumpingcube
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A simple tactical game"
+url="https://kde.org/applications/games/kjumpingcube/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kjumpingcube')
+replaces=('kdegames-kjumpingcube')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz"{,.sig})
+sha256sums=('8ce329386f8f66424f80aa6d285dd9565e79f5f87abb7372dba2fe00960e5ad1'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list