[arch-commits] Commit in kbreakout/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Sun Aug 21 03:07:01 UTC 2016
Date: Sunday, August 21, 2016 @ 03:07:01
Author: felixonmars
Revision: 274313
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
kbreakout/repos/testing-i686/
kbreakout/repos/testing-i686/PKGBUILD
(from rev 274312, kbreakout/trunk/PKGBUILD)
kbreakout/repos/testing-x86_64/
kbreakout/repos/testing-x86_64/PKGBUILD
(from rev 274312, kbreakout/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 74 insertions(+)
Copied: kbreakout/repos/testing-i686/PKGBUILD (from rev 274312, kbreakout/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2016-08-21 03:07:01 UTC (rev 274313)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kbreakout
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A Breakout-like game"
+url="http://kde.org/applications/games/kbreakout/"
+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-kbreakout')
+replaces=('kdegames-kbreakout')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz")
+sha1sums=('5e95cf5f7af0dd5aea0e22ba90a64dcb0de70637')
+
+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: kbreakout/repos/testing-x86_64/PKGBUILD (from rev 274312, kbreakout/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-21 03:07:01 UTC (rev 274313)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kbreakout
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A Breakout-like game"
+url="http://kde.org/applications/games/kbreakout/"
+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-kbreakout')
+replaces=('kdegames-kbreakout')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kbreakout-${pkgver}.tar.xz")
+sha1sums=('5e95cf5f7af0dd5aea0e22ba90a64dcb0de70637')
+
+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
+}
More information about the arch-commits
mailing list