Skip to content

Commit 461f8d2

Browse files
committed
Update kate to build last Qt5 release branch
1 parent 79ba0b2 commit 461f8d2

File tree

1 file changed

+5
-1
lines changed
  • pycheribuild/projects/cross

1 file changed

+5
-1
lines changed

pycheribuild/projects/cross/kde.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1500,7 +1500,11 @@ class BuildKTextEditor(KDECMakeProject):
15001500

15011501
class BuildKate(KDECMakeProject):
15021502
target = "kate"
1503-
repository = GitRepository("https://invent.kde.org/utilities/kate.git")
1503+
repository = GitRepository(
1504+
"https://invent.kde.org/utilities/kate.git",
1505+
default_branch="release/23.08", # release/23.08 is the last Qt5 release
1506+
force_branch=True,
1507+
)
15041508
dependencies = (
15051509
"extra-cmake-modules",
15061510
"kactivities",

0 commit comments

Comments
 (0)