New package: qt6-scxml-6.1.0

This commit is contained in:
John 2021-05-01 11:01:48 +02:00 committed by John Zimmermann
parent e3fae42ed6
commit 9e872018a5
3 changed files with 32 additions and 0 deletions

View file

@ -2021,6 +2021,10 @@ libQt6QuickControls2Impl.so.6 qt6-quickcontrols2-6.0.0_1
libQt6QuickControls2.so.6 qt6-quickcontrols2-6.0.0_1
libQt6QuickTemplates2.so.6 qt6-quickcontrols2-6.0.0_1
libQt6NetworkAuth.so.6 qt6-networkauth-6.1.0rc2_1
libQt6ScxmlQml.so.6 qt6-scxml-6.1.0rc2_1
libQt6Scxml.so.6 qt6-scxml-6.1.0rc2_1
libQt6StateMachine.so.6 qt6-scxml-6.1.0rc2_1
libQt6StateMachineQml.so.6 qt6-scxml-6.1.0rc2_1
libnpth.so.0 npth-1.1_1
libnpupnp.so.4 libnpupnp-4.0.2_1
libglfw.so.3 glfw-3.0.4_1

1
srcpkgs/qt6-scxml-devel Symbolic link
View file

@ -0,0 +1 @@
qt6-scxml

View file

@ -0,0 +1,27 @@
# Template file for 'qt6-scxml'
pkgname=qt6-scxml
version=6.1.0
revision=1
wrksrc="qtscxml-everywhere-src-${version}"
build_style=cmake
configure_args="-DQT_HOST_PATH=/usr"
hostmakedepends="perl qt6-declarative-devel"
makedepends="qt6-declarative-devel"
short_desc="Cross-platform application and UI framework - scxml"
maintainer="John <me@johnnynator.dev>"
license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
homepage="https://qt.io/"
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtscxml-everywhere-src-${version}.tar.xz"
checksum=c835809c2e194171e044464744ee516abce647fb428aa896d9f990e217c363ea
qt6-scxml-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/cmake
vmove usr/lib/qt6/mkspecs
vmove "usr/lib/*.so"
vmove "usr/lib/*.prl"
}
}