Date: Sunday, August 21, 2016 @ 03:20:33 Author: felixonmars Revision: 274358
upgpkg: ksquares 16.08.0-1 Upstream release Added: ksquares/trunk/ ksquares/trunk/PKGBUILD Deleted: ksquares/trunk/ ----------+ PKGBUILD | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 03:20:33 UTC (rev 274358) @@ -0,0 +1,36 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +pkgname=ksquares +pkgver=16.08.0 +pkgrel=1 +pkgdesc="A modeled after the well known pen and paper based game of Dots and Boxes" +url="http://kde.org/applications/games/ksquares/" +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-ksquares') +replaces=('kdegames-ksquares') +source=("http://download.kde.org/stable/applications/${pkgver}/src/ksquares-${pkgver}.tar.xz") +sha1sums=('a932d190b055e86e869e59ad58f4731985bf44e3') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../ksquares-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Property changes on: ksquares/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
