evcc: 0.131.4 -> 0.131.5
[NixPkgs.git] / pkgs / by-name / gn / gnome-pomodoro / fix-schema-path.patch
blobb7e6dfaa327b863483e32a4d2da1aa2c92859426
1 diff --git a/meson.build b/meson.build
2 index 09857a1..a07d27c 100644
3 --- a/meson.build
4 +++ b/meson.build
5 @@ -40,7 +40,8 @@ add_project_arguments(
8 # We are going to use these variables later on for the plugins
9 -gschema_dir = get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas'
10 +nix_package_name = '@pname@' + '-' + '@version@'
11 +gschema_dir = get_option('prefix') / get_option('datadir') / 'gsettings-schemas' / nix_package_name / 'glib-2.0' / 'schemas'
12 plugin_libdir = get_option('prefix') / get_option('libdir') / meson.project_name() / 'plugins'
13 extension_dir = get_option('prefix') / get_option('datadir') / 'gnome-shell' / 'extensions' / 'pomodoro@arun.codito.in'
15 @@ -134,7 +135,7 @@
16 subdir('tests')
18 gnome.post_install(
19 - glib_compile_schemas: true,
20 + glib_compile_schemas: false,
21 gtk_update_icon_cache: true,
22 update_desktop_database: true,