New package: kqtquickcharts-18.12.2

This commit is contained in:
John 2019-02-25 01:28:33 +01:00
parent b385fbb72b
commit 1aa23c5342
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1 @@
kqtquickcharts

View File

@ -0,0 +1,23 @@
# Template file for 'kqtquickcharts'
pkgname=kqtquickcharts
version=18.12.2
revision=1
build_style=cmake
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake"
makedepends="qt5-declarative-devel"
depends="qt5-quickcontrols2"
short_desc="QtQuick plugin to render beautiful and interactive charts"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://edu.kde.org/"
distfiles="${KDE_SITE}/applications/${version}/src/${pkgname}-${version}.tar.xz"
checksum=47ea3ebb302eb5be9f7ac1d3e516e4ee29689f7ba2e8de6d5ba9f2b783032b17
kqtquickcharts-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
}
}