Accepting request 835426 from home:fcrozat:branches:GNOME:Factory

- Update .gschema.override.in (jsc#SLE-14772):
  * add different key for screenlock
  * update background color for SLE.

OBS-URL: https://build.opensuse.org/request/show/835426
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2-branding?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2020-09-22 09:03:12 +00:00 committed by Git OBS Bridge
parent bf981ec3e6
commit bbc87762b9
3 changed files with 19 additions and 7 deletions

View File

@ -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>

View File

@ -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]

View File

@ -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 | \