Initial commit
This commit is contained in:
commit
13b183cada
16 changed files with 557 additions and 0 deletions
14
gnome/meson.build
Normal file
14
gnome/meson.build
Normal file
|
@ -0,0 +1,14 @@
|
|||
schemas = [
|
||||
'org.gnome.desktop.background.gschema.override',
|
||||
'org.gnome.desktop.interface.gschema.override',
|
||||
'org.gnome.desktop.screensaver.gschema.override',
|
||||
]
|
||||
|
||||
custom_target('10_budgie_gnome_settings.gschema.override',
|
||||
capture: true,
|
||||
command: ['cat', '@INPUT@'],
|
||||
input: schemas,
|
||||
install_dir: path_schema,
|
||||
install: true,
|
||||
output: '10_budgie_gnome_settings.gschema.override',
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue