Skip to content

Commit 8e34706

Browse files
committed
Bump flatpak runtimes for gnome and kde
1 parent 59713b0 commit 8e34706

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

changes/2258.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The Flatpak runtimes for new projects were updated. ``org.gnome.Platform`` will now default to 47; and ``org.kde.Platform`` will now default to 6.9.

src/briefcase/bootstraps/pyside6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def pyproject_table_linux_appimage(self):
148148
def pyproject_table_linux_flatpak(self):
149149
return """\
150150
flatpak_runtime = "org.kde.Platform"
151-
flatpak_runtime_version = "6.7"
151+
flatpak_runtime_version = "6.9"
152152
flatpak_sdk = "org.kde.Sdk"
153153
"""
154154

src/briefcase/bootstraps/toga.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def pyproject_table_linux_appimage(self):
192192
def pyproject_table_linux_flatpak(self):
193193
return """\
194194
flatpak_runtime = "org.gnome.Platform"
195-
flatpak_runtime_version = "47"
195+
flatpak_runtime_version = "48"
196196
flatpak_sdk = "org.gnome.Sdk"
197197
"""
198198

tests/commands/new/test_build_gui_context.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def main():
206206
""",
207207
pyproject_table_linux_flatpak="""\
208208
flatpak_runtime = "org.gnome.Platform"
209-
flatpak_runtime_version = "47"
209+
flatpak_runtime_version = "48"
210210
flatpak_sdk = "org.gnome.Sdk"
211211
""",
212212
pyproject_table_windows="""\
@@ -491,7 +491,7 @@ def main():
491491
""",
492492
pyproject_table_linux_flatpak="""\
493493
flatpak_runtime = "org.kde.Platform"
494-
flatpak_runtime_version = "6.7"
494+
flatpak_runtime_version = "6.9"
495495
flatpak_sdk = "org.kde.Sdk"
496496
""",
497497
pyproject_table_windows="""\

0 commit comments

Comments
 (0)