diff --git a/dev-qt/qt6-webchannel/qt6_webchannel-6.4.0.recipe b/dev-qt/qt6-webchannel/qt6_webchannel-6.5.0.recipe similarity index 88% rename from dev-qt/qt6-webchannel/qt6_webchannel-6.4.0.recipe rename to dev-qt/qt6-webchannel/qt6_webchannel-6.5.0.recipe index f8f37fd6b..804a82240 100644 --- a/dev-qt/qt6-webchannel/qt6_webchannel-6.4.0.recipe +++ b/dev-qt/qt6-webchannel/qt6_webchannel-6.5.0.recipe @@ -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/qtwebchannel-everywhere-src-$portVersion.tar.xz" -CHECKSUM_SHA256="528f6d837cc58854deaddafbb76eb237f4dbd688a4407b438ab9c0db1613695a" +CHECKSUM_SHA256="d9553d646df3681b8e09c7609bf7eda0cde69b562f180fa50451a987ed00f1bf" SOURCE_DIR="qtwebchannel-everywhere-src-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -66,7 +66,7 @@ BUILD_PREREQUIRES=" cmd:ninja cmd:perl cmd:pkg_config$secondaryArchSuffix - cmd:python3.7 + cmd:python3 cmd:sed cmd:xargs " @@ -81,14 +81,20 @@ 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 libQt6WebChannel + prepareInstalledDevelLibs \ + libQt6WebChannel + + # fix pkgconfig files + fixPkgconfig + sed -i "s|includedir=.*|includedir=$includeDir/Qt6|" \ + $developLibDir/pkgconfig/*.pc cd $libDir for i in lib*.so.6.*;do