File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2024 Igalia S.L.
1
+ # Copyright 2024-2025 Igalia S.L.
2
2
# SPDX-License: MIT
3
3
4
- FROM ubuntu:24 .04
4
+ FROM ubuntu:25 .04
5
5
6
6
LABEL maintainer=
"[email protected] "
7
7
LABEL version="1.0"
8
8
LABEL org.opencontainers.image.title="WebKit SDK"
9
- LABEL org.opencontainers.image.description="Provides a complete WebKit Gtk/WPE development environment based on Ubuntu 24 .04"
9
+ LABEL org.opencontainers.image.description="Provides a complete WebKit Gtk/WPE development environment based on Ubuntu 25 .04"
10
10
LABEL org.opencontainers.image.source=https://github.com/Igalia/webkit-container-sdk
11
11
12
12
# Tweakable "make -j <x>" setting.
Original file line number Diff line number Diff line change 70
70
<meson id =" gtk4" mesonargs =" -Dbuild-demos=false -Dbuild-examples=false -Dbuild-tests=false -Dbuild-testsuite=false" >
71
71
<branch repo =" github.com"
72
72
checkoutdir =" gtk4"
73
- module =" GNOME/gtk.git" tag =" 4.16.2 " />
73
+ module =" GNOME/gtk.git" tag =" 4.19.4 " />
74
74
</meson >
75
75
76
76
<meson id =" libadwaita" mesonargs =" -Dexamples=false -Dgtk_doc=true -Dtests=false -Dvapi=false" >
77
77
<branch repo =" github.com"
78
- module =" GNOME/libadwaita.git" tag =" 1.6.0 " />
78
+ module =" GNOME/libadwaita.git" tag =" 1.7.6 " />
79
79
<dependencies >
80
80
<dep package =" gtk4" />
81
81
<dep package =" sassc" />
190
190
<!-- Everything in this section is just for sysprof. -->
191
191
<meson id =" libpanel" mesonargs =" -Dvapi=false" >
192
192
<branch repo =" github.com"
193
- module =" GNOME/libpanel.git" tag =" 1.8 .0" />
193
+ module =" GNOME/libpanel.git" tag =" 1.10 .0" />
194
194
<dependencies >
195
195
<dep package =" libadwaita" />
196
196
</dependencies >
197
197
</meson >
198
198
199
199
<meson id =" libdex" mesonargs =" -Dvapi=false" >
200
200
<branch repo =" github.com"
201
- module =" GNOME/libdex.git" tag =" 0.8.0 " />
201
+ module =" GNOME/libdex.git" tag =" 0.11.1 " />
202
202
</meson >
203
203
204
204
<meson id =" sysprof" mesonargs =" -Dexamples=false -Dpolkit-agent=disabled -Dsysprofd=host -Dtests=false" >
205
205
<branch repo =" github.com"
206
- module =" GNOME/sysprof.git" tag =" 47 .0" >
206
+ module =" GNOME/sysprof.git" tag =" 48 .0" >
207
207
</branch >
208
208
<dependencies >
209
209
<dep package =" libadwaita" />
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ valgrind perf-tools-unstable systemd-coredump
10
10
# Documentation
11
11
asciidoc doxygen doxygen-latex doxygen-doxyparse graphviz python3-sphinx devhelp libglib2.0-doc libgtk-4-doc libsoup-3.0-doc
12
12
13
+ # Needed for jhbuild / gstreamer
14
+ python-gi-dev python3-gi
15
+
13
16
# For WebKit scripts such as git-webkit
14
17
python3-pip python3-cffi
15
18
You can’t perform that action at this time.
0 commit comments