Date: Saturday, July 23, 2016 @ 18:38:52
  Author: arojas
Revision: 272334

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

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

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

Copied: killbots/repos/kde-unstable-i686/PKGBUILD (from rev 272333, 
killbots/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-07-23 18:38:52 UTC (rev 272334)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=killbots
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('576b65a07e39a40f22faea1c0f6876d14bc7a074')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: killbots/repos/kde-unstable-x86_64/PKGBUILD (from rev 272333, 
killbots/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2016-07-23 18:38:52 UTC (rev 272334)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=killbots
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="A simple game of evading killer robots"
+url="http://kde.org/applications/games/killbots/";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-killbots')
+replaces=('kdegames-killbots')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/killbots-${pkgver}.tar.xz";)
+sha1sums=('576b65a07e39a40f22faea1c0f6876d14bc7a074')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to