qcoro, bump version (#11190)

This commit is contained in:
Schrijvers Luc
2024-10-05 09:53:27 +02:00
committed by GitHub
parent 73f993bfb0
commit d40f9af384
2 changed files with 21 additions and 7 deletions

View File

@@ -1,12 +1,12 @@
SUMMARY="Coroutines for Qt"
DESCRIPTION="The QCoro library provides set of tools to make use of C++20 coroutines with Qt."
HOMEPAGE="https://github.com/danvratil/qcoro/"
COPYRIGHT="2015-2022 The Qt Company Ltd."
COPYRIGHT="2015-2024 The Qt Company Ltd."
LICENSE="GNU LGPL v2.1
GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://github.com/danvratil/qcoro/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="b7c8f00273ad27d85814bf4ec93eb6922c75656800a61d11854d36355a4a1aec"
CHECKSUM_SHA256="9942c5b4c533192f6c5954dc6d10178b3829075e6a621b67df73f0a4b74d8297"
SOURCE_DIR="qcoro-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -54,11 +54,18 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
defineDebugInfoPackage qcoro_qt5$secondaryArchSuffix \
$libDir/libQCoro5Core.so.$libVersion \
$libDir/libQCoro5Network.so.$libVersion \
$libDir/libQCoro5Qml.so.$libVersion \
$libDir/libQCoro5Quick.so.$libVersion \
$libDir/libQCoro5WebSockets.so.$libVersion
BUILD()
{
cmake . $cmakeDirArgs \
-B build_qt5 -S $sourceDir -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs/modules \
-DBUILD_SHARED_LIBS=ON \
-DQCORO_BUILD_EXAMPLES=OFF \

View File

@@ -1,12 +1,12 @@
SUMMARY="Coroutines for Qt"
DESCRIPTION="The QCoro library provides set of tools to make use of C++20 coroutines with Qt."
HOMEPAGE="https://github.com/danvratil/qcoro/"
COPYRIGHT="2015-2022 The Qt Company Ltd."
COPYRIGHT="2015-2024 The Qt Company Ltd."
LICENSE="GNU LGPL v2.1
GNU LGPL v3"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/danvratil/qcoro/archive/refs/tags/v$portVersion.tar.gz"
CHECKSUM_SHA256="b7c8f00273ad27d85814bf4ec93eb6922c75656800a61d11854d36355a4a1aec"
CHECKSUM_SHA256="9942c5b4c533192f6c5954dc6d10178b3829075e6a621b67df73f0a4b74d8297"
SOURCE_DIR="qcoro-$portVersion"
ARCHITECTURES="all !x86_gcc2"
@@ -59,11 +59,18 @@ BUILD_PREREQUIRES="
cmd:pkg_config$secondaryArchSuffix
"
defineDebugInfoPackage qcoro_qt6$secondaryArchSuffix \
$libDir/libQCoro6Core.so.$libVersion \
$libDir/libQCoro6Network.so.$libVersion \
$libDir/libQCoro6Qml.so.$libVersion \
$libDir/libQCoro6Quick.so.$libVersion \
$libDir/libQCoro6WebSockets.so.$libVersion
BUILD()
{
cmake . $cmakeDirArgs \
-B build_qt6 -S $sourceDir -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt6/mkspecs/modules \
-DBUILD_SHARED_LIBS=ON \
-DQCORO_BUILD_EXAMPLES=OFF \