Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update Flatpak platform to 8 #240

Merged
merged 2 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/elementary/flatpak-platform/runtime:7.3-${{ matrix.arch }}
image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.arch }}
options: --privileged

steps:
Expand Down
15 changes: 1 addition & 14 deletions com.github.sgpthomas.hourglass.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: com.github.sgpthomas.hourglass
runtime: io.elementary.Platform
runtime-version: '7.3'
runtime-version: '8'
sdk: io.elementary.Sdk
command: com.github.sgpthomas.hourglass
finish-args:
Expand All @@ -10,19 +10,6 @@ finish-args:
- '--device=dri'
- '--metadata=X-DConf=migrate-path=/com/github/sgpthomas/hourglass/'
modules:
- name: libportal
buildsystem: meson
config-opts:
- '-Dbackend-gtk3=disabled'
- '-Dbackend-gtk4=enabled'
- '-Dbackend-qt5=disabled'
- '-Ddocs=false'
- '-Dtests=false'
sources:
- type: archive
url: https://github.com/flatpak/libportal/releases/download/0.7.1/libportal-0.7.1.tar.xz
sha256: 297b90b263fad22190a26b8c7e8ea938fe6b18fb936265e588927179920d3805

- name: hourglass
buildsystem: meson
sources:
Expand Down