From 8b43ac72bc8fe1209afa50349bf56499568f4888 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 14 May 2023 14:01:31 +1000 Subject: [PATCH] qt6_imageformats: bump version --- ...formats-6.4.0.recipe => qt6_imageformats-6.5.0.recipe} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename dev-qt/qt6-imageformats/{qt6_imageformats-6.4.0.recipe => qt6_imageformats-6.5.0.recipe} (93%) diff --git a/dev-qt/qt6-imageformats/qt6_imageformats-6.4.0.recipe b/dev-qt/qt6-imageformats/qt6_imageformats-6.5.0.recipe similarity index 93% rename from dev-qt/qt6-imageformats/qt6_imageformats-6.4.0.recipe rename to dev-qt/qt6-imageformats/qt6_imageformats-6.5.0.recipe index e3cb75748..6de3da246 100644 --- a/dev-qt/qt6-imageformats/qt6_imageformats-6.4.0.recipe +++ b/dev-qt/qt6-imageformats/qt6_imageformats-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/qtimageformats-everywhere-src-$portVersion.tar.xz" -CHECKSUM_SHA256="1419a7b75d03c1f098a85ff772a6baad38d36be1fd75633905f043af6e945f3c" +CHECKSUM_SHA256="f9f810cd3ac7e60132c0da33f34fcfce42e3e764d6cad3020c2f3b1b42046f78" SOURCE_DIR="qtimageformats-everywhere-src-$portVersion" ARCHITECTURES="all !x86_gcc2" @@ -64,7 +64,7 @@ BUILD_PREREQUIRES=" cmd:ninja cmd:perl cmd:pkg_config$secondaryArchSuffix - cmd:python3.7 + cmd:python3 cmd:sed cmd:xargs " @@ -84,7 +84,7 @@ 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()