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

2015-03-04 Thread Felix Yan
Date: Wednesday, March 4, 2015 @ 16:05:56
  Author: fyan
Revision: 232679

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 232678, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 232678, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 232678, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 232678, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   32 +
 testing-i686/kdegames-killbots.install   |   11 +
 testing-x86_64/PKGBUILD  |   32 +
 testing-x86_64/kdegames-killbots.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 232678, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-03-04 15:05:56 UTC (rev 232679)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=14.12.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('cfdb889a2246f51fd3233c5f6893df733034cc43')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 232678, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2015-03-04 15:05:56 UTC (rev 
232679)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 232678, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-03-04 15:05:56 UTC (rev 232679)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=14.12.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('cfdb889a2246f51fd3233c5f6893df733034cc43')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 232678, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2015-03-04 15:05:56 UTC (rev 
232679)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-02-03 Thread Felix Yan
Date: Wednesday, February 4, 2015 @ 08:08:06
  Author: fyan
Revision: 230562

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 230561, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 230561, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 230561, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 230561, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   32 +
 testing-i686/kdegames-killbots.install   |   11 +
 testing-x86_64/PKGBUILD  |   32 +
 testing-x86_64/kdegames-killbots.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 230561, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-02-04 07:08:06 UTC (rev 230562)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('3cb23cacc32ea9cef22a2077194abc62a3f2dfaf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 230561, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2015-02-04 07:08:06 UTC (rev 
230562)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 230561, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-02-04 07:08:06 UTC (rev 230562)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('3cb23cacc32ea9cef22a2077194abc62a3f2dfaf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 230561, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2015-02-04 07:08:06 UTC (rev 
230562)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 05:29:39
  Author: fyan
Revision: 229195

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 229194, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 229194, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 229194, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 229194, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   32 +
 testing-i686/kdegames-killbots.install   |   11 +
 testing-x86_64/PKGBUILD  |   32 +
 testing-x86_64/kdegames-killbots.install |   11 +
 4 files changed, 86 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 229194, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-01-16 04:29:39 UTC (rev 229195)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('392fc0b32f9309514274dce9a77c7d8281ac6458')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 229194, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2015-01-16 04:29:39 UTC (rev 
229195)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 229194, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-01-16 04:29:39 UTC (rev 229195)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('392fc0b32f9309514274dce9a77c7d8281ac6458')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 229194, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2015-01-16 04:29:39 UTC (rev 
229195)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2014-11-19 Thread Felix Yan
Date: Wednesday, November 19, 2014 @ 19:16:13
  Author: fyan
Revision: 226565

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 226564, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 226564, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 226564, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 226564, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 226564, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-11-19 18:16:13 UTC (rev 226565)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('a3f93046aeb22001d331abe4a469eea42af14bbf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 226564, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-11-19 18:16:13 UTC (rev 
226565)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 226564, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-11-19 18:16:13 UTC (rev 226565)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('a3f93046aeb22001d331abe4a469eea42af14bbf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 226564, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-11-19 18:16:13 UTC (rev 
226565)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:18:53
  Author: svenstaro
Revision: 222335

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 222334, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 222334, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 222334, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 222334, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 222334, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:18:53 UTC (rev 222335)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('720de3b359ab78bb6f02e3760175c38bd8a6abaf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 222334, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-09-20 16:18:53 UTC (rev 
222335)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 222334, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:18:53 UTC (rev 222335)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('720de3b359ab78bb6f02e3760175c38bd8a6abaf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 222334, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-09-20 16:18:53 UTC (rev 
222335)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:11:33
  Author: svenstaro
Revision: 219949

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 219948, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 219948, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 219948, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 219948, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 219948, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:11:33 UTC (rev 219949)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('a80a1ab9b24155a5d9ecd50335940cfd9db5b954')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 219948, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-08-16 20:11:33 UTC (rev 
219949)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 219948, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:11:33 UTC (rev 219949)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.14.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('a80a1ab9b24155a5d9ecd50335940cfd9db5b954')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 219948, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-08-16 20:11:33 UTC (rev 
219949)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 17:00:19
  Author: svenstaro
Revision: 218000

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

Added:
  kdegames-killbots/repos/kde-unstable-i686/
  kdegames-killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 217999, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install
(from rev 217999, kdegames-killbots/kde-unstable/kdegames-killbots.install)
  kdegames-killbots/repos/kde-unstable-x86_64/
  kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217999, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install
