Skip to content

Commit

Permalink
qt5-build.eclass: switch sources to KDE upstream for 5.15 live builds
Browse files Browse the repository at this point in the history
The KDE community has started [1] maintaining a repository with patches for
the open-source Qt 5.15 branch.

1. https://mail.kde.org/pipermail/distributions/2021-April/000984.html

Signed-off-by: Jimi Huotari <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
Chiitoo authored and a17r committed Aug 25, 2021
1 parent 0a09837 commit bfa6b34
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions eclass/qt5-build.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,11 @@ QT5_MINOR_VERSION=$(ver_cut 2)
readonly QT5_MINOR_VERSION

case ${PV} in
5.??.9999)
# git stable branch
5.15.9999)
# KDE upstream for 5.15 patches
HOMEPAGE+=" https://invent.kde.org/qt/qt/"
QT5_BUILD_TYPE="live"
EGIT_BRANCH=${PV%.9999}
EGIT_BRANCH="kde/5.15"
;;
*_alpha*|*_beta*|*_rc*)
# development release
Expand All @@ -89,10 +90,8 @@ case ${PV} in
esac
readonly QT5_BUILD_TYPE

EGIT_REPO_URI=(
"https://code.qt.io/qt/${QT5_MODULE}.git"
"https://github.com/qt/${QT5_MODULE}.git"
)
EGIT_REPO_URI=( "https://invent.kde.org/qt/qt/${QT5_MODULE}.git" )

[[ ${QT5_BUILD_TYPE} == live ]] && inherit git-r3

# @ECLASS-VARIABLE: QT5_BUILD_DIR
Expand Down

0 comments on commit bfa6b34

Please sign in to comment.