From 2f7e68904c1b79dc90b20c86f960b6ce318e285f Mon Sep 17 00:00:00 2001 From: Daniel Hodgson Date: Tue, 21 Jun 2016 07:34:14 -0700 Subject: [PATCH] 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. --- Installer/dolphin-emu.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Installer/dolphin-emu.spec b/Installer/dolphin-emu.spec index 7358a0190a..ed75db16f5 100644 --- a/Installer/dolphin-emu.spec +++ b/Installer/dolphin-emu.spec @@ -138,7 +138,8 @@ make %{?_smp_mflags} install DESTDIR="%{?buildroot}" %doc license.txt Readme.md %{_bindir}/%{name} %{_datadir}/%{name} -%{_datadir}/pixmaps/dolphin-emu.xpm +%{_datadir}/icons/hicolor/48x48/apps/%{name}.* +%{_datadir}/icons/hicolor/scalable/apps/%{name}.* %{_datadir}/applications/%{name}.desktop %{_mandir}/man6/%{name}.*