added sddm theme configuration file [release 5.13.5-2mamba;Wed Sep 05 2018]

This commit is contained in:
Silvan Calarco 2024-01-06 10:19:24 +01:00
parent eb7c7471c8
commit 0b5a2b44ef

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: plasma-workspace Name: plasma-workspace
Version: 5.13.4 Version: 5.13.5
Release: 2mamba Release: 2mamba
Summary: KDE Frameworks 5 Workspace Summary: KDE Frameworks 5 Workspace
Group: Graphical Desktop/Applications/Environment 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 %{SOURCE2} %{buildroot}%{_sysconfdir}/pam.d/kde-np
install -D -m0644 %{SOURCE3} %{buildroot}%{_datadir}/ksplash/Themes/Minimalistic/kdegear.png 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 %find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
%clean %clean
@ -183,6 +190,7 @@ exit 0
%{_bindir}/startplasmacompositor %{_bindir}/startplasmacompositor
%{_bindir}/systemmonitor %{_bindir}/systemmonitor
%{_bindir}/xembedsniproxy %{_bindir}/xembedsniproxy
%{_prefix}/lib/sddm/sddm.conf.d/plasma.conf
%{_datadir}/applications/org.kde.systemmonitor.desktop %{_datadir}/applications/org.kde.systemmonitor.desktop
%{_datadir}/applications/org.kde.klipper.desktop %{_datadir}/applications/org.kde.klipper.desktop
%{_datadir}/applications/plasma-windowed.desktop %{_datadir}/applications/plasma-windowed.desktop
@ -303,6 +311,12 @@ exit 0
%{_libdir}/cmake/LibColorCorrect/LibColorCorrect*.cmake %{_libdir}/cmake/LibColorCorrect/LibColorCorrect*.cmake
%changelog %changelog
* Wed Sep 05 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.5-2mamba
- added sddm theme configuration file
* Tue Sep 04 2018 Automatic Build System <autodist@mambasoft.it> 5.13.5-1mamba
- automatic version update by autodist
* Wed Aug 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.4-2mamba * Wed Aug 29 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.13.4-2mamba
- rebuilt by autoport with build requirements: libqalculate-devel>=2.6.2-1mamba - rebuilt by autoport with build requirements: libqalculate-devel>=2.6.2-1mamba