We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f37ed commit 50e1b18Copy full SHA for 50e1b18
Dockerfile
@@ -5,9 +5,9 @@ RUN dnf install git xorg-x11-server-Xvfb procps-ng wget 'dnf-command(builddep)'
5
RUN dnf builddep gtk4 -y
6
7
# build gtk4 from the latest release
8
-ADD https://download.gnome.org/sources/gtk/4.3/gtk-4.3.2.tar.xz /tmp/gtk-4.3.2.tar.xz
9
-RUN tar -xf /tmp/gtk-4.3.2.tar.xz --directory /tmp
10
-WORKDIR /tmp/gtk-4.3.2
+ADD https://download-fallback.gnome.org/sources/gtk/4.4/gtk-4.4.0.tar.xz /tmp/gtk-4.4.0.tar.xz
+RUN tar -xf /tmp/gtk-4.4.0.tar.xz --directory /tmp
+WORKDIR /tmp/gtk-4.4.0
11
RUN meson _build --prefix=/usr
12
RUN ninja -C _build
13
RUN ninja -C _build install
0 commit comments