diff options
Diffstat (limited to 'extra/gtk4')
-rwxr-xr-x | extra/gtk4/build | 1 | ||||
-rw-r--r-- | extra/gtk4/checksums | 2 | ||||
-rw-r--r-- | extra/gtk4/depends | 1 | ||||
-rw-r--r-- | extra/gtk4/sources | 2 | ||||
-rw-r--r-- | extra/gtk4/version | 2 |
5 files changed, 5 insertions, 3 deletions
diff --git a/extra/gtk4/build b/extra/gtk4/build index 4a6e9f90..92826cbc 100755 --- a/extra/gtk4/build +++ b/extra/gtk4/build @@ -1,6 +1,7 @@ #!/bin/sh -e export DESTDIR="$1" +export LD=ld.bfd # Disable usage of execinfo on the testsuite clsed '/#ifndef G_OS_WIN32/c#if !defined(G_OS_WIN32) && defined(__GLIBC__)' \ diff --git a/extra/gtk4/checksums b/extra/gtk4/checksums index e4344cd1..442402da 100644 --- a/extra/gtk4/checksums +++ b/extra/gtk4/checksums @@ -1,4 +1,4 @@ %BLAKE3 -b6ef4cac258098273fad05ad9317106b2deea104d26ff6e15395d709f5d00608 gtk-4.10.1.tar.xz +2e994966ad2805dc24aea2869fa5737d8dca59e9e6e8e5e1e51bb0ada5373f13 gtk-4.10.3.tar.xz 6654770a5ef88887b93cba499b32f6f36279f5fcc2684fdad9ec9bad5037ea26 8280337.tar.gz 2753baffa6a8686ecea1b1f6348911e3545219ecb92b2fcffb3afc67830bfe06 302397c.tar.gz diff --git a/extra/gtk4/depends b/extra/gtk4/depends index a90bd5e7..268c59a0 100644 --- a/extra/gtk4/depends +++ b/extra/gtk4/depends @@ -1,3 +1,4 @@ +binutils make cairo fribidi gdk-pixbuf diff --git a/extra/gtk4/sources b/extra/gtk4/sources index 45c22a3d..9743feb4 100644 --- a/extra/gtk4/sources +++ b/extra/gtk4/sources @@ -1,3 +1,3 @@ -https://download.gnome.org/sources/gtk/4.10/gtk-4.10.1.tar.xz +https://download.gnome.org/sources/gtk/4.10/gtk-4.10.3.tar.xz https://github.com/lazka/sassc/archive/8280337.tar.gz subprojects/sassc https://github.com/lazka/libsass/archive/302397c.tar.gz subprojects/libsass diff --git a/extra/gtk4/version b/extra/gtk4/version index a5ddfd0f..ba965122 100644 --- a/extra/gtk4/version +++ b/extra/gtk4/version @@ -1 +1 @@ -4.10.1 1 +4.10.3 1 |