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

Andrea Scarpino andrea at nymeria.archlinux.org
Fri Nov 8 20:33:52 UTC 2013


    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 <andrea at 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/PKGBUILD	2013-11-08 20:33:52 UTC (rev 199168)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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
+}




More information about the arch-commits mailing list