[ppsspp] Fix desktop files so appstream data is created
by Leigh Scott
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
4 years, 2 months
[ppsspp] Revert "Add icon/ tag into appdata files"
by Leigh Scott
commit dbd1a31b2433180db418f25a3c04ac2a6ac727bb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sat Sep 19 17:48:48 2020 +0100
Revert "Add icon/ tag into appdata files"
This reverts commit ce4b5a85e83b47a73f53ace6a70ecf9ebeeaf7c6.
ppsspp-qt.appdata.xml | 1 -
ppsspp.appdata.xml | 1 -
ppsspp.spec | 5 +----
3 files changed, 1 insertion(+), 6 deletions(-)
---
diff --git a/ppsspp-qt.appdata.xml b/ppsspp-qt.appdata.xml
index f250439..d6bf72f 100644
--- a/ppsspp-qt.appdata.xml
+++ b/ppsspp-qt.appdata.xml
@@ -5,7 +5,6 @@
<summary>A PSP emulator</summary>
<name>PPSSPP</name>
<project_license>GPL-2.0+ and BSD</project_license>
- <icon type="local">/usr/share/icons/ppsspp/ppsspp.png</icon>
<categories>
<category>Games</category>
<category>ActionGame</category>
diff --git a/ppsspp.appdata.xml b/ppsspp.appdata.xml
index 2fa9802..55e1fcc 100644
--- a/ppsspp.appdata.xml
+++ b/ppsspp.appdata.xml
@@ -5,7 +5,6 @@
<summary>A PSP emulator</summary>
<name>PPSSPP</name>
<project_license>GPL-2.0+ and BSD</project_license>
- <icon type="local">/usr/share/icons/ppsspp/ppsspp.png</icon>
<categories>
<category>Games</category>
<category>ActionGame</category>
diff --git a/ppsspp.spec b/ppsspp.spec
index 308bfb6..8bcf713 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -50,7 +50,7 @@ ExcludeArch: %{power64}
Name: ppsspp
Version: 1.10.3
-Release: 4%{?dist}
+Release: 3%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -324,9 +324,6 @@ fi
%{_datadir}/icons/%{name}/
%changelog
-* Fri Sep 18 2020 Antonio Trande <sagitter(a)fedoraproject.org> - 1.10.3-4
-- Add icon/ tag into appdata files
-
* 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
4 years, 2 months
[lpf-flash-plugin] Improve helper script
by Sérgio M. Basto
commit 89a06923f65aa979964db187059d8f7ae567ec1d
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Sep 19 13:36:24 2020 +0100
Improve helper script
check_new_version.py | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/check_new_version.py b/check_new_version.py
index 7f7bc88..89f8a88 100755
--- a/check_new_version.py
+++ b/check_new_version.py
@@ -20,6 +20,14 @@ def runme(cmd, env, cwd='.'):
return 1
return 0
+enviro = os.environ
+pkgcmd = ['git', 'checkout', 'master']
+if runme(pkgcmd, enviro):
+ print('error running runme')
+pkgcmd = ['git', 'pull'] # 2>/dev/null
+if runme(pkgcmd, enviro):
+ print('error running runme')
+
html = requests.get('http://get.adobe.com/flashplayer/about/')
#print (html.text)
@@ -35,7 +43,6 @@ new_version = res[-1]
print ("new_version = %s" % new_version)
if new_version != old_version:
- enviro = os.environ
pkgcmd = ['rpmdev-bumpspec', '-n', new_version, '-c', 'Update to %s' % (new_version), 'flash-plugin.spec.in']
if runme(pkgcmd, enviro):
print('error running runme')
4 years, 2 months
[lpf-flash-plugin] Update to 32.0.0.433
by Sérgio M. Basto
commit 1745b5b205e504babf76f12455a209571a2b71de
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Sep 19 12:54:12 2020 +0100
Update to 32.0.0.433
flash-plugin.spec.in | 5 ++++-
lpf-flash-plugin.spec | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/flash-plugin.spec.in b/flash-plugin.spec.in
index a0582e2..270c92a 100644
--- a/flash-plugin.spec.in
+++ b/flash-plugin.spec.in
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 32.0.0.414
+Version: 32.0.0.433
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -63,6 +63,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/flash-player-properti
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Sat Sep 19 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.433-1
+- Update to 32.0.0.433
+
* Sun Aug 16 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:32.0.0.414-1
- Update to 32.0.0.414
diff --git a/lpf-flash-plugin.spec b/lpf-flash-plugin.spec
index a25b35b..8c7acb5 100644
--- a/lpf-flash-plugin.spec
+++ b/lpf-flash-plugin.spec
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 32.0.0.414
+Version: 32.0.0.433
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@ fi
%changelog
+* Sat Sep 19 2020 Sérgio Basto <sergio(a)serjux.com> - 1:32.0.0.433-1
+- Update to 32.0.0.433
+
* Sun Aug 16 2020 Leigh Scott <leigh123linux(a)gmail.com> - 1:32.0.0.414-1
- Update to 32.0.0.414
4 years, 2 months