Mailinglist Archive: opensuse-bugs (4751 mails)
< Previous | Next > |
[Bug 1047254] openSUSE SDDM theme is missing
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 04 Jul 2017 19:43:17 +0000
- Message-id: <bug-1047254-21960-dH3wQ44bbL@http.bugzilla.opensuse.org/>
http://bugzilla.opensuse.org/show_bug.cgi?id=1047254
http://bugzilla.opensuse.org/show_bug.cgi?id=1047254#c4
--- Comment #4 from Wolfgang Bauer <wbauer@xxxxxx> ---
(In reply to Wolfgang Bauer from comment #3)
The diff is:
Index: plasma5-openSUSE.spec
===================================================================
--- plasma5-openSUSE.spec (revision 195)
+++ plasma5-openSUSE.spec (revision 61)
@@ -16,7 +16,7 @@
#
-%define plasma_version 5.10.3
+%define plasma_version 5.8.7
Name: plasma5-openSUSE
Version: 42.1.1
@@ -148,7 +148,8 @@
rm %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/metadata.
desktop
# Same for the SDDM theme
-rsync -av --ignore-existing %{_datadir}/sddm/themes/breeze/
%{buildroot}%{_datadir}/sddm/themes/breeze-openSUSE/
+mkdir -p %{buildroot}%{_kf5_sharedir}/sddm/themes/
+cp -R %{_datadir}/sddm/themes/breeze/*
%{buildroot}%{_datadir}/sddm/themes/breeze-openSUSE/
pushd %{buildroot}%{_datadir}/sddm/themes/breeze-openSUSE
patch -p2 -i %{SOURCE3}
popd
--
You are receiving this mail because:
You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1047254#c4
--- Comment #4 from Wolfgang Bauer <wbauer@xxxxxx> ---
(In reply to Wolfgang Bauer from comment #3)
FTR, this only affects the package in KDE:Frameworks5:LTS (and 42.3), the
one in KDE:Frameworks5 is fine.
The diff is:
Index: plasma5-openSUSE.spec
===================================================================
--- plasma5-openSUSE.spec (revision 195)
+++ plasma5-openSUSE.spec (revision 61)
@@ -16,7 +16,7 @@
#
-%define plasma_version 5.10.3
+%define plasma_version 5.8.7
Name: plasma5-openSUSE
Version: 42.1.1
@@ -148,7 +148,8 @@
rm %{buildroot}%{_kf5_plasmadir}/look-and-feel/org.openSUSE.desktop/metadata.
desktop
# Same for the SDDM theme
-rsync -av --ignore-existing %{_datadir}/sddm/themes/breeze/
%{buildroot}%{_datadir}/sddm/themes/breeze-openSUSE/
+mkdir -p %{buildroot}%{_kf5_sharedir}/sddm/themes/
+cp -R %{_datadir}/sddm/themes/breeze/*
%{buildroot}%{_datadir}/sddm/themes/breeze-openSUSE/
pushd %{buildroot}%{_datadir}/sddm/themes/breeze-openSUSE
patch -p2 -i %{SOURCE3}
popd
--
You are receiving this mail because:
You are on the CC list for the bug.
< Previous | Next > |