summarylogtreecommitdiffstats
path: root/libhelium.patch
diff options
context:
space:
mode:
authorAlyxia Sother2024-02-05 20:23:19 +0100
committerAlyxia Sother2024-02-05 20:23:34 +0100
commit98f2c7a08655e2169e241cd9cdc270197b66cfba (patch)
tree560aa0315c8c12e2cba88b67645c280218eb5264 /libhelium.patch
parente187372658249fb9e18c9cede03d29809e629df4 (diff)
downloadaur-libhelium.tar.gz
Update to v1.8.10, fix schema compilation
Diffstat (limited to 'libhelium.patch')
-rw-r--r--libhelium.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/libhelium.patch b/libhelium.patch
new file mode 100644
index 000000000000..20d1e64151c1
--- /dev/null
+++ b/libhelium.patch
@@ -0,0 +1,23 @@
+diff --color '--color=auto' --unified --unified --recursive --text libhelium-1.8.10/meson.build altered/meson.build
+--- libhelium-1.8.10/meson.build 2024-02-02 19:28:31.000000000 +0100
++++ altered/meson.build 2024-02-05 19:49:36.677996127 +0100
+@@ -107,19 +107,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