commit f144523e5bbb6cbeb9de54511acd6c6092a722d8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Sep 19 18:50:32 2020 +0100
Fix desktop files so appstream data is created
ppsspp-qt-wayland.desktop | 2 +-
ppsspp-qt.appdata.xml | 2 +-
ppsspp-qt.desktop | 2 +-
ppsspp.desktop | 2 +-
ppsspp.spec | 5 ++++-
5 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/ppsspp-qt-wayland.desktop b/ppsspp-qt-wayland.desktop
index e6a3275..799065c 100644
--- a/ppsspp-qt-wayland.desktop
+++ b/ppsspp-qt-wayland.desktop
@@ -4,7 +4,7 @@ Type=Application
Terminal=false
Name=PPSSPP Qt for Wayland
Exec=env QT_QPA_PLATFORM=xcb /usr/bin/PPSSPPQt
-Icon=/usr/share/icons/ppsspp/ppsspp.png
+Icon=ppsspp
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
diff --git a/ppsspp-qt.appdata.xml b/ppsspp-qt.appdata.xml
index d6bf72f..2e4782c 100644
--- a/ppsspp-qt.appdata.xml
+++ b/ppsspp-qt.appdata.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
- <id type="desktop">ppsspp.desktop</id>
+ <id type="desktop">ppsspp-qt.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<summary>A PSP emulator</summary>
<name>PPSSPP</name>
diff --git a/ppsspp-qt.desktop b/ppsspp-qt.desktop
index c50b444..be7cf91 100644
--- a/ppsspp-qt.desktop
+++ b/ppsspp-qt.desktop
@@ -4,7 +4,7 @@ Type=Application
Terminal=false
Name=PPSSPP Qt
Exec=/usr/bin/PPSSPPQt
-Icon=/usr/share/icons/ppsspp/ppsspp.png
+Icon=ppsspp
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
diff --git a/ppsspp.desktop b/ppsspp.desktop
index c86adab..0f6fd59 100644
--- a/ppsspp.desktop
+++ b/ppsspp.desktop
@@ -4,7 +4,7 @@ Type=Application
Terminal=false
Name=PPSSPP
Exec=/usr/bin/PPSSPPSDL
-Icon=/usr/share/icons/ppsspp/ppsspp.png
+Icon=ppsspp
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
X-Osso-Type=application/x-executable
diff --git a/ppsspp.spec b/ppsspp.spec
index 8bcf713..ad848be 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -50,7 +50,7 @@ ExcludeArch: %{power64}
Name: ppsspp
Version: 1.10.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL:
https://www.ppsspp.org/
@@ -324,6 +324,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Sat Sep 19 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1.10.3-4
+- Fix desktop files so appstream data is created
+
* Wed Aug 19 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.3-3
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Disable LTO flags