mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
x11-themes/adwaita-icon-theme-legacy: Apply the same fix as for the non-legacy version
Fixes: 71ef76454b
This commit is contained in:
@@ -8,3 +8,20 @@
|
||||
)
|
||||
|
||||
licenses_dir = get_option('datadir') / 'licenses' / 'adwaita-icon-theme'
|
||||
@@ -20,16 +21,4 @@ install_subdir(
|
||||
install_dir: adwaita_dir,
|
||||
strip_directory : true,
|
||||
install_tag : 'runtime',
|
||||
-)
|
||||
-
|
||||
-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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user