Skip to content

Commit

Permalink
flatpak: Update gnome platform
Browse files Browse the repository at this point in the history
The previously used version 41 has been unsupported since 2022, so
update it.

This does not update dbus-python yet, since the 1.3.0 version requires
meson as a build system, but seems to require a newer version than what
the gnome/freedesktop 45 SDK supports and manually installing a newer
version takes more effort with no signficant gains, see also
https://github.com/flathub/net.lutris.Lutris/blob/7bd51222b8076abd8fcbfe9cb0e4d6e70bafca24/net.lutris.Lutris.yml#L775-L780
  • Loading branch information
matthijskooijman committed Nov 19, 2023
1 parent 596b88e commit dc24fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Install GNOME SDK for flatpak
run: |
flatpak remote-add --user --if-not-exists --from flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user -y flathub org.gnome.Platform//41 org.gnome.Sdk//41
flatpak install --user -y flathub org.gnome.Platform//45 org.gnome.Sdk//45
- name: Build application
run: |
flatpak-builder --repo=build/flatpak/repo build/flatpak/tmp org.gnome.Hamster.yml
Expand Down
2 changes: 1 addition & 1 deletion org.gnome.Hamster.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
app-id: org.gnome.Hamster
runtime: org.gnome.Platform
runtime-version: '41'
runtime-version: '45'
sdk: org.gnome.Sdk
command: hamster
modules:
Expand Down

0 comments on commit dc24fc8

Please sign in to comment.