[arch-commits] Commit in kollision/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Jul 13 14:50:25 UTC 2017
Date: Thursday, July 13, 2017 @ 14:50:24
Author: arojas
Revision: 300379
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kollision/repos/extra-i686/PKGBUILD
(from rev 300378, kollision/trunk/PKGBUILD)
kollision/repos/extra-x86_64/PKGBUILD
(from rev 300378, kollision/trunk/PKGBUILD)
Deleted:
kollision/repos/extra-i686/PKGBUILD
kollision/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 35 -----------------------
extra-x86_64/PKGBUILD | 35 -----------------------
3 files changed, 72 insertions(+), 70 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2017-07-13 14:50:01 UTC (rev 300378)
+++ extra-i686/PKGBUILD 2017-07-13 14:50:24 UTC (rev 300379)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kollision
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="A simple ball dodging game"
-url="https://kde.org/applications/games/kollision/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdegames-kollision')
-replaces=('kdegames-kollision')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b2e8434275e8250c8a074f1ee7afed7e06bcca7f015234254181c0702a35b018'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
- mkdir -p 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: kollision/repos/extra-i686/PKGBUILD (from rev 300378, kollision/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 14:50:24 UTC (rev 300379)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kollision
+pkgver=17.04.3
+pkgrel=1
+pkgdesc="A simple ball dodging game"
+url="https://kde.org/applications/games/kollision/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdegames-kollision')
+replaces=('kdegames-kollision')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz"{,.sig})
+sha256sums=('95b4564f2ea464ad4760256822419568f066b412308ec8f67f344b96bdf29c72'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ mkdir -p 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: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2017-07-13 14:50:01 UTC (rev 300378)
+++ extra-x86_64/PKGBUILD 2017-07-13 14:50:24 UTC (rev 300379)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kollision
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="A simple ball dodging game"
-url="https://kde.org/applications/games/kollision/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdegames-kollision')
-replaces=('kdegames-kollision')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz"{,.sig})
-sha256sums=('b2e8434275e8250c8a074f1ee7afed7e06bcca7f015234254181c0702a35b018'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
- mkdir -p 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: kollision/repos/extra-x86_64/PKGBUILD (from rev 300378, kollision/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2017-07-13 14:50:24 UTC (rev 300379)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kollision
+pkgver=17.04.3
+pkgrel=1
+pkgdesc="A simple ball dodging game"
+url="https://kde.org/applications/games/kollision/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdegames-kollision')
+replaces=('kdegames-kollision')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/kollision-${pkgver}.tar.xz"{,.sig})
+sha256sums=('95b4564f2ea464ad4760256822419568f066b412308ec8f67f344b96bdf29c72'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+ mkdir -p 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