mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
gtk+3: update to 3.24.18.
This commit is contained in:
parent
e5416d33fb
commit
81c67d6009
2 changed files with 3 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c
|
||||
index eba8361b21..5f39c5771c 100644
|
||||
--- gdk/wayland/gdkwindow-wayland.c
|
||||
+++ gdk/wayland/gdkwindow-wayland.c
|
||||
@@ -1087,6 +1087,8 @@ needs_initial_configure (GdkWindow *window)
|
||||
|
||||
if (impl->display_server.wl_subsurface)
|
||||
return FALSE;
|
||||
+ else if (impl->use_custom_surface)
|
||||
+ return FALSE;
|
||||
else if (is_realized_toplevel (window))
|
||||
return TRUE;
|
||||
else if (is_realized_popup (window))
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gtk+3'
|
||||
pkgname=gtk+3
|
||||
version=3.24.17
|
||||
revision=2
|
||||
version=3.24.18
|
||||
revision=1
|
||||
wrksrc="gtk+-${version}"
|
||||
build_style=gnu-configure
|
||||
build_helper="gir"
|
||||
|
@ -26,7 +26,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://www.gtk.org/"
|
||||
distfiles="${GNOME_SITE}/gtk+/${version%.*}/gtk+-${version}.tar.xz"
|
||||
checksum=f210255b221cb0f0db3e7b21399983b715c9dda6eb1e5c2f7fdf38f4f1b6bac0
|
||||
checksum=f5eaff7f4602e44a9ca7bfad5382d7a73e509a8f00b0bcab91c198d096172ad2
|
||||
|
||||
# Package build options
|
||||
build_options="broadway colord cups gir cloudproviders wayland x11"
|
||||
|
|
Loading…
Add table
Reference in a new issue