Skip to content

Qt5: Update to version 5.15.17 #3261

Merged
merged 1 commit into from
Jun 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions qt5.be0
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 \
Expand Down