mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-13 12:47:01 +02:00
New package: kf6-kquickcharts-6.1.0
This commit is contained in:
parent
4b00b8cb6f
commit
5f89fd571b
3 changed files with 28 additions and 0 deletions
|
@ -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
|
||||
|
|
1
srcpkgs/kf6-kquickcharts-devel
Symbolic link
1
srcpkgs/kf6-kquickcharts-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
kf6-kquickcharts
|
25
srcpkgs/kf6-kquickcharts/template
Normal file
25
srcpkgs/kf6-kquickcharts/template
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue