gsettings-desktop-schemas package update
Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>master
parent
a8a1f06c87
commit
9949c82553
|
@ -0,0 +1,28 @@
|
|||
From ff14d233b2117fc1b18955c62df29bb687b0f8ff Mon Sep 17 00:00:00 2001
|
||||
From: Jakub Steiner <jimmac@gmail.com>
|
||||
Date: Mon, 26 Mar 2018 15:45:46 +0200
|
||||
Subject: [PATCH] schemas: default lock background
|
||||
|
||||
We no longer ship explicit default lock screen background.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=794698
|
||||
---
|
||||
schemas/org.gnome.desktop.screensaver.gschema.xml.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/schemas/org.gnome.desktop.screensaver.gschema.xml.in b/schemas/org.gnome.desktop.screensaver.gschema.xml.in
|
||||
index 9eacd74a32..5c2db2a156 100644
|
||||
--- a/schemas/org.gnome.desktop.screensaver.gschema.xml.in
|
||||
+++ b/schemas/org.gnome.desktop.screensaver.gschema.xml.in
|
||||
@@ -95,7 +95,7 @@
|
||||
</description>
|
||||
</key>
|
||||
<key name="picture-uri" type="s">
|
||||
- <default>'file://@datadir@/backgrounds/gnome/adwaita-lock.jpg'</default>
|
||||
+ <default>'file://@datadir@/backgrounds/gnome/adwaita-timed.xml'</default>
|
||||
<summary>Picture URI</summary>
|
||||
<description>
|
||||
URI to use for the background image. Note that the backend only supports
|
||||
--
|
||||
2.17.1
|
||||
|
|
@ -1,15 +1,16 @@
|
|||
%global debug_package %{nil}
|
||||
|
||||
Name: gsettings-desktop-schemas
|
||||
Version: 3.24.1
|
||||
Release: 1%{?dist}
|
||||
Version: 3.28.0
|
||||
Release: 2%{?dist}
|
||||
Summary: A collection of GSettings schemas
|
||||
|
||||
License: LGPLv2+
|
||||
# no homepage exists for this component
|
||||
URL: http://bugzilla.gnome.org/enter_bug.cgi?product=gsettings-desktop-schemas
|
||||
#VCS: git:git://git.gnome.org/gsettings-desktop-schemas
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.24/%{name}-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
|
||||
# Backported from upstream
|
||||
Patch0: 0001-schemas-default-lock-background.patch
|
||||
|
||||
BuildRequires: glib2-devel >= 2.31.0
|
||||
BuildRequires: intltool
|
||||
|
@ -36,7 +37,7 @@ and header files for developing applications that use %{name}.
|
|||
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
|
||||
%build
|
||||
|
@ -74,6 +75,18 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 3.28.0-2
|
||||
- Fix lock screen background to show up
|
||||
- Resolves: #1597764
|
||||
|
||||
* Thu Apr 26 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
||||
- Update to 3.28.0
|
||||
- Resolves: #1569273
|
||||
|
||||
* Tue Apr 17 2018 Carlos Garnacho <cgarnach@redhat.com> - 3.24.1-2
|
||||
- Add support for Wacom Pro Pen 3D styli
|
||||
Resolves: #1564064
|
||||
|
||||
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 3.24.1-1
|
||||
+ gsettings-desktop-schemas-3.24.1-1
|
||||
- Update to 3.24.1
|
||||
|
|
Loading…
Reference in New Issue