From 069cac4cb119c3348708a1d87501e7465b830086 Mon Sep 17 00:00:00 2001 From: Christoph Moench-Tegeder Date: Thu, 26 Sep 2024 23:57:38 +0200 Subject: graphics/py-pivy: update to 0.6.3 Release Notes: https://github.com/coin3d/pivy/releases/tag/0.6.9 --- graphics/py-pivy/files/patch-qtinfo.py | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'graphics/py-pivy/files/patch-qtinfo.py') diff --git a/graphics/py-pivy/files/patch-qtinfo.py b/graphics/py-pivy/files/patch-qtinfo.py index 534332fcea13..cd0752aa3d16 100644 --- a/graphics/py-pivy/files/patch-qtinfo.py +++ b/graphics/py-pivy/files/patch-qtinfo.py @@ -1,15 +1,22 @@ ---- qtinfo.py.orig 2023-03-13 20:25:16.070089000 +0100 -+++ qtinfo.py 2023-03-13 20:26:18.492969000 +0100 -@@ -7,7 +7,7 @@ +commit 9075d5a5fc7bd7f0144667e12e26e0aa8f7bb4c2 +Author: Christoph Moench-Tegeder + + our qmake is qmake6 + +diff --git qtinfo.py qtinfo.py +index 49b03b4..986960a 100644 +--- qtinfo.py ++++ qtinfo.py +@@ -7,7 +7,7 @@ class QtInfo(object): if qmake_command: self._qmake_command = qmake_command else: - self._qmake_command = [find_executable("qmake"),] -+ self._qmake_command = [find_executable("qmake-qt5"),] ++ self._qmake_command = [find_executable("qmake6"),] self._dict = {} # bind all variables early at __init__ time. for thing in self.__class__.__dict__: -@@ -79,4 +79,4 @@ +@@ -79,4 +79,4 @@ class QtInfo(object): translations_dir = property(getTranslationsPath) headers_dir = property(getHeadersPath) docs_dir = property(getDocsPath) -- cgit v1.2.3