summarylogtreecommitdiffstats
path: root/no-compile-gschemas.patch
diff options
context:
space:
mode:
authorxiota2024-05-18 16:03:51 +0000
committerxiota2024-05-18 16:05:34 +0000
commit8be5a47c252ef53555fca020cc9bc56e20d25101 (patch)
tree4de015202c23c339e4ae8b407144888ffd0d8c17 /no-compile-gschemas.patch
parent66980332efdf9f6a0f868a7233ad032b29e2bec9 (diff)
downloadaur-compiz.tar.gz
add new upstream patches
Diffstat (limited to 'no-compile-gschemas.patch')
-rw-r--r--no-compile-gschemas.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/no-compile-gschemas.patch b/no-compile-gschemas.patch
deleted file mode 100644
index 05627a858d2c..000000000000
--- a/no-compile-gschemas.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff -Nur original/cmake/recompile_gsettings_schemas_in_dir_user_env.cmake modified/cmake/recompile_gsettings_schemas_in_dir_user_env.cmake
---- original/cmake/recompile_gsettings_schemas_in_dir_user_env.cmake 2019-02-16 12:44:41.000000000 +0000
-+++ modified/cmake/recompile_gsettings_schemas_in_dir_user_env.cmake 2019-02-16 23:36:58.589706824 +0000
-@@ -15,9 +15,9 @@
-
- find_program (GLIB_COMPILE_SCHEMAS glib-compile-schemas)
-
--if (GLIB_COMPILE_SCHEMAS)
--
-- message ("-- Recompiling GSettings schemas in ${SCHEMADIR}")
-- execute_process (COMMAND ${GLIB_COMPILE_SCHEMAS} ${SCHEMADIR})
--
--endif (GLIB_COMPILE_SCHEMAS)
-+#if (GLIB_COMPILE_SCHEMAS)
-+#
-+# message ("-- Recompiling GSettings schemas in ${SCHEMADIR}")
-+# execute_process (COMMAND ${GLIB_COMPILE_SCHEMAS} ${SCHEMADIR})
-+#
-+#endif (GLIB_COMPILE_SCHEMAS)