From 60f99722647dc4b5d2785b035e85fdec92271005 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 3 Oct 2022 21:40:21 +1000 Subject: [PATCH] qt6_declarative: bump version --- ...tive-6.3.0.patchset => qt6_declarative-6.4.0.patchset} | 0 ...larative-6.3.0.recipe => qt6_declarative-6.4.0.recipe} | 8 +++----- 2 files changed, 3 insertions(+), 5 deletions(-) rename dev-qt/qt6-declarative/patches/{qt6_declarative-6.3.0.patchset => qt6_declarative-6.4.0.patchset} (100%) rename dev-qt/qt6-declarative/{qt6_declarative-6.3.0.recipe => qt6_declarative-6.4.0.recipe} (95%) diff --git a/dev-qt/qt6-declarative/patches/qt6_declarative-6.3.0.patchset b/dev-qt/qt6-declarative/patches/qt6_declarative-6.4.0.patchset similarity index 100% rename from dev-qt/qt6-declarative/patches/qt6_declarative-6.3.0.patchset rename to dev-qt/qt6-declarative/patches/qt6_declarative-6.4.0.patchset diff --git a/dev-qt/qt6-declarative/qt6_declarative-6.3.0.recipe b/dev-qt/qt6-declarative/qt6_declarative-6.4.0.recipe similarity index 95% rename from dev-qt/qt6-declarative/qt6_declarative-6.3.0.recipe rename to dev-qt/qt6-declarative/qt6_declarative-6.4.0.recipe index cbdfbf506..c3f48073d 100644 --- a/dev-qt/qt6-declarative/qt6_declarative-6.3.0.recipe +++ b/dev-qt/qt6-declarative/qt6_declarative-6.4.0.recipe @@ -10,7 +10,7 @@ LICENSE="GNU LGPL v2.1 GNU FDL v1" REVISION="1" SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtdeclarative-everywhere-src-$portVersion.tar.xz" -CHECKSUM_SHA256="d294b029dc2b2d4f65da516fdc3b8088d32643eb7ff77db135a8b9ce904caa37" +CHECKSUM_SHA256="3434e72fccfa0c929c326790723d05c155f5067746b1ab05cfd7a9ba632c4383" SOURCE_DIR="qtdeclarative-everywhere-src-$portVersion" PATCHES="qt6_declarative-$portVersion.patchset" @@ -26,6 +26,7 @@ PROVIDES=" lib:libQt6LabsSharedImage$secondaryArchSuffix = $portVersion compat >= 6 lib:libQt6LabsWavefrontMesh$secondaryArchSuffix = $portVersion compat >= 6 lib:libQt6Qml$secondaryArchSuffix = $portVersion compat >= 6 + lib:libQt6QmlCompiler$secondaryArchSuffix = $portVersion compat >= 6 lib:libQt6QmlCore$secondaryArchSuffix = $portVersion compat >= 6 lib:libQt6QmlLocalStorage$secondaryArchSuffix = $portVersion compat >= 6 lib:libQt6QmlModels$secondaryArchSuffix = $portVersion compat >= 6 @@ -71,7 +72,6 @@ PROVIDES_devel=" devel:libQt6QmlCore$secondaryArchSuffix = $portVersion compat >= 6 devel:libQt6QmlDebug$secondaryArchSuffix = $portVersion compat >= 6 devel:libQt6QmlDom$secondaryArchSuffix = $portVersion compat >= 6 - devel:libQt6QmlLint$secondaryArchSuffix = $portVersion compat >= 6 devel:libQt6QmlLocalStorage$secondaryArchSuffix = $portVersion compat >= 6 devel:libQt6QmlModels$secondaryArchSuffix = $portVersion compat >= 6 devel:libQt6QmlWorkerScript$secondaryArchSuffix = $portVersion compat >= 6 @@ -148,7 +148,7 @@ INSTALL() libQt6QuickDialogs2 libQt6QuickDialogs2QuickImpl libQt6QuickDialogs2Utils \ libQt6QuickLayouts libQt6QuickParticles libQt6QuickShapes libQt6QuickTemplates2 \ libQt6QuickTestUtils libQt6QuickTest libQt6QuickWidgets libQt6PacketProtocol \ - libQt6QmlCompiler libQt6QmlDebug libQt6QmlDom libQt6QmlLint + libQt6QmlCompiler libQt6QmlDebug libQt6QmlDom # fix static lib paths sed -i 's,${_IMPORT_PREFIX}/lib',$developDir/lib, \ @@ -159,8 +159,6 @@ INSTALL() $libDir/cmake/Qt6QmlDebugPrivate/Qt6QmlDebugPrivateTargets-release.cmake sed -i 's,${_IMPORT_PREFIX}/lib',$developDir/lib, \ $libDir/cmake/Qt6QmlDomPrivate/Qt6QmlDomPrivateTargets-release.cmake - sed -i 's,${_IMPORT_PREFIX}/lib',$developDir/lib, \ - $libDir/cmake/Qt6QmlLintPrivate/Qt6QmlLintPrivateTargets-release.cmake sed -i 's,${_IMPORT_PREFIX}/lib',$developDir/lib, \ $libDir/cmake/Qt6QuickControlsTestUtilsPrivate/Qt6QuickControlsTestUtilsPrivateTargets-release.cmake sed -i 's,${_IMPORT_PREFIX}/lib',$developDir/lib, \