New package: kf6-kquickcharts-6.1.0

This commit is contained in:
John 2024-02-29 22:25:18 +01:00 committed by Đoàn Trần Công Danh
parent 4b00b8cb6f
commit 5f89fd571b
3 changed files with 28 additions and 0 deletions

View File

@ -1992,6 +1992,8 @@ libKF6PeopleBackend.so.6 kf6-kpeople-6.0.0_1
libKF6PeopleWidgets.so.6 kf6-kpeople-6.0.0_1
libKF6Plotting.so.6 kf6-kplotting-6.0.0_1
libKF6Pty.so.6 kf6-kpty-6.0.0_1
libQuickCharts.so.1 kf6-kquickcharts-6.0.0_1
libQuickChartsControls.so.1 kf6-kquickcharts-6.0.0_1
libKF6Service.so.6 kf6-kservice-6.0.0_1
libKF6Solid.so.6 kf6-solid-6.0.0_1
libKF6Style.so.6 kf6-frameworkintegration-6.0.0_1

View File

@ -0,0 +1 @@
kf6-kquickcharts

View File

@ -0,0 +1,25 @@
# Template file for 'kf6-kquickcharts'
pkgname=kf6-kquickcharts
version=6.1.0
revision=1
build_style=cmake
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
qt6-declarative-host-tools qt6-shadertools SPIRV-Tools"
makedepends="qt6-declarative-devel qt6-shadertools-devel"
short_desc="QtQuick plugin providing high-performance charts"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://invent.kde.org/frameworks/kquickcharts"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
checksum=761b5738ff1a1bb1fe68f0427e2888e25c901b6fad4401676386e27a06e3a4c7
kf6-kquickcharts-devel_package() {
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}