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

2017-10-12 Thread Antonio Rojas
Date: Thursday, October 12, 2017 @ 15:25:26
  Author: arojas
Revision: 307659

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 307658, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 307658, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   38 
 extra-x86_64/PKGBUILD |   38 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-10-12 15:24:51 UTC (rev 307658)
+++ extra-i686/PKGBUILD 2017-10-12 15:25:26 UTC (rev 307659)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.08.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('590024bade6415aa4c46aa14f75899c7cf25b21c7cf74a27d505e681f2355e79'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 307658, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-10-12 15:25:26 UTC (rev 307659)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.08.2
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f4a39a2efa699e68567169ef951625b9777be121387f506508c97691b47af1f6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-10-12 15:24:51 UTC (rev 307658)
+++ extra-x86_64/PKGBUILD   2017-10-12 15:25:26 UTC (rev 307659)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.08.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('590024bade6415aa4c46aa14f75899c7cf25b21c7cf74a27d505e681f2355e79'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 307658, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-10-12 15:25:26 UTC (rev 307659)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.08

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

2017-09-07 Thread Antonio Rojas
Date: Thursday, September 7, 2017 @ 18:15:07
  Author: arojas
Revision: 304890

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 304889, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 304889, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 extra-i686/PKGBUILD   |   40 -
 extra-x86_64/PKGBUILD |   40 -
 3 files changed, 76 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-09-07 18:14:45 UTC (rev 304889)
+++ extra-i686/PKGBUILD 2017-09-07 18:15:07 UTC (rev 304890)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.08.0
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('117662c531a81b36390631f826064fdb6bc5a525d9c55f956ec8ce6d4118bfc0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 304889, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-09-07 18:15:07 UTC (rev 304890)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.08.1
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('590024bade6415aa4c46aa14f75899c7cf25b21c7cf74a27d505e681f2355e79'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-09-07 18:14:45 UTC (rev 304889)
+++ extra-x86_64/PKGBUILD   2017-09-07 18:15:07 UTC (rev 304890)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.08.0
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('117662c531a81b36390631f826064fdb6bc5a525d9c55f956ec8ce6d4118bfc0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 304889, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUI

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

2017-08-18 Thread Antonio Rojas
Date: Saturday, August 19, 2017 @ 05:16:06
  Author: arojas
Revision: 302503

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  killbots/repos/kde-unstable-i686/
  killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 302502, killbots/trunk/PKGBUILD)
  killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 302502, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   40 
 kde-unstable-i686/PKGBUILD   |   40 
 kde-unstable-x86_64/PKGBUILD |   40 
 3 files changed, 80 insertions(+), 40 deletions(-)

Copied: killbots/repos/kde-unstable-i686/PKGBUILD (from rev 302502, 
killbots/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-08-19 05:16:06 UTC (rev 302503)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha256sums=('117662c531a81b36390631f826064fdb6bc5a525d9c55f956ec8ce6d4118bfc0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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/PKGBUILD2017-08-19 05:15:38 UTC (rev 302502)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 05:16:06 UTC (rev 302503)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.07.80
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('c4ff6b8c110d36dbf386c49c2bc9dcd9fb4255d94fa06b42a37d0fb9e350c00c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-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: killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 302502, 
killbots/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-08-19 05:16:06 UTC (rev 302503)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.08.0
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha256sums=('117662c531a81b36390631f826064fdb6bc5a525d9c55f956ec8ce6d4118bfc0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr 
+ 

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

2017-07-13 Thread Antonio Rojas
Date: Thursday, July 13, 2017 @ 14:45:29
  Author: arojas
Revision: 300369

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 300368, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 300368, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 extra-i686/PKGBUILD   |   39 ---
 extra-x86_64/PKGBUILD |   39 ---
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-07-13 14:45:04 UTC (rev 300368)
+++ extra-i686/PKGBUILD 2017-07-13 14:45:29 UTC (rev 300369)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('e686a8b7d2f37559df1499a699dbed5ede23e26501e61ad0a444720bf0814625'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 300368, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-07-13 14:45:29 UTC (rev 300369)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.04.3
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha256sums=('6111428b10b3c2a6657fa90b98f4857424b31629106fe4b98af865c0dafc5742'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-07-13 14:45:04 UTC (rev 300368)
+++ extra-x86_64/PKGBUILD   2017-07-13 14:45:29 UTC (rev 300369)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.04.2
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('e686a8b7d2f37559df1499a699dbed5ede23e26501e61ad0a444720bf0814625'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 300368, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-07-13 14:45:29 UTC (rev 300369)
@@ -0,0 +1,40 @@
+#

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

2017-06-08 Thread Antonio Rojas
Date: Thursday, June 8, 2017 @ 11:46:05
  Author: arojas
Revision: 298270

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 298269, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 298269, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-06-08 11:45:45 UTC (rev 298269)
+++ extra-i686/PKGBUILD 2017-06-08 11:46:05 UTC (rev 298270)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.04.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('075f861b7438eb93dd8ec1cabeedee1f70eb88bc43759e8465abbdff611170cd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 298269, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-06-08 11:46:05 UTC (rev 298270)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.04.2
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e686a8b7d2f37559df1499a699dbed5ede23e26501e61ad0a444720bf0814625'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-06-08 11:45:45 UTC (rev 298269)
+++ extra-x86_64/PKGBUILD   2017-06-08 11:46:05 UTC (rev 298270)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.04.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('075f861b7438eb93dd8ec1cabeedee1f70eb88bc43759e8465abbdff611170cd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 298269, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-06-08 11:46:05 UTC (rev 298270)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributo

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

2017-05-11 Thread Antonio Rojas
Date: Thursday, May 11, 2017 @ 10:47:25
  Author: arojas
Revision: 295698

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 295697, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 295697, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-05-11 10:46:49 UTC (rev 295697)
+++ extra-i686/PKGBUILD 2017-05-11 10:47:25 UTC (rev 295698)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.04.0
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('013c2ecd42d2cc536172a088d6296e40bfb6bd0bd1aa0b4d9d979e9e88089431'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 295697, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-05-11 10:47:25 UTC (rev 295698)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.04.1
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha256sums=('075f861b7438eb93dd8ec1cabeedee1f70eb88bc43759e8465abbdff611170cd'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-05-11 10:46:49 UTC (rev 295697)
+++ extra-x86_64/PKGBUILD   2017-05-11 10:47:25 UTC (rev 295698)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.04.0
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('013c2ecd42d2cc536172a088d6296e40bfb6bd0bd1aa0b4d9d979e9e88089431'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 295697, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-05-11 10:47:25 UTC (rev 295698)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributo

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

2017-04-20 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 08:34:09
  Author: arojas
Revision: 293415

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  killbots/repos/kde-unstable-i686/
  killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 293414, killbots/trunk/PKGBUILD)
  killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293414, killbots/trunk/PKGBUILD)
Deleted:
  killbots/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: killbots/repos/kde-unstable-i686/PKGBUILD (from rev 293414, 
killbots/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2017-04-20 08:34:09 UTC (rev 293415)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha256sums=('013c2ecd42d2cc536172a088d6296e40bfb6bd0bd1aa0b4d9d979e9e88089431'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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/PKGBUILD2017-04-20 08:33:49 UTC (rev 293414)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:34:09 UTC (rev 293415)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=17.03.90
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="https://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha256sums=('ef8000257b1677f4c30383328089d968df0bc518443f3996d6ce2ba93eaa2767'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 293414, 
killbots/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-04-20 08:34:09 UTC (rev 293415)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=17.04.0
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha256sums=('013c2ecd42d2cc536172a088d6296e40bfb6bd0bd1aa0b4d9d979e9e88089431'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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
+}


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

2017-03-09 Thread Antonio Rojas
Date: Thursday, March 9, 2017 @ 16:58:18
  Author: arojas
Revision: 290333

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 290331, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 290331, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-09 16:58:17 UTC (rev 290332)
+++ extra-i686/PKGBUILD 2017-03-09 16:58:18 UTC (rev 290333)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('893b878f46d4d4da8c02e2f2d7d9d0fae3fe43df'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 290331, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-03-09 16:58:18 UTC (rev 290333)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.12.3
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="https://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("https://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha256sums=('cd4a383a92ff145aab02c0aeb48d30a3fcb971e968e8e820bedc2e862a8f9653'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-03-09 16:58:17 UTC (rev 290332)
+++ extra-x86_64/PKGBUILD   2017-03-09 16:58:18 UTC (rev 290333)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.12.2
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('893b878f46d4d4da8c02e2f2d7d9d0fae3fe43df'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 290331, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-03-09 16:58:18 UTC (rev 290333)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.12.3
+pk

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

2017-02-09 Thread Antonio Rojas
Date: Thursday, February 9, 2017 @ 14:13:20
  Author: arojas
Revision: 288395

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 288394, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 288394, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-09 14:13:00 UTC (rev 288394)
+++ extra-i686/PKGBUILD 2017-02-09 14:13:20 UTC (rev 288395)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.12.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('7904533118e460b4f71ae9884db31fa8ab660e2b'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 288394, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-09 14:13:20 UTC (rev 288395)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.12.2
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha1sums=('893b878f46d4d4da8c02e2f2d7d9d0fae3fe43df'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-09 14:13:00 UTC (rev 288394)
+++ extra-x86_64/PKGBUILD   2017-02-09 14:13:20 UTC (rev 288395)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.12.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('7904533118e460b4f71ae9884db31fa8ab660e2b'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 288394, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-09 14:13:20 UTC (rev 288395)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.12.2
+pkgrel=1
+pkgdesc="A simple g

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

2017-01-12 Thread Antonio Rojas
Date: Thursday, January 12, 2017 @ 19:54:34
  Author: arojas
Revision: 286042

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 286041, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 286041, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 extra-i686/PKGBUILD   |   39 
 extra-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-12 19:54:10 UTC (rev 286041)
+++ extra-i686/PKGBUILD 2017-01-12 19:54:34 UTC (rev 286042)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('624ee9a5d3e9dcd7c419dbdff02291703ab2376b'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 286041, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-12 19:54:34 UTC (rev 286042)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.12.1
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha1sums=('7904533118e460b4f71ae9884db31fa8ab660e2b'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-01-12 19:54:10 UTC (rev 286041)
+++ extra-x86_64/PKGBUILD   2017-01-12 19:54:34 UTC (rev 286042)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.12.0
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('624ee9a5d3e9dcd7c419dbdff02291703ab2376b'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 286041, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-01-12 19:54:34 UTC (rev 286042)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.12.1
+pkgrel=1
+pkgdesc="A simple g

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

2016-12-15 Thread Antonio Rojas
Date: Thursday, December 15, 2016 @ 11:24:13
  Author: arojas
Revision: 283434

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 283433, killbots/trunk/PKGBUILD)
  killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 283433, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/kde-unstable-i686/PKGBUILD
  killbots/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   78 +
 kde-unstable-i686/PKGBUILD   |   39 
 kde-unstable-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-15 11:23:54 UTC (rev 283433)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:24:13 UTC (rev 283434)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('96d739b66a3c6e33744628e5a13ddf42bca62b71'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/kde-unstable-i686/PKGBUILD (from rev 283433, 
killbots/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-15 11:24:13 UTC (rev 283434)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.12.0
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha1sums=('624ee9a5d3e9dcd7c419dbdff02291703ab2376b'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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/PKGBUILD2016-12-15 11:23:54 UTC (rev 283433)
+++ kde-unstable-x86_64/PKGBUILD2016-12-15 11:24:13 UTC (rev 283434)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.11.90
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('96d739b66a3c6e33744628e5a13ddf42bca62b71'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 283433, 
killbots/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-12-15 11:24:13 UTC (rev 283434)
@@ -0,0 +1,39 @@
+# $Id$
+

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

2016-12-02 Thread Antonio Rojas
Date: Saturday, December 3, 2016 @ 00:25:06
  Author: arojas
Revision: 282652

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 282651, killbots/kde-unstable/PKGBUILD)
  killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 282651, killbots/kde-unstable/PKGBUILD)
Deleted:
  killbots/repos/kde-unstable-i686/PKGBUILD
  killbots/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   78 +
 kde-unstable-i686/PKGBUILD   |   39 
 kde-unstable-x86_64/PKGBUILD |   39 
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-12-03 00:24:57 UTC (rev 282651)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:25:06 UTC (rev 282652)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('19e3d2d3831c9b894990964cbb5f36fd8b46a8e5'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/kde-unstable-i686/PKGBUILD (from rev 282651, 
killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-12-03 00:25:06 UTC (rev 282652)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.11.90
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha1sums=('96d739b66a3c6e33744628e5a13ddf42bca62b71'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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/PKGBUILD2016-12-03 00:24:57 UTC (rev 282651)
+++ kde-unstable-x86_64/PKGBUILD2016-12-03 00:25:06 UTC (rev 282652)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.11.80
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
-sha1sums=('19e3d2d3831c9b894990964cbb5f36fd8b46a8e5'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

-
-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: killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 282651, 
killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-12-03 00:25:06 UTC (rev

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

2016-11-18 Thread Antonio Rojas
Date: Friday, November 18, 2016 @ 19:57:25
  Author: arojas
Revision: 281126

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  killbots/repos/staging-i686/
  killbots/repos/staging-i686/PKGBUILD
(from rev 281125, killbots/kde-unstable/PKGBUILD)
  killbots/repos/staging-x86_64/
  killbots/repos/staging-x86_64/PKGBUILD
(from rev 281125, killbots/kde-unstable/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: killbots/repos/staging-i686/PKGBUILD (from rev 281125, 
killbots/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-18 19:57:25 UTC (rev 281126)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha1sums=('19e3d2d3831c9b894990964cbb5f36fd8b46a8e5'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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: killbots/repos/staging-x86_64/PKGBUILD (from rev 281125, 
killbots/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-18 19:57:25 UTC (rev 281126)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.11.80
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz"{,.sig})
+sha1sums=('19e3d2d3831c9b894990964cbb5f36fd8b46a8e5'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

+
+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
+}


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

2016-11-10 Thread Antonio Rojas
Date: Thursday, November 10, 2016 @ 18:26:29
  Author: arojas
Revision: 280398

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 280397, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 280397, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-10 18:26:22 UTC (rev 280397)
+++ extra-i686/PKGBUILD 2016-11-10 18:26:29 UTC (rev 280398)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.08.2
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('6b9ea0a88d3fe865cc68d48ff7570a9645be37a5')
-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 280397, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-10 18:26:29 UTC (rev 280398)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('68c80ff618da0550822330575ec2015302a87207')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-10 18:26:22 UTC (rev 280397)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:26:29 UTC (rev 280398)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.08.2
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('6b9ea0a88d3fe865cc68d48ff7570a9645be37a5')
-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 280397, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-10 18:26:29 UTC (rev 280398)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.08.3
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbo

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

2016-10-13 Thread Antonio Rojas
Date: Thursday, October 13, 2016 @ 16:06:51
  Author: arojas
Revision: 278698

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 278697, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 278697, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-13 16:06:45 UTC (rev 278697)
+++ extra-i686/PKGBUILD 2016-10-13 16:06:51 UTC (rev 278698)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('144e3b895a805074e09834bf152f6f955d41c56a')
-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 278697, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-13 16:06:51 UTC (rev 278698)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.08.2
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('6b9ea0a88d3fe865cc68d48ff7570a9645be37a5')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-10-13 16:06:45 UTC (rev 278697)
+++ extra-x86_64/PKGBUILD   2016-10-13 16:06:51 UTC (rev 278698)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.08.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('144e3b895a805074e09834bf152f6f955d41c56a')
-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 278697, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-10-13 16:06:51 UTC (rev 278698)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.08.2
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbot

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

2016-09-08 Thread Antonio Rojas
Date: Thursday, September 8, 2016 @ 18:14:38
  Author: arojas
Revision: 275974

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 275973, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 275973, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-09-08 18:14:17 UTC (rev 275973)
+++ extra-i686/PKGBUILD 2016-09-08 18:14:38 UTC (rev 275974)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('5ff8f75ac223e723da5699535473b72860241e22')
-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 275973, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-09-08 18:14:38 UTC (rev 275974)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.08.1
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('144e3b895a805074e09834bf152f6f955d41c56a')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-09-08 18:14:17 UTC (rev 275973)
+++ extra-x86_64/PKGBUILD   2016-09-08 18:14:38 UTC (rev 275974)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.08.0
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('5ff8f75ac223e723da5699535473b72860241e22')
-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 275973, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-09-08 18:14:38 UTC (rev 275974)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.08.1
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbo

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

2016-08-20 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 03:10:18
  Author: felixonmars
Revision: 274323

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

Added:
  killbots/repos/testing-i686/
  killbots/repos/testing-i686/PKGBUILD
(from rev 274322, killbots/trunk/PKGBUILD)
  killbots/repos/testing-x86_64/
  killbots/repos/testing-x86_64/PKGBUILD
(from rev 274322, killbots/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   37 +
 testing-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: killbots/repos/testing-i686/PKGBUILD (from rev 274322, 
killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-21 03:10:18 UTC (rev 274323)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('5ff8f75ac223e723da5699535473b72860241e22')
+
+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: killbots/repos/testing-x86_64/PKGBUILD (from rev 274322, 
killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 03:10:18 UTC (rev 274323)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('5ff8f75ac223e723da5699535473b72860241e22')
+
+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
+}


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

2016-08-05 Thread Antonio Rojas
Date: Friday, August 5, 2016 @ 18:01:35
  Author: arojas
Revision: 273245

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 273244, killbots/kde-unstable/PKGBUILD)
  killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 273244, killbots/kde-unstable/PKGBUILD)
Deleted:
  killbots/repos/kde-unstable-i686/PKGBUILD
  killbots/repos/kde-unstable-x86_64/PKGBUILD

--+
 /PKGBUILD|   74 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-08-05 18:01:12 UTC (rev 273244)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 18:01:35 UTC (rev 273245)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('576b65a07e39a40f22faea1c0f6876d14bc7a074')
-
-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: killbots/repos/kde-unstable-i686/PKGBUILD (from rev 273244, 
killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-08-05 18:01:35 UTC (rev 273245)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('9071504fbbe0a4dc117c4e134f5e1023ec367f22')
+
+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/PKGBUILD2016-08-05 18:01:12 UTC (rev 273244)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 18:01:35 UTC (rev 273245)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('576b65a07e39a40f22faea1c0f6876d14bc7a074')
-
-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: killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 273244, 
killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-08-05 18:01:35 UTC (rev 273245)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+arch=('i686' 'x86_64')
+license=('GPL'

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

2016-07-23 Thread Antonio Rojas
Date: Saturday, July 23, 2016 @ 18:38:52
  Author: arojas
Revision: 272334

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  killbots/repos/kde-unstable-i686/
  killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 272333, killbots/kde-unstable/PKGBUILD)
  killbots/repos/kde-unstable-x86_64/
  killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 272333, killbots/kde-unstable/PKGBUILD)

--+
 kde-unstable-i686/PKGBUILD   |   37 +
 kde-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: killbots/repos/kde-unstable-i686/PKGBUILD (from rev 272333, 
killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-23 18:38:52 UTC (rev 272334)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('576b65a07e39a40f22faea1c0f6876d14bc7a074')
+
+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: killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 272333, 
killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2016-07-23 18:38:52 UTC (rev 272334)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('576b65a07e39a40f22faea1c0f6876d14bc7a074')
+
+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
+}


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

2016-07-12 Thread Antonio Rojas
Date: Tuesday, July 12, 2016 @ 17:59:55
  Author: arojas
Revision: 271641

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 271640, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 271640, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-12 17:59:36 UTC (rev 271640)
+++ extra-i686/PKGBUILD 2016-07-12 17:59:55 UTC (rev 271641)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('0ec733c9baa826e99fe786562a589ba9baa770f0')
-
-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: killbots/repos/extra-i686/PKGBUILD (from rev 271640, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-12 17:59:55 UTC (rev 271641)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.04.3
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('ab12d3fef554363c8a63f617f80d6461db789026')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-07-12 17:59:36 UTC (rev 271640)
+++ extra-x86_64/PKGBUILD   2016-07-12 17:59:55 UTC (rev 271641)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.04.2
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('0ec733c9baa826e99fe786562a589ba9baa770f0')
-
-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: killbots/repos/extra-x86_64/PKGBUILD (from rev 271640, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-07-12 17:59:55 UTC (rev 271641)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.04.3
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')

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

2016-06-14 Thread Antonio Rojas
Date: Tuesday, June 14, 2016 @ 16:56:25
  Author: arojas
Revision: 269837

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 269836, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 269836, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   34 --
 extra-x86_64/PKGBUILD |   34 --
 3 files changed, 74 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 16:56:08 UTC (rev 269836)
+++ extra-i686/PKGBUILD 2016-06-14 16:56:25 UTC (rev 269837)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('a5b473e79f84da958b426ec1d5dcb62fb4441433')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../killbots-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: killbots/repos/extra-i686/PKGBUILD (from rev 269836, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 16:56:25 UTC (rev 269837)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('0ec733c9baa826e99fe786562a589ba9baa770f0')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-06-14 16:56:08 UTC (rev 269836)
+++ extra-x86_64/PKGBUILD   2016-06-14 16:56:25 UTC (rev 269837)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('a5b473e79f84da958b426ec1d5dcb62fb4441433')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../killbots-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: killbots/repos/extra-x86_64/PKGBUILD (from rev 269836, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-06-14 16:56:25 UTC (rev 269837)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdeg

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

2016-05-10 Thread Antonio Rojas
Date: Tuesday, May 10, 2016 @ 18:47:28
  Author: arojas
Revision: 267472

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

Added:
  killbots/repos/extra-i686/PKGBUILD
(from rev 267471, killbots/trunk/PKGBUILD)
  killbots/repos/extra-x86_64/PKGBUILD
(from rev 267471, killbots/trunk/PKGBUILD)
Deleted:
  killbots/repos/extra-i686/PKGBUILD
  killbots/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 extra-i686/PKGBUILD   |   34 
 extra-x86_64/PKGBUILD |   34 
 3 files changed, 68 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-10 16:47:11 UTC (rev 267471)
+++ extra-i686/PKGBUILD 2016-05-10 16:47:28 UTC (rev 267472)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.04.0
-pkgrel=2
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('32785311f649d5fd8785ffd88313714fa1ddbcfe')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../killbots-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: killbots/repos/extra-i686/PKGBUILD (from rev 267471, 
killbots/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-10 16:47:28 UTC (rev 267472)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.04.1
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('a5b473e79f84da958b426ec1d5dcb62fb4441433')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-10 16:47:11 UTC (rev 267471)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:47:28 UTC (rev 267472)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=killbots
-pkgver=16.04.0
-pkgrel=2
-pkgdesc="A simple game of evading killer robots"
-url="http://kde.org/applications/games/killbots/";
-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-killbots')
-replaces=('kdegames-killbots')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
-sha1sums=('32785311f649d5fd8785ffd88313714fa1ddbcfe')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../killbots-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: killbots/repos/extra-x86_64/PKGBUILD (from rev 267471, 
killbots/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-05-10 16:47:28 UTC (rev 267472)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=killbots
+pkgver=16.04.1
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+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-killbots')
+replaces=('kdegames-killbots')
+source=("http://