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

Felix Yan fyan at archlinux.org
Fri Jan 16 04:29:39 UTC 2015


    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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at 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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at 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.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
+}



More information about the arch-commits mailing list