Skip to content

Commit 3791ddf

Browse files
committed
Bump Flatpak's Gnome from 47 to 48 and require libadwaita 1.5 at least
1 parent c340348 commit 3791ddf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
build-flatpak:
6565
runs-on: ubuntu-24.04
6666
container:
67-
image: bilelmoussaoui/flatpak-github-actions:gnome-47
67+
image: bilelmoussaoui/flatpak-github-actions:gnome-48
6868
options: --privileged
6969
steps:
7070
- uses: actions/checkout@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
build-flatpak:
4343
runs-on: ubuntu-24.04
4444
container:
45-
image: bilelmoussaoui/flatpak-github-actions:gnome-47
45+
image: bilelmoussaoui/flatpak-github-actions:gnome-48
4646
options: --privileged
4747
steps:
4848
- uses: actions/checkout@v6

dist/flatpak/org.deltachat.Gnome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "org.deltachat.Gnome",
33
"runtime": "org.gnome.Platform",
4-
"runtime-version": "47",
4+
"runtime-version": "48",
55
"sdk": "org.gnome.Sdk",
66
"command": "deltachat-gnome",
77
"finish-args": [

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ deps = [
77
dependency('glib-2.0'),
88
dependency('gio-2.0'),
99
dependency('gtk4'),
10-
dependency('libadwaita-1', version: '>= 1.0'),
10+
dependency('libadwaita-1', version: '>= 1.5'),
1111
dependency('json-glib-1.0'),
1212
]
1313

0 commit comments

Comments
 (0)