diff options
author | Tim Biermann <tbier@posteo.de> | 2022-05-22 11:17:09 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-05-22 11:18:50 +0200 |
commit | a4cbaeea59f209b989a948f53fafe5dd4c123bd2 (patch) | |
tree | 19de02136254c1e05cbb8d5c70effff5fa2434e1 /gtk3/Pkgfile | |
parent | 482ff3193068fc7fc35fd494259245577d9d59b7 (diff) | |
download | opt-a4cbaeea59f209b989a948f53fafe5dd4c123bd2.tar.gz opt-a4cbaeea59f209b989a948f53fafe5dd4c123bd2.tar.xz |
gtk3: 3.24.33 -> 3.24.34
Diffstat (limited to 'gtk3/Pkgfile')
-rw-r--r-- | gtk3/Pkgfile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/gtk3/Pkgfile b/gtk3/Pkgfile index 6db2b5386..da5c34e27 100644 --- a/gtk3/Pkgfile +++ b/gtk3/Pkgfile @@ -5,13 +5,9 @@ # Optional: colord cups libxkbcommon wayland-protocols name=gtk3 -version=3.24.33 -release=2 -# https://gitlab.gnome.org/GNOME/gtk/-/issues/4790 -# https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/4562 -_commit=21eb3b2a6c7828cbbe44df4bf8d5ee812bdb0094 -#source=(https://download.gnome.org/sources/gtk+/${version:0:4}/gtk+-$version.tar.xz -source=(https://gitlab.gnome.org/GNOME/gtk/-/archive/$_commit/gtk+-$_commit.tar.bz2 +version=3.24.34 +release=1 +source=(https://download.gnome.org/sources/gtk+/${version:0:4}/gtk+-$version.tar.xz gtk-register-3.sh gtk.immodules) build () { @@ -19,8 +15,7 @@ build () { prt-get isinst libxkbcommon wayland-protocols && PKGMK_GTK3+=' -D wayland_backend=true' || PKGMK_GTK3+=' -Dwayland_backend=false' CFLAGS+=" -DG_ENABLE_DEBUG -DG_DISABLE_CAST_CHECKS" - #meson setup gtk+-$version build $PKGMK_GTK3 \ - meson setup gtk-$_commit build $PKGMK_GTK3 \ + meson setup gtk+-$version build $PKGMK_GTK3 \ --prefix=/usr \ -D buildtype=plain \ --wrap-mode=nodownload \ |