[arch-commits] Commit in klines (trunk trunk trunk/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Aug 21 03:12:11 UTC 2016


    Date: Sunday, August 21, 2016 @ 03:12:10
  Author: felixonmars
Revision: 274330

upgpkg: klines 16.08.0-1

Upstream release

Added:
  klines/trunk/
  klines/trunk/PKGBUILD
Deleted:
  klines/trunk/

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Added: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2016-08-21 03:12:10 UTC (rev 274330)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=klines
+pkgver=16.08.0
+pkgrel=1
+pkgdesc="A simple but highly addictive, one player game"
+url="http://kde.org/applications/games/klines/"
+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-klines')
+replaces=('kdegames-klines')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/klines-${pkgver}.tar.xz")
+sha1sums=('f1a056ec882a494981067b4df0923b37aa91385f')
+
+build() {
+  mkdir -p 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
+}


Property changes on: klines/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list