forked from pool/oxygen5-icon-theme
Accepting request 586986 from home:wolfi323:test
- It's no longer necessary to add the media-mount icons, they are included now They are in /emblems/ though (not /actions/) so the if condition to detect them is ineffective and they still are copied. OBS-URL: https://build.opensuse.org/request/show/586986 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/oxygen5-icon-theme?expand=0&rev=73
This commit is contained in:
parent
8a1b40192b
commit
9703bf57b5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 14 14:05:42 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
- It's no longer necessary to add the media-mount icons, they are
|
||||
included now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 23:29:42 CET 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -92,15 +92,6 @@ done
|
||||
|
||||
cp -r ../scalable %{buildroot}%{_datadir}/icons/oxygen/base
|
||||
|
||||
# Add missing media-mount action icon for the device notifier (boo#1035476, kde#373654)
|
||||
for i in 16x16 22x22 32x32 48x48 64x64
|
||||
do
|
||||
if [ ! -e %{buildroot}%{_kf5_sharedir}/icons/oxygen/base/${i}/actions/media-mount.png ]
|
||||
then
|
||||
cp %{buildroot}%{_kf5_sharedir}/icons/oxygen/base/${i}/emblems/emblem-mounted.png %{buildroot}%{_kf5_sharedir}/icons/oxygen/base/${i}/actions/media-mount.png
|
||||
fi
|
||||
done
|
||||
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%package scalable
|
||||
|
Loading…
Reference in New Issue
Block a user