summarylogtreecommitdiffstats
path: root/libhelium-git.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libhelium-git.patch')
-rw-r--r--libhelium-git.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/libhelium-git.patch b/libhelium-git.patch
new file mode 100644
index 000000000000..b6f2cb1782dc
--- /dev/null
+++ b/libhelium-git.patch
@@ -0,0 +1,23 @@
+diff --color '--color=auto' --unified --unified --recursive --text libhelium/meson.build altered/meson.build
+--- libhelium/meson.build 2024-02-05 20:41:04.622113224 +0100
++++ altered/meson.build 2024-02-05 20:48:02.878874558 +0100
+@@ -101,19 +101,3 @@
+ if get_option('gidoc') or get_option('valadoc')
+ subdir('doc')
+ endif
+-
+-# GSettings schemas, merged from tau-gsettings-schemas since
+-# it's now standard for all Helium-based apps.
+-
+-settings_schemas = ['data/com.fyralabs.desktop.appearance.gschema.xml']
+-
+-gnome.compile_schemas(depend_files: files(settings_schemas))
+-
+-schemas_dir = get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas'
+-
+-install_data(settings_schemas, install_dir: schemas_dir)
+-
+-meson.add_install_script('glib-compile-schemas', schemas_dir)
+-
+-
+-# end schema stuff