forked from pool/glib2-branding
Accepting request 836042 from GNOME:Factory
- Update .gschema.override.in (jsc#SLE-14772): * add different key for screenlock * update background color for SLE. (forwarded request 835426 from fcrozat) OBS-URL: https://build.opensuse.org/request/show/836042 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2-branding?expand=0&rev=12
This commit is contained in:
commit
a85ebd3a2f
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 18 12:36:04 UTC 2020 - Frederic Crozat <fcrozat@suse.com>
|
||||
|
||||
- Update .gschema.override.in (jsc#SLE-14772):
|
||||
* add different key for screenlock
|
||||
* update background color for SLE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 14:12:32 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -12,14 +12,19 @@ toolkit-accessibility = false
|
||||
## Default wallpaper
|
||||
picture-uri = "@@WALLPAPER_URI@@"
|
||||
picture-options = "stretched"
|
||||
primary-color = "#258c06"
|
||||
secondary-color = "#258c06"
|
||||
@@IF_openSUSE@@primary-color = "#258c06"
|
||||
@@IF_openSUSE@@secondary-color = "#258c06"
|
||||
@@IF_SLE@@primary-color = "#0C322C"
|
||||
@@IF_SLE@@secondary-color = "#0C322C"
|
||||
|
||||
[org.gnome.desktop.screensaver]
|
||||
picture-uri = "@@WALLPAPER_URI@@"
|
||||
@@IF_openSUSE@@picture-uri = "@@WALLPAPER_URI@@"
|
||||
@@IF_SLE@@picture-uri = "@@LOCKSCREEN_URI@@"
|
||||
picture-options = "stretched"
|
||||
primary-color = "#258c06"
|
||||
secondary-color = "#258c06"
|
||||
@@IF_openSUSE@@primary-color = "#258c06"
|
||||
@@IF_openSUSE@@secondary-color = "#258c06"
|
||||
@@IF_SLE@@primary-color = "#0C322C"
|
||||
@@IF_SLE@@secondary-color = "#0C322C"
|
||||
@@IF_SLE@@lock-delay = 300
|
||||
|
||||
[org.gnome.login-screen]
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package glib2-branding
|
||||
# spec file for package glib2
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
@ -91,7 +91,7 @@ cp -a %{SOURCE2} glib2-branding.gschema.override.in
|
||||
|
||||
%build
|
||||
test -f %{_datadir}/wallpapers/%{branding_name}-default.xml
|
||||
sed "s,@@WALLPAPER_URI@@,file://%{_datadir}/wallpapers/%{branding_name}-default.xml," glib2-branding.gschema.override.in > glib2-branding.gschema.override
|
||||
sed "s,@@WALLPAPER_URI@@,file://%{_datadir}/wallpapers/%{branding_name}-default.xml,;s,@@LOCKSCREEN_URI@@,file://%{_datadir}/wallpapers/%{branding_name}-default-static-lockscreen.xml," glib2-branding.gschema.override.in > glib2-branding.gschema.override
|
||||
#for sound theme
|
||||
%if 0%{?build_openSUSE}
|
||||
sed "s:@@IF_openSUSE@@::g" < glib2-branding.gschema.override | \
|
||||
|
Loading…
Reference in New Issue
Block a user