(from rev 217999, kdegames-killbots/kde-unstable/kdegames-killbots.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-killbots.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-killbots.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/kde-unstable-i686/PKGBUILD (from rev 217999, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 15:00:19 UTC (rev 218000)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.13.95
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('e4d546610a23021677b1b7cf3bd09af6818b6778')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install 
(from rev 217999, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-i686/kdegames-killbots.install (rev 0)
+++ kde-unstable-i686/kdegames-killbots.install 2014-07-25 15:00:19 UTC (rev 
218000)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 217999, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 15:00:19 UTC (rev 218000)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.13.95
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('e4d546610a23021677b1b7cf3bd09af6818b6778')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install 
(from rev 217999, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-x86_64/kdegames-killbots.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-killbots.install   2014-07-25 15:00:19 UTC 
(rev 218000)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:12:29
  Author: svenstaro
Revision: 214567

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 214566, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 214566, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 214566, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 214566, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 214566, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:12:29 UTC (rev 214567)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.13.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('7f6674b3c3a637e9c8e289b0c41ca3b90d931e1c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 214566, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-06-09 03:12:29 UTC (rev 
214567)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 214566, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:12:29 UTC (rev 214567)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.13.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('7f6674b3c3a637e9c8e289b0c41ca3b90d931e1c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 214566, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-06-09 03:12:29 UTC (rev 
214567)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 22:02:02
  Author: svenstaro
Revision: 212593

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 212592, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 212592, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 212592, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 212592, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 212592, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 20:02:02 UTC (rev 212593)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.13.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('933e8aca92efbcf419ac88f6d0b14361010ff680')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 212592, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-05-14 20:02:02 UTC (rev 
212593)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 212592, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 20:02:02 UTC (rev 212593)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.13.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('933e8aca92efbcf419ac88f6d0b14361010ff680')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 212592, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-05-14 20:02:02 UTC (rev 
212593)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 16:06:03
  Author: andrea
Revision: 210711

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 210710, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 210710, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 210710, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 210710, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 210710, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 14:06:03 UTC (rev 210711)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.13.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('643b5d80093936278206c99e6e856bb88019a9fd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 210710, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-04-16 14:06:03 UTC (rev 
210711)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 210710, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 14:06:03 UTC (rev 210711)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.13.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('643b5d80093936278206c99e6e856bb88019a9fd')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 210710, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-04-16 14:06:03 UTC (rev 
210711)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:43:05
  Author: andrea
Revision: 207247

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

Added:
  kdegames-killbots/repos/kde-unstable-i686/
  kdegames-killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 207246, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install
(from rev 207246, kdegames-killbots/kde-unstable/kdegames-killbots.install)
  kdegames-killbots/repos/kde-unstable-x86_64/
  kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207246, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install
(from rev 207246, kdegames-killbots/kde-unstable/kdegames-killbots.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-killbots.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-killbots.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/kde-unstable-i686/PKGBUILD (from rev 207246, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:43:05 UTC (rev 207247)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.12.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('351b11c026a31adf5e793453db2bf86b24526284')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install 
(from rev 207246, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-i686/kdegames-killbots.install (rev 0)
+++ kde-unstable-i686/kdegames-killbots.install 2014-03-08 08:43:05 UTC (rev 
207247)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 207246, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:43:05 UTC (rev 207247)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.12.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('351b11c026a31adf5e793453db2bf86b24526284')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install 
(from rev 207246, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-x86_64/kdegames-killbots.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-killbots.install   2014-03-08 08:43:05 UTC 
(rev 207247)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:18:41
  Author: andrea
Revision: 206788

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 206787, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 206787, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 206787, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 206787, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 206787, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:18:41 UTC (rev 206788)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.12.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('2d3ec1487df0401ed83165e07a3e14fe9d75238a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 206787, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-03-05 10:18:41 UTC (rev 
206788)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 206787, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:18:41 UTC (rev 206788)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.12.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('2d3ec1487df0401ed83165e07a3e14fe9d75238a')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 206787, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-03-05 10:18:41 UTC (rev 
206788)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:59:44
  Author: svenstaro
Revision: 205253

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 205252, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 205252, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 205252, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 205252, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 205252, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 13:59:44 UTC (rev 205253)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('75a993d29aa1b3c91c65fd1776fdabee7ac459ee')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 205252, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-02-04 13:59:44 UTC (rev 
205253)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 205252, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 13:59:44 UTC (rev 205253)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('75a993d29aa1b3c91c65fd1776fdabee7ac459ee')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 205252, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-02-04 13:59:44 UTC (rev 
205253)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:44:21
  Author: svenstaro
Revision: 203841

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 203840, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 203840, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 203840, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 203840, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 203840, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:44:21 UTC (rev 203841)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('73f6532a4522fd4e8f4509be46f679da0ef027af')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 203840, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2014-01-14 07:44:21 UTC (rev 
203841)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 203840, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:44:21 UTC (rev 203841)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('73f6532a4522fd4e8f4509be46f679da0ef027af')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 203840, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2014-01-14 07:44:21 UTC (rev 
203841)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:35:08
  Author: andrea
Revision: 202092

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 202091, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 202091, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 202091, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 202091, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 202091, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:35:08 UTC (rev 202092)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('2cbf37ae730340a9426c663291679969d4bfa336')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 202091, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2013-12-18 17:35:08 UTC (rev 
202092)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 202091, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:35:08 UTC (rev 202092)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('2cbf37ae730340a9426c663291679969d4bfa336')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 202091, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2013-12-18 17:35:08 UTC (rev 
202092)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 21:33:52
  Author: andrea
Revision: 199168

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

Added:
  kdegames-killbots/repos/kde-unstable-i686/
  kdegames-killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 199167, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install
(from rev 199167, kdegames-killbots/kde-unstable/kdegames-killbots.install)
  kdegames-killbots/repos/kde-unstable-x86_64/
  kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 199167, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install
(from rev 199167, kdegames-killbots/kde-unstable/kdegames-killbots.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-killbots.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-killbots.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/kde-unstable-i686/PKGBUILD (from rev 199167, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 20:33:52 UTC (rev 199168)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('9a9b688db5f8bbe96396a8a0d5945821488a7884')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install 
(from rev 199167, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-i686/kdegames-killbots.install (rev 0)
+++ kde-unstable-i686/kdegames-killbots.install 2013-11-08 20:33:52 UTC (rev 
199168)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 199167, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 20:33:52 UTC (rev 199168)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('9a9b688db5f8bbe96396a8a0d5945821488a7884')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install 
(from rev 199167, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-x86_64/kdegames-killbots.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-killbots.install   2013-11-08 20:33:52 UTC 
(rev 199168)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 09:08:41
  Author: andrea
Revision: 192634

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 192633, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 192633, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 192633, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 192633, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 192633, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 07:08:41 UTC (rev 192634)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.11.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('e7d2dd5f0cd26729dfb1fc57db47b487fe17ee79')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 192633, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2013-08-14 07:08:41 UTC (rev 
192634)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 192633, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 07:08:41 UTC (rev 192634)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.11.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('e7d2dd5f0cd26729dfb1fc57db47b487fe17ee79')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 192633, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2013-08-14 07:08:41 UTC (rev 
192634)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 11:04:18
  Author: andrea
Revision: 189413

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

Added:
  kdegames-killbots/repos/staging-i686/
  kdegames-killbots/repos/staging-i686/PKGBUILD
(from rev 189412, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/staging-i686/kdegames-killbots.install
(from rev 189412, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/staging-x86_64/
  kdegames-killbots/repos/staging-x86_64/PKGBUILD
(from rev 189412, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/staging-x86_64/kdegames-killbots.install
(from rev 189412, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 staging-i686/PKGBUILD|   31 +
 staging-i686/kdegames-killbots.install   |   11 ++
 staging-x86_64/PKGBUILD  |   31 +
 staging-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/staging-i686/PKGBUILD (from rev 189412, 
kdegames-killbots/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 09:04:18 UTC (rev 189413)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.5
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('fedcdb56a0daa244ded949433b591f783f9fe03b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/staging-i686/kdegames-killbots.install (from 
rev 189412, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- staging-i686/kdegames-killbots.install  (rev 0)
+++ staging-i686/kdegames-killbots.install  2013-07-03 09:04:18 UTC (rev 
189413)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/staging-x86_64/PKGBUILD (from rev 189412, 
kdegames-killbots/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-03 09:04:18 UTC (rev 189413)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.5
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('fedcdb56a0daa244ded949433b591f783f9fe03b')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/staging-x86_64/kdegames-killbots.install (from 
rev 189412, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- staging-x86_64/kdegames-killbots.install(rev 0)
+++ staging-x86_64/kdegames-killbots.install2013-07-03 09:04:18 UTC (rev 
189413)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 21:01:24
  Author: andrea
Revision: 188336

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

Added:
  kdegames-killbots/repos/kde-unstable-i686/
  kdegames-killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 188335, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install
(from rev 188335, kdegames-killbots/kde-unstable/kdegames-killbots.install)
  kdegames-killbots/repos/kde-unstable-x86_64/
  kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 188335, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install
(from rev 188335, kdegames-killbots/kde-unstable/kdegames-killbots.install)

---+
 kde-unstable-i686/PKGBUILD|   31 
 kde-unstable-i686/kdegames-killbots.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   31 
 kde-unstable-x86_64/kdegames-killbots.install |   11 
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/kde-unstable-i686/PKGBUILD (from rev 188335, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 19:01:24 UTC (rev 188336)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('1152e4faae03d7435c7287583c6f6b31e50d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install 
(from rev 188335, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-i686/kdegames-killbots.install (rev 0)
+++ kde-unstable-i686/kdegames-killbots.install 2013-06-13 19:01:24 UTC (rev 
188336)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 188335, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 19:01:24 UTC (rev 188336)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('1152e4faae03d7435c7287583c6f6b31e50d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install 
(from rev 188335, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-x86_64/kdegames-killbots.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-killbots.install   2013-06-13 19:01:24 UTC 
(rev 188336)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-06-04 Thread Sven-Hendrik Haase
Date: Wednesday, June 5, 2013 @ 07:42:58
  Author: svenstaro
Revision: 187264

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

Added:
  kdegames-killbots/repos/staging-i686/
  kdegames-killbots/repos/staging-i686/PKGBUILD
(from rev 187263, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/staging-i686/kdegames-killbots.install
(from rev 187263, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/staging-x86_64/
  kdegames-killbots/repos/staging-x86_64/PKGBUILD
(from rev 187263, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/staging-x86_64/kdegames-killbots.install
(from rev 187263, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 staging-i686/PKGBUILD|   31 +
 staging-i686/kdegames-killbots.install   |   11 ++
 staging-x86_64/PKGBUILD  |   31 +
 staging-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/staging-i686/PKGBUILD (from rev 187263, 
kdegames-killbots/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:42:58 UTC (rev 187264)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.4
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('5fef75ba6d3c849ce271164a532eaddde1c41cd4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/staging-i686/kdegames-killbots.install (from 
rev 187263, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- staging-i686/kdegames-killbots.install  (rev 0)
+++ staging-i686/kdegames-killbots.install  2013-06-05 05:42:58 UTC (rev 
187264)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/staging-x86_64/PKGBUILD (from rev 187263, 
kdegames-killbots/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-05 05:42:58 UTC (rev 187264)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.4
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('5fef75ba6d3c849ce271164a532eaddde1c41cd4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/staging-x86_64/kdegames-killbots.install (from 
rev 187263, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- staging-x86_64/kdegames-killbots.install(rev 0)
+++ staging-x86_64/kdegames-killbots.install2013-06-05 05:42:58 UTC (rev 
187264)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 18:39:30
  Author: andrea
Revision: 184692

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 184691, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 184691, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 184691, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 184691, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 184691, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:39:30 UTC (rev 184692)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('9b580830f82468351fb91306f30a085519432b10')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 184691, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2013-05-07 16:39:30 UTC (rev 
184692)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 184691, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:39:30 UTC (rev 184692)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('9b580830f82468351fb91306f30a085519432b10')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 184691, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2013-05-07 16:39:30 UTC (rev 
184692)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 06:18:46
  Author: svenstaro
Revision: 181559

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

Added:
  kdegames-killbots/repos/staging-i686/
  kdegames-killbots/repos/staging-i686/PKGBUILD
(from rev 181558, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/staging-i686/kdegames-killbots.install
(from rev 181558, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/staging-x86_64/
  kdegames-killbots/repos/staging-x86_64/PKGBUILD
(from rev 181558, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/staging-x86_64/kdegames-killbots.install
(from rev 181558, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 staging-i686/PKGBUILD|   31 +
 staging-i686/kdegames-killbots.install   |   11 ++
 staging-x86_64/PKGBUILD  |   31 +
 staging-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/staging-i686/PKGBUILD (from rev 181558, 
kdegames-killbots/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 04:18:46 UTC (rev 181559)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('87100f1fcb1e3547939406d6d4a4b8b2582831c8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/staging-i686/kdegames-killbots.install (from 
rev 181558, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- staging-i686/kdegames-killbots.install  (rev 0)
+++ staging-i686/kdegames-killbots.install  2013-04-04 04:18:46 UTC (rev 
181559)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/staging-x86_64/PKGBUILD (from rev 181558, 
kdegames-killbots/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-04 04:18:46 UTC (rev 181559)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('87100f1fcb1e3547939406d6d4a4b8b2582831c8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/staging-x86_64/kdegames-killbots.install (from 
rev 181558, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- staging-x86_64/kdegames-killbots.install(rev 0)
+++ staging-x86_64/kdegames-killbots.install2013-04-04 04:18:46 UTC (rev 
181559)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:42:12
  Author: andrea
Revision: 177169

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

Added:
  kdegames-killbots/repos/testing-i686/
  kdegames-killbots/repos/testing-i686/PKGBUILD
(from rev 177168, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-i686/kdegames-killbots.install
(from rev 177168, kdegames-killbots/trunk/kdegames-killbots.install)
  kdegames-killbots/repos/testing-x86_64/
  kdegames-killbots/repos/testing-x86_64/PKGBUILD
(from rev 177168, kdegames-killbots/trunk/PKGBUILD)
  kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install
(from rev 177168, kdegames-killbots/trunk/kdegames-killbots.install)

--+
 testing-i686/PKGBUILD|   31 +
 testing-i686/kdegames-killbots.install   |   11 ++
 testing-x86_64/PKGBUILD  |   31 +
 testing-x86_64/kdegames-killbots.install |   11 ++
 4 files changed, 84 insertions(+)

Copied: kdegames-killbots/repos/testing-i686/PKGBUILD (from rev 177168, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:42:12 UTC (rev 177169)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('0fe272b75230c2a12b05275166fe0d3e50491e9e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-i686/kdegames-killbots.install (from 
rev 177168, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-i686/kdegames-killbots.install  (rev 0)
+++ testing-i686/kdegames-killbots.install  2013-02-06 08:42:12 UTC (rev 
177169)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/testing-x86_64/PKGBUILD (from rev 177168, 
kdegames-killbots/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-06 08:42:12 UTC (rev 177169)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.10.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('0fe272b75230c2a12b05275166fe0d3e50491e9e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/testing-x86_64/kdegames-killbots.install (from 
rev 177168, kdegames-killbots/trunk/kdegames-killbots.install)
===
--- testing-x86_64/kdegames-killbots.install(rev 0)
+++ testing-x86_64/kdegames-killbots.install2013-02-06 08:42:12 UTC (rev 
177169)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}



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

2012-11-21 Thread Andrea Scarpino
Date: Wednesday, November 21, 2012 @ 14:25:33
  Author: andrea
Revision: 171793

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

Added:
  kdegames-killbots/repos/kde-unstable-i686/
  kdegames-killbots/repos/kde-unstable-i686/PKGBUILD
(from rev 171792, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install
(from rev 171792, kdegames-killbots/kde-unstable/kdegames-killbots.install)
  kdegames-killbots/repos/kde-unstable-x86_64/
  kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD
(from rev 171792, kdegames-killbots/kde-unstable/PKGBUILD)
  kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install
(from rev 171792, kdegames-killbots/kde-unstable/kdegames-killbots.install)

---+
 kde-unstable-i686/PKGBUILD|   30 
 kde-unstable-i686/kdegames-killbots.install   |   11 
 kde-unstable-x86_64/PKGBUILD  |   30 
 kde-unstable-x86_64/kdegames-killbots.install |   11 
 4 files changed, 82 insertions(+)

Copied: kdegames-killbots/repos/kde-unstable-i686/PKGBUILD (from rev 171792, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 19:25:33 UTC (rev 171793)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.9.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('403e36ec16722d985bc5f58ecb2e28dcb83007f3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-i686/kdegames-killbots.install 
(from rev 171792, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-i686/kdegames-killbots.install (rev 0)
+++ kde-unstable-i686/kdegames-killbots.install 2012-11-21 19:25:33 UTC (rev 
171793)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 171792, 
kdegames-killbots/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-11-21 19:25:33 UTC (rev 171793)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegames-killbots
+pkgver=4.9.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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/${pkgver}/src/killbots-${pkgver}.tar.xz;)
+sha1sums=('403e36ec16722d985bc5f58ecb2e28dcb83007f3')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../killbots-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdegames-killbots/repos/kde-unstable-x86_64/kdegames-killbots.install 
(from rev 171792, kdegames-killbots/kde-unstable/kdegames-killbots.install)
===
--- kde-unstable-x86_64/kdegames-killbots.install   
(rev 0)
+++ kde-unstable-x86_64/kdegames-killbots.install   2012-11-21 19:25:33 UTC 
(rev 171793)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}