From 9e872018a5b0be383ed3f93c30c9894840670f8e Mon Sep 17 00:00:00 2001 From: John Date: Sat, 1 May 2021 11:01:48 +0200 Subject: [PATCH] New package: qt6-scxml-6.1.0 --- common/shlibs | 4 ++++ srcpkgs/qt6-scxml-devel | 1 + srcpkgs/qt6-scxml/template | 27 +++++++++++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 120000 srcpkgs/qt6-scxml-devel create mode 100644 srcpkgs/qt6-scxml/template diff --git a/common/shlibs b/common/shlibs index 5b7622e48cc..f98b1e473be 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/qt6-scxml-devel b/srcpkgs/qt6-scxml-devel new file mode 120000 index 00000000000..cd3032d5ed0 --- /dev/null +++ b/srcpkgs/qt6-scxml-devel @@ -0,0 +1 @@ +qt6-scxml \ No newline at end of file diff --git a/srcpkgs/qt6-scxml/template b/srcpkgs/qt6-scxml/template new file mode 100644 index 00000000000..b0e60b49278 --- /dev/null +++ b/srcpkgs/qt6-scxml/template @@ -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 " +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" + } +}