Skip to content

Commit

Permalink
Merge pull request beeware#1987 from rmartin16/bump-flatpak-freedesktop
Browse files Browse the repository at this point in the history
Bump Flatpak freedesktop runtime to 24.08
  • Loading branch information
freakboy3742 authored Sep 8, 2024
2 parents 32f529a + d276de6 commit 21ae7e9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions changes/1987.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The Flatpak runtimes for new projects were updated. ``org.freedesktop.Platform`` will now default to 24.08; ``org.gnome.Platform`` will now default to 46; and ``org.kde.Platform`` will now default to 6.7.
2 changes: 1 addition & 1 deletion src/briefcase/bootstraps/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def pyproject_table_linux_system_arch(self):
def pyproject_table_linux_flatpak(self):
return """\
flatpak_runtime = "org.freedesktop.Platform"
flatpak_runtime_version = "23.08"
flatpak_runtime_version = "24.08"
flatpak_sdk = "org.freedesktop.Sdk"
"""

Expand Down
2 changes: 1 addition & 1 deletion src/briefcase/bootstraps/pygame.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def pyproject_table_linux_appimage(self):
def pyproject_table_linux_flatpak(self):
return """\
flatpak_runtime = "org.freedesktop.Platform"
flatpak_runtime_version = "23.08"
flatpak_runtime_version = "24.08"
flatpak_sdk = "org.freedesktop.Sdk"
"""

Expand Down
4 changes: 2 additions & 2 deletions tests/commands/new/test_build_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ def main():
""",
pyproject_table_linux_flatpak="""\
flatpak_runtime = "org.freedesktop.Platform"
flatpak_runtime_version = "23.08"
flatpak_runtime_version = "24.08"
flatpak_sdk = "org.freedesktop.Sdk"
""",
pyproject_table_windows="""\
Expand Down Expand Up @@ -692,7 +692,7 @@ def main():
""",
pyproject_table_linux_flatpak="""\
flatpak_runtime = "org.freedesktop.Platform"
flatpak_runtime_version = "23.08"
flatpak_runtime_version = "24.08"
flatpak_sdk = "org.freedesktop.Sdk"
""",
pyproject_table_windows="""\
Expand Down

0 comments on commit 21ae7e9

Please sign in to comment.