Skip to content

Commit

Permalink
Update kate to build last Qt5 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arichardson committed Aug 26, 2024
1 parent 79ba0b2 commit 461f8d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pycheribuild/projects/cross/kde.py
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,11 @@ class BuildKTextEditor(KDECMakeProject):

class BuildKate(KDECMakeProject):
target = "kate"
repository = GitRepository("https://invent.kde.org/utilities/kate.git")
repository = GitRepository(
"https://invent.kde.org/utilities/kate.git",
default_branch="release/23.08", # release/23.08 is the last Qt5 release
force_branch=True,
)
dependencies = (
"extra-cmake-modules",
"kactivities",
Expand Down

0 comments on commit 461f8d2

Please sign in to comment.