From b27ddfc5049b9fe02b89180c793a9999e5b4dadc Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 28 Apr 2023 18:57:07 +0100 Subject: x11-libs/gtk+:3 : version bump --- .../files/gtk+-3.24.36-update-icon-cache.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 x11-libs/gtk+/files/gtk+-3.24.36-update-icon-cache.patch (limited to 'x11-libs/gtk+/files/gtk+-3.24.36-update-icon-cache.patch') diff --git a/x11-libs/gtk+/files/gtk+-3.24.36-update-icon-cache.patch b/x11-libs/gtk+/files/gtk+-3.24.36-update-icon-cache.patch new file mode 100644 index 00000000..19af75c3 --- /dev/null +++ b/x11-libs/gtk+/files/gtk+-3.24.36-update-icon-cache.patch @@ -0,0 +1,29 @@ +--- a/docs/reference/gtk/meson.build ++++ b/docs/reference/gtk/meson.build +@@ -500,7 +500,6 @@ + + man_files = [ + [ 'gtk-query-immodules-3.0', '1', ], +- [ 'gtk-update-icon-cache', '1', ], + [ 'gtk-encode-symbolic-svg', '1', ], + [ 'gtk-launch', '1', ], + [ 'gtk-builder-tool', '1', ], +--- a/gtk/meson.build ++++ b/gtk/meson.build +@@ -1109,16 +1109,6 @@ + extra_update_icon_cache_objs = import('windows').compile_resources(uac_rc) + endif + +-gtk_update_icon_cache = executable( +- 'gtk-update-icon-cache', +- 'updateiconcache.c', +- extra_update_icon_cache_objs, +- c_args: gtk_cargs, +- dependencies: libgtk_dep, +- install: true +-) +-gtk_tools += gtk_update_icon_cache +- + gtk_query_immodules = executable( + 'gtk-query-immodules-3.0', + 'queryimmodules.c', -- cgit v1.2.3