File: do-not-compile-glib-schema.patch

package info (click to toggle)
gnome-shell-extension-gamemode 14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 136 kB
  • sloc: javascript: 621; sh: 97; xml: 32; makefile: 6
file content (19 lines) | stat: -rw-r--r-- 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Do not compile glib schema
Author: Sébastien Noel <sebastien@twolife.be>
Forwarded: not-needed
Last-Update: 2025-09-01

--- a/meson.build
+++ b/meson.build
@@ -41,11 +41,5 @@
     install_dir: schemadir
 )
 
-# Compile schema
-meson.add_install_script(
-  'scripts/compile-schema.sh',
-  join_paths(prefix, schemadir)
-)
-
 # Build completion message
 message('Project version: @0@'.format(meson.project_version()))