mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qt6-scxml: update to 6.3.1.
This commit is contained in:
parent
2fa3f3b3ff
commit
06d291a17a
2 changed files with 22 additions and 5 deletions
10
srcpkgs/qt6-scxml/patches/no-cmake-test.patch
Normal file
10
srcpkgs/qt6-scxml/patches/no-cmake-test.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/tests/auto/CMakeLists.txt
|
||||||
|
+++ b/tests/auto/CMakeLists.txt
|
||||||
|
@@ -8,7 +8,6 @@ if(TARGET Qt::Gui AND TARGET Qt::Qml)
|
||||||
|
add_subdirectory(scion)
|
||||||
|
add_subdirectory(statemachine)
|
||||||
|
add_subdirectory(statemachineinfo)
|
||||||
|
- add_subdirectory(cmake)
|
||||||
|
endif()
|
||||||
|
# More checks inside
|
||||||
|
add_subdirectory(qml)
|
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'qt6-scxml'
|
# Template file for 'qt6-scxml'
|
||||||
pkgname=qt6-scxml
|
pkgname=qt6-scxml
|
||||||
version=6.3.0
|
version=6.3.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="qtscxml-everywhere-src-${version}"
|
wrksrc="qtscxml-everywhere-src-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DQT_HOST_PATH=/usr"
|
|
||||||
hostmakedepends="perl qt6-declarative-devel"
|
hostmakedepends="perl qt6-declarative-devel"
|
||||||
makedepends="qt6-declarative-devel"
|
makedepends="qt6-declarative-devel"
|
||||||
short_desc="Cross-platform application and UI framework - scxml"
|
short_desc="Cross-platform application and UI framework - scxml"
|
||||||
|
@ -12,20 +11,28 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
license="LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only"
|
||||||
homepage="https://qt.io/"
|
homepage="https://qt.io/"
|
||||||
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtscxml-everywhere-src-${version}.tar.xz"
|
distfiles="http://download.qt.io/official_releases/qt/${version%.*}/${version}/submodules/qtscxml-everywhere-src-${version}.tar.xz"
|
||||||
checksum=09b0dbd6ac367920fb1ba96a39dcd4c9d33eb0820dcc79538992825d588a70f0
|
checksum=01bc154d6163d1f049f4e1e76658a044730ace7b0a5be35c9a46fcd1396f8619
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" -DQT_BUILD_TESTS=ON"
|
configure_args="-DQT_BUILD_TOOLS_WHEN_CROSSCOMPILING=true"
|
||||||
|
hostmakedepends+=" qt6-remoteobjects"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_check() {
|
||||||
|
export QML2_IMPORT_PATH="$wrksrc/build/lib/qt6/qml"
|
||||||
|
}
|
||||||
|
|
||||||
qt6-scxml-devel_package() {
|
qt6-scxml-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
|
vmove usr/lib/metatypes
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/qt6/mkspecs
|
vmove usr/lib/qt6/mkspecs
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.prl"
|
vmove "usr/lib/*.prl"
|
||||||
|
vmove usr/share/qt6/modules
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue