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:
Daniel Hodgson 2016-06-21 07:34:14 -07:00 committed by GitHub
parent a0658d3184
commit 2f7e68904c
1 changed files with 2 additions and 1 deletions

View File

@ -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}.*