]> git.pld-linux.org Git - packages/dconf-editor.git/blob - no-schema-upate-cache-compile.patch
update desktop database
[packages/dconf-editor.git] / no-schema-upate-cache-compile.patch
1 --- dconf-editor-45.0.1/meson.build.orig        2023-09-20 23:42:01.000000000 +0200
2 +++ dconf-editor-45.0.1/meson.build     2023-10-28 23:06:16.030307552 +0200
3 @@ -122,7 +122,7 @@
4  )
5  
6  gnome.post_install(
7 -  glib_compile_schemas: true,
8 -  gtk_update_icon_cache: true,
9 -  update_desktop_database: true,
10 +  glib_compile_schemas: false,
11 +  gtk_update_icon_cache: false,
12 +  update_desktop_database: false,
13  )
This page took 0.048692 seconds and 3 git commands to generate.