From 4e609ae7556fe8aea4f5afddf6d2ccfb47dad660 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 14 May 2023 16:06:11 +1000 Subject: [PATCH] qt6_networkauth: bump version --- ...6.4.0.recipe => qt6_networkauth-6.5.0.recipe} | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) rename dev-qt/qt6-networkauth/{qt6_networkauth-6.4.0.recipe => qt6_networkauth-6.5.0.recipe} (86%) diff --git a/dev-qt/qt6-networkauth/qt6_networkauth-6.4.0.recipe b/dev-qt/qt6-networkauth/qt6_networkauth-6.5.0.recipe similarity index 86% rename from dev-qt/qt6-networkauth/qt6_networkauth-6.4.0.recipe rename to dev-qt/qt6-networkauth/qt6_networkauth-6.5.0.recipe index 380d63ba5..6ebd27577 100644 --- a/dev-qt/qt6-networkauth/qt6_networkauth-6.4.0.recipe +++ b/dev-qt/qt6-networkauth/qt6_networkauth-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/qtnetworkauth-everywhere-src-$portVersion.tar.xz" -CHECKSUM_SHA256="609b77f8fd77f1cc1f0fafa7acdb0ca6bb8a8aea6fef42cbb76f8636ce0f17b3" +CHECKSUM_SHA256="dbcc522ab2136ebe6c9be5c7f156a3bcefa92cd19a462e33a00e94068a24413e" SOURCE_DIR="qtnetworkauth-everywhere-src-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -54,7 +54,7 @@ BUILD_PREREQUIRES=" cmd:ninja cmd:perl cmd:pkg_config$secondaryArchSuffix - cmd:python3.7 + cmd:python3 cmd:sed cmd:xargs " @@ -69,14 +69,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 libQt6NetworkAuth + prepareInstalledDevelLibs \ + libQt6NetworkAuth + + # fix pkgconfig files + fixPkgconfig + sed -i "s|includedir=.*|includedir=$includeDir/Qt6|" \ + $developLibDir/pkgconfig/*.pc cd $libDir for i in lib*.so.6.*;do