summaryrefslogtreecommitdiff
path: root/x11-libs/gtk+/files/gtk+-3.24.36-update-icon-cache.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-04-28 18:57:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-04-28 18:57:07 +0100
commitb27ddfc5049b9fe02b89180c793a9999e5b4dadc (patch)
tree650c7d3ed19bc1b8efd9e671f9261a0c2fb937ec /x11-libs/gtk+/files/gtk+-3.24.36-update-icon-cache.patch
parent44b4c1fc6d9e35cdf0862294da5f09ae046b17e1 (diff)
x11-libs/gtk+:3 : version bump
Diffstat (limited to 'x11-libs/gtk+/files/gtk+-3.24.36-update-icon-cache.patch')
-rw-r--r--x11-libs/gtk+/files/gtk+-3.24.36-update-icon-cache.patch29
1 files changed, 29 insertions, 0 deletions
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',