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

Flatpak: Update libportal to 0.7.1 #233

Merged
merged 1 commit into from
Sep 11, 2023
Merged
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
8 changes: 5 additions & 3 deletions com.github.sgpthomas.hourglass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ modules:
- name: libportal
buildsystem: meson
config-opts:
- '-Dbackends=gtk4'
- '-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.6/libportal-0.6.tar.xz
sha256: 88a12c3ba71bc31acff7238c280de697d609cebc50830c3766776ec35abc6566
url: https://github.com/flatpak/libportal/releases/download/0.7.1/libportal-0.7.1.tar.xz
sha256: 297b90b263fad22190a26b8c7e8ea938fe6b18fb936265e588927179920d3805

- name: hourglass
buildsystem: meson
Expand Down