From 8dc45d1a7f7541f04759e3d71715ae42017940c6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 27 Oct 2017 14:44:55 -0500 Subject: [PATCH] use fedora wallpaper for fallback/maui theme --- sddm.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/sddm.spec b/sddm.spec index 11fc613..dd4f640 100644 --- a/sddm.spec +++ b/sddm.spec @@ -2,7 +2,7 @@ Name: sddm Version: 0.15.0 -Release: 2%{?dist} +Release: 3%{?dist} # code GPLv2+, fedora theme CC-BY-SA License: GPLv2+ and CC-BY-SA Summary: QML based X11 desktop manager @@ -59,6 +59,8 @@ Obsoletes: kde-settings-sddm < 20-5 %if 0%{?fedora} # for /usr/share/backgrounds/default.png +BuildRequires: desktop-backgrounds-compat +BuildRequires: GraphicsMagick Requires: desktop-backgrounds-compat # for /usr/share/pixmaps/system-logo-white.png Requires: system-logos @@ -95,6 +97,15 @@ A collection of sddm themes, including: elarun, maldives, maya %patch101 -p1 -b .fedora_config %patch102 -p1 -b .libxau +%if 0%{?fedora} +#FIXME/TODO: use version on filesystem instead of using a bundled copy +cp -v /usr/share/backgrounds/default.png \ + src/greeter/theme/background.png +ls -sh src/greeter/theme/background.png +gm mogrify -resize 1920x1200 src/greeter/theme/background.png +ls -sh src/greeter/theme/background.png +%endif + %build mkdir %{_target_platform} @@ -217,6 +228,9 @@ exit 0 %changelog +* Fri Oct 27 2017 Rex Dieter - 0.15.0-3 +- use fedora wallpaper for fallback/maui theme + * Wed Oct 04 2017 Martin Bříza - 0.15.0-2 - Fix a crash in the libXau patch (#1492371)