Skip to content

Commit

Permalink
Merge pull request #3261 from mariux64/update-qt5
Browse files Browse the repository at this point in the history
Qt5: Update to version 5.15.17
  • Loading branch information
david authored Jun 25, 2025
2 parents 7bad464 + 2009141 commit 9b0a316
Showing 1 changed file with 7 additions and 3 deletions.
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

0 comments on commit 9b0a316

Please sign in to comment.