mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Replaced pixmap entry with icon entries in spec file
It seems the pixmap was replaced by png and svg icons some time ago. rpmbuild fails on the pixmap entry, so it needed to be updated.
This commit is contained in:
@ -138,7 +138,8 @@ make %{?_smp_mflags} install DESTDIR="%{?buildroot}"
|
|||||||
%doc license.txt Readme.md
|
%doc license.txt Readme.md
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
%{_datadir}/pixmaps/dolphin-emu.xpm
|
%{_datadir}/icons/hicolor/48x48/apps/%{name}.*
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/%{name}.*
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_mandir}/man6/%{name}.*
|
%{_mandir}/man6/%{name}.*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user