Remove slick-greeter configuration as well. Bump to 0.5.1.

This commit is contained in:
Joshua Strobl 2023-09-06 13:56:49 +03:00
parent a11287eaa7
commit ee3a2f50ae
3 changed files with 1 additions and 16 deletions

View file

@ -1,12 +0,0 @@
schemas = [
'x.dm.slick-greeter.gschema.override',
]
custom_target('10_budgie_org_lightdm.gschema.override',
capture: true,
command: ['cat', '@INPUT@'],
input: schemas,
install_dir: path_schema,
install: true,
output: '10_budgie_org_lightdm.gschema.override',
)

View file

@ -1,2 +0,0 @@
[x.dm.slick-greeter]
background='file:///usr/share/backgrounds/budgie/valley-midnight.jpg'

View file

@ -1,7 +1,7 @@
project(
'budgie-desktop-defaults',
'c',
version: '0.5',
version: '0.5.1',
license: [
'CC-BY-SA-4.0'
],
@ -16,7 +16,6 @@ path_schema = join_paths(path_data, 'glib-2.0', 'schemas')
subdir('budgie')
subdir('gnome')
subdir('lightdm')
report = [
' Build configuration:',