]> git.pld-linux.org Git - packages/dconf-editor.git/commitdiff
disable schema compile and cache updates during install
authorJan Palus <atler@pld-linux.org>
Sat, 28 Oct 2023 21:08:37 +0000 (23:08 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 28 Oct 2023 21:08:37 +0000 (23:08 +0200)
dconf-editor.spec
no-schema-upate-cache-compile.patch [new file with mode: 0644]

index dd60758dfedcad48af78105445dab615579a464a..9b7f56c345b8551aed16149725c3af205c8510bb 100644 (file)
@@ -7,6 +7,7 @@ License:        GPL v3+
 Group:         X11/Applications
 Source0:       https://download.gnome.org/sources/dconf-editor/45/%{name}-%{version}.tar.xz
 # Source0-md5: 82b2f5d396e95757ad7eaf89c82decd6
+Patch0:                no-schema-upate-cache-compile.patch
 URL:           https://wiki.gnome.org/Projects/dconf
 BuildRequires: dconf-devel >= 0.26.1
 BuildRequires: gettext-tools
@@ -53,6 +54,7 @@ Bashowe uzupełnianie nazw dla narzędzia dconf-editor.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %meson build
diff --git a/no-schema-upate-cache-compile.patch b/no-schema-upate-cache-compile.patch
new file mode 100644 (file)
index 0000000..54cbc1c
--- /dev/null
@@ -0,0 +1,13 @@
+--- dconf-editor-45.0.1/meson.build.orig       2023-09-20 23:42:01.000000000 +0200
++++ dconf-editor-45.0.1/meson.build    2023-10-28 23:06:16.030307552 +0200
+@@ -122,7 +122,7 @@
+ )
+ gnome.post_install(
+-  glib_compile_schemas: true,
+-  gtk_update_icon_cache: true,
+-  update_desktop_database: true,
++  glib_compile_schemas: false,
++  gtk_update_icon_cache: false,
++  update_desktop_database: false,
+ )
This page took 0.197786 seconds and 4 git commands to generate.