]> git.pld-linux.org Git - packages/sysprof.git/blob - no-cache-update.patch
add patch to disable icon/desktop cache update during install
[packages/sysprof.git] / no-cache-update.patch
1 --- sysprof-3.48.0/meson.build.orig     2023-03-17 20:14:21.000000000 +0100
2 +++ sysprof-3.48.0/meson.build  2023-10-19 00:48:55.610128482 +0200
3 @@ -252,7 +252,7 @@
4  
5  if get_option('gtk') and gnome.found()
6    gnome.post_install(
7 -      gtk_update_icon_cache: true,
8 -    update_desktop_database: true
9 +      gtk_update_icon_cache: false,
10 +    update_desktop_database: false
11    )
12  endif
This page took 0.031612 seconds and 4 git commands to generate.