Date: Sunday, August 21, 2016 @ 02:06:11 Author: felixonmars Revision: 274136
upgpkg: kqtquickcharts 16.08.0-1 Upstream release Added: kqtquickcharts/trunk/ kqtquickcharts/trunk/PKGBUILD Deleted: kqtquickcharts/trunk/ ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 02:06:11 UTC (rev 274136) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +pkgname=kqtquickcharts +pkgver=16.08.0 +pkgrel=1 +pkgdesc="A QtQuick plugin to render beautiful and interactive charts" +url="https://edu.kde.org/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdelibs') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('c0a2ac725b9d0a16a0b617e340a77a038099f903') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Property changes on: kqtquickcharts/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
