Date: Sunday, August 21, 2016 @ 03:18:06 Author: felixonmars Revision: 274350
upgpkg: kshisen 16.08.0-1 Upstream release Added: kshisen/trunk/ kshisen/trunk/PKGBUILD Deleted: kshisen/trunk/ ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 03:18:06 UTC (rev 274350) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +pkgname=kshisen +pkgver=16.08.0 +pkgrel=1 +pkgdesc="A solitaire-like game played using the standard set of Mahjong tiles" +url="http://kde.org/applications/games/kshisen/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdegames') +depends=('libkdegames' 'libkmahjongg' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'python' 'kdoctools') +conflicts=('kdegames-kshisen') +replaces=('kdegames-kshisen') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kshisen-${pkgver}.tar.xz") +sha1sums=('1adbdad8eff86afb3c4d6dcf4439a08d388c1a16') + +build() { + mkdir -p build + cd build + cmake ../kshisen-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Property changes on: kshisen/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
