diff --git a/x11-themes/adwaita-icon-theme/files/patch-meson.build b/x11-themes/adwaita-icon-theme/files/patch-meson.build index b2ec93308db3..97a2d0e2183e 100644 --- a/x11-themes/adwaita-icon-theme/files/patch-meson.build +++ b/x11-themes/adwaita-icon-theme/files/patch-meson.build @@ -1,18 +1,18 @@ ---- meson.build.orig 2023-09-18 10:49:05 UTC +--- meson.build.orig 2025-06-10 14:04:30 UTC +++ meson.build -@@ -4,6 +4,7 @@ pkg.generate( - pkg.generate( - name : 'adwaita-icon-theme', - description : 'A collection of icons used as the basis for GNOME themes', -+ install_dir : join_paths(get_option('prefix'), 'libdata', 'pkgconfig'), - dataonly : true, - ) - -@@ -19,6 +20,7 @@ install_subdir( - 'Adwaita', - install_dir: adwaita_dir, - exclude_directories: ['cursors'], -+ exclude_files: ['.icon-theme.cache'], - strip_directory : true, - install_tag : 'runtime', - ) +@@ -93,15 +93,3 @@ endif + endforeach + endforeach + endif +- +-gtk_update_icon_cache = find_program( +- 'gtk4-update-icon-cache', +- 'gtk-update-icon-cache', +- required : true, +-) +-meson.add_install_script( +- gtk_update_icon_cache, +- '-qtf', +- get_option('prefix') / adwaita_dir, +- skip_if_destdir: true, +-)