From 2009141452c7526f963d1058cf11456583195807 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 25 Jun 2025 16:10:23 +0200 Subject: [PATCH] Qt5: Update to version 5.15.17 stellarium and spyder (maybe more) crashes with QtWebEngine missing function (harfbuzz) --- qt5.be0 | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/qt5.be0 b/qt5.be0 index 5ad7c0b8d..4ed509763 100755 --- a/qt5.be0 +++ b/qt5.be0 @@ -1,9 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION qt5-5.15.5_20220705_ea4efc06-0 +# BEE_VERSION qt5-5.15.17_20250522_355dc72e-0 # origin: https://invent.kde.org/qt/qt/qt5.git - branch kde/5.15 -SRCURL[0]="https://beehive.molgen.mpg.de/1566026e325525d550c60fee32ecc2b8/qt-everywhere-src-5.15.5_20220705_ea4efc06.tar.lz" +SRCURL[0]="https://beehive.molgen.mpg.de/0e218408420dad90cd29bd828f9547b9/qt-everywhere-src-5.15.17_20250522_355dc72e.tar.lz" + +#PATCHURL+=() PREFIX=/usr/local/qt5 @@ -13,7 +15,9 @@ BMF=$(beegetopt --option j: -- ${BEE_MAKEFLAGS}) # export for build and install export NINJAJOBS=${BMF/ -- */} -mee_configure() { +mee_configure() { + p=/pkg/node-22.14.0-0/profile; [ -e $p ] && . $p + MAKEFLAGS=${BEE_MAKEFLAGS} \ ${S}/configure \ -confirm-license \