qt6_scxml: bump version

This commit is contained in:
Gerasim Troeglazov
2023-05-14 19:46:28 +10:00
parent fae7b3076d
commit 90dc0706c7

View File

@@ -4,13 +4,13 @@ used for developing software with a graphical user interface, and also used \
for developing non-GUI programs such as command-line tools and consoles for \
servers."
HOMEPAGE="https://qt.io/"
COPYRIGHT="2015-2022 The Qt Company Ltd."
COPYRIGHT="2015-2023 The Qt Company Ltd."
LICENSE="GNU LGPL v2.1
GNU LGPL v3
GNU FDL v1"
REVISION="1"
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtscxml-everywhere-src-$portVersion.tar.xz"
CHECKSUM_SHA256="d40773a5e6594829aca99ccc73aba3559f93301ea081ffb78668a9b616d97664"
CHECKSUM_SHA256="f121843cb8cf4a76d621be371e80265ac28254f3c4c123b051e907c1c915766e"
SOURCE_DIR="qtscxml-everywhere-src-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -70,7 +70,7 @@ BUILD_PREREQUIRES="
cmd:ninja
cmd:perl
cmd:pkg_config$secondaryArchSuffix
cmd:python3.7
cmd:python3
cmd:sed
cmd:xargs
"
@@ -85,15 +85,23 @@ BUILD()
find -name cmake_install.cmake -exec sed -i "s|set(CMAKE_INSTALL_PREFIX.*|set(CMAKE_INSTALL_PREFIX \"$prefix\")|" {} \;
ninja -C build $jobArgs
ninja -v -C build $jobArgs
}
INSTALL()
{
ninja -C build install
prepareInstalledDevelLibs libQt6Scxml libQt6ScxmlQml \
libQt6StateMachine libQt6StateMachineQml
prepareInstalledDevelLibs \
libQt6Scxml \
libQt6ScxmlQml \
libQt6StateMachine \
libQt6StateMachineQml
# fix pkgconfig files
fixPkgconfig
sed -i "s|includedir=.*|includedir=$includeDir/Qt6|" \
$developLibDir/pkgconfig/*.pc
cd $libDir
for i in lib*.so.6.*;do