From 0b5a2b44ef06372ca78e7c9874509f54b2aa19c2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:19:24 +0100 Subject: [PATCH] added sddm theme configuration file [release 5.13.5-2mamba;Wed Sep 05 2018] --- plasma-workspace.spec | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/plasma-workspace.spec b/plasma-workspace.spec index e76c5ef..641c8c3 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: plasma-workspace -Version: 5.13.4 +Version: 5.13.5 Release: 2mamba Summary: KDE Frameworks 5 Workspace Group: Graphical Desktop/Applications/Environment @@ -132,6 +132,13 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pam.d/kde install -D -m0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/kde-np install -D -m0644 %{SOURCE3} %{buildroot}%{_datadir}/ksplash/Themes/Minimalistic/kdegear.png +install -d -m0755 %{buildroot}%{_prefix}/lib/sddm/sddm.conf.d +cat > %{buildroot}%{_prefix}/lib/sddm/sddm.conf.d/plasma.conf << _EOF +[Theme] +Current=breeze +CursorTheme=breeze_cursors +_EOF + %find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang %clean @@ -183,6 +190,7 @@ exit 0 %{_bindir}/startplasmacompositor %{_bindir}/systemmonitor %{_bindir}/xembedsniproxy +%{_prefix}/lib/sddm/sddm.conf.d/plasma.conf %{_datadir}/applications/org.kde.systemmonitor.desktop %{_datadir}/applications/org.kde.klipper.desktop %{_datadir}/applications/plasma-windowed.desktop @@ -303,6 +311,12 @@ exit 0 %{_libdir}/cmake/LibColorCorrect/LibColorCorrect*.cmake %changelog +* Wed Sep 05 2018 Silvan Calarco 5.13.5-2mamba +- added sddm theme configuration file + +* Tue Sep 04 2018 Automatic Build System 5.13.5-1mamba +- automatic version update by autodist + * Wed Aug 29 2018 Silvan Calarco 5.13.4-2mamba - rebuilt by autoport with build requirements: libqalculate-devel>=2.6.2-1mamba