[ripcord] Update metainfo and desktop file to use the rDNS notation Also replaces summary with text from the w
by sentry
commit 7acddace6c3f7130ae73d03bed44e0a6a3cc3368
Author: Jan200101 <sentrycraft123(a)gmail.com>
Date: Sun Nov 3 20:46:23 2024 +0100
Update metainfo and desktop file to use the rDNS notation
Also replaces summary with text from the website
remove stray %check, why did I ever add that?
fm.cancel.Ripcord.metainfo.xml | 35 +++++++++++++++++++++++++++++++++++
ripcord.metainfo.xml | 31 -------------------------------
ripcord.spec | 28 ++++++++++++++++------------
3 files changed, 51 insertions(+), 43 deletions(-)
---
diff --git a/fm.cancel.Ripcord.metainfo.xml b/fm.cancel.Ripcord.metainfo.xml
new file mode 100644
index 0000000..da7ed62
--- /dev/null
+++ b/fm.cancel.Ripcord.metainfo.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop-application">
+ <id>fm.cancel.Ripcord</id>
+ <name>Ripcord</name>
+ <summary>Alternative desktop chat client for Slack (and Discord)</summary>
+
+ <url type="homepage">https://cancel.fm/ripcord/</url>
+ <url type="bugtracker">https://dev.cancel.fm/issues</url>
+
+ <developer id="fm.cancel">
+ <name>cancel</name>
+ </developer>
+
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>LicenseRef-proprietary</project_license>
+ <content_rating type="oars-1.1"/>
+
+ <description>
+ <p>Ripcord is a desktop chat client for group-centric services like Slack and Discord. It provides a traditional compact desktop interface designed for power users. It's not built on top of web browser technology: it has a small resource footprint, responds quickly to input, and gets out of your way. Shareware is coming back, baby.</p>
+ <p>Ripcord is developed independently, and is not affiliated with Slack or Discord.</p>
+ </description>
+
+ <launchable type="desktop-id">fm.cancel.Ripcord.desktop</launchable>
+ <screenshots>
+ <screenshot type="default">
+ <image type="source">https://cancel.fm/ripcord/static/ripcord_screenshot_win_6.png</image>
+ </screenshot>
+ <screenshot type="default">
+ <image type="source">https://cancel.fm/ripcord/static/ripcord_screenshot_win_5.png</image>
+ </screenshot>
+ <screenshot type="default">
+ <image type="source">https://cancel.fm/ripcord/static/ripcord_screenshot_win_7.png</image>
+ </screenshot>
+ </screenshots>
+</component>
diff --git a/ripcord.spec b/ripcord.spec
index ce496ee..23b398d 100644
--- a/ripcord.spec
+++ b/ripcord.spec
@@ -1,15 +1,15 @@
%global debug_package %{nil}
%global __strip /bin/true
-Summary: a lightweight chat client for Slack and Discord
+Summary: Alternative desktop chat client for Slack (and Discord)
Name: ripcord
Version: 0.4.29
-Release: 9%{dist}
+Release: 10%{dist}
License: Redistributable, no modification permitted
URL: https://cancel.fm/ripcord
Source0: https://cancel.fm/dl/Ripcord-%{version}-x86_64.AppImage
-Source1: ripcord.metainfo.xml
+Source1: fm.cancel.Ripcord.metainfo.xml
Source2: redistribution.txt
ExclusiveArch: x86_64
@@ -18,10 +18,8 @@ BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
%description
-Ripcord is a desktop chat client for group-centric services like Slack and Discord.
+Ripcord is a desktop chat client for services like Slack and Discord.
It provides a traditional compact desktop interface designed for power users.
-It's not built on top of web browser technology: it has a small resource footprint,
-responds quickly to input, and gets out of your way. Shareware is coming back, baby.
%prep
%autosetup -c -T
@@ -46,26 +44,32 @@ sed -i 's@libsodium.so.18(a)libsodium.so.23@' %{buildroot}/%{_libdir}/ripcord//Rip
chrpath -d %{buildroot}/%{_libdir}/ripcord//Ripcord
strip %{buildroot}/%{_libdir}/ripcord/Ripcord
printf "#!/bin/bash\nenv RIPCORD_ALLOW_UPDATES=0 %{_libdir}/ripcord/Ripcord\n" > %{buildroot}/%{_bindir}/Ripcord
-install -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/ripcord.metainfo.xml
+install -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/metainfo/fm.cancel.Ripcord.metainfo.xml
+
+# use reverse DNS for desktop file
+mv squashfs-root/Ripcord.desktop fm.cancel.Ripcord.desktop
-%check
desktop-file-install \
--set-key=Exec --set-value='env RIPCORD_ALLOW_UPDATES=0 %{_libdir}/ripcord/Ripcord' \
--dir=%{buildroot}/%{_datadir}/applications \
- squashfs-root/Ripcord.desktop
+ fm.cancel.Ripcord.desktop
-appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/ripcord.metainfo.xml
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/fm.cancel.Ripcord.metainfo.xml
%files
%attr(755, root, root) %{_bindir}/Ripcord
%{_libdir}/ripcord/
-%{_datadir}/applications/Ripcord.desktop
-%{_metainfodir}/ripcord.metainfo.xml
+%{_datadir}/applications/fm.cancel.Ripcord.desktop
+%{_metainfodir}/fm.cancel.Ripcord.metainfo.xml
%{_datadir}/pixmaps/Ripcord_Icon.png
%license redistribution.txt
%changelog
+* Sun Nov 03 2024 Jan200101 <sentrycraft123(a)gmail.com> - 0.4.29-10
+- Update metainfo and desktop file to use reverse DNS
+- Replace summary with text from website
+
* Sat Aug 03 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.4.29-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
3 weeks, 2 days
[ppsspp] Release 1.18
by sagitter
commit 08d6183f1278b82591519982bd7b65585a0ba26c
Author: Antonio Trande <sagitter(a)fedoraproject.org>
Date: Sun Nov 3 20:10:17 2024 +0100
Release 1.18
.gitignore | 1 +
ppsspp-makesrc.sh | 2 +-
ppsspp.spec | 7 +++++--
sources | 2 +-
4 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef9b16b..4e1bc84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,3 +32,4 @@
/ppsspp-ffmpeg-1.16.5.tar.gz
/ppsspp-ffmpeg-1.16.6.tar.gz
/ppsspp-ffmpeg-1.17.1.tar.gz
+/ppsspp-ffmpeg-1.18.tar.gz
diff --git a/ppsspp-makesrc.sh b/ppsspp-makesrc.sh
index e41b665..1e7af63 100755
--- a/ppsspp-makesrc.sh
+++ b/ppsspp-makesrc.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-VERSION=1.17.1
+VERSION=1.18
URL=https://github.com/hrydgard/ppsspp.git
for u in $URL; do
diff --git a/ppsspp.spec b/ppsspp.spec
index 5106c24..2869044 100644
--- a/ppsspp.spec
+++ b/ppsspp.spec
@@ -75,8 +75,8 @@ ExcludeArch: %{power64}
Name: ppsspp
-Version: 1.17.1
-Release: 2%{?dist}
+Version: 1.18
+Release: 1%{?dist}
Summary: A PSP emulator
License: BSD and GPLv2+
URL: https://www.ppsspp.org/
@@ -421,6 +421,9 @@ fi
%{_datadir}/icons/%{name}/
%changelog
+* Sun Nov 03 2024 Antonio Trande <sagitter(a)fedoraproject.org> - 1.18-1
+- Release 1.18
+
* Fri Aug 02 2024 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.17.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
diff --git a/sources b/sources
index 97461d0..dda11dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ppsspp-ffmpeg-1.17.1.tar.gz) = 14cac39e4d5f9d833b7fe0c56a1b8c907bad0d994b0ce9f9f9164888d3a58f2ff1e7aedae849725d7010690b653921215bac89a989209f293764bd5dc4ec52c0
+SHA512 (ppsspp-ffmpeg-1.18.tar.gz) = 8385ac484b805b402900d78080d90845ebda86652cd3bbd6b6aac08fe27a84a1c6a7fdeedb0148a8bca20e8deb98a5932d68390362f9cbdea0582ee5956b8b8e
3 weeks, 2 days
[gstreamer1-plugins-ugly/f40: 3/3] Merge branch 'f41' into f40
by Dominik Mierzejewski
commit c77dc12e2166d21b130bc4573f3b7d1771adcbff
Merge: 6c98e70 26e9c59
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Sun Nov 3 01:03:21 2024 +0100
Merge branch 'f41' into f40
gstreamer1-plugins-ugly.spec | 8 +++++++-
sources | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
---
3 weeks, 3 days
[gstreamer1-plugins-ugly] Update to 1.24.9
by Dominik Mierzejewski
commit 26e9c59320eb6532c61008982c8f3b0ba55cb6f8
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Sun Nov 3 01:03:05 2024 +0100
Update to 1.24.9
gstreamer1-plugins-ugly.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-ugly.spec b/gstreamer1-plugins-ugly.spec
index e7b9a8e..f3576aa 100644
--- a/gstreamer1-plugins-ugly.spec
+++ b/gstreamer1-plugins-ugly.spec
@@ -3,7 +3,7 @@
Summary: GStreamer 1.0 streaming media framework "ugly" plug-ins
Name: gstreamer1-plugins-ugly
Epoch: 1
-Version: 1.24.8
+Version: 1.24.9
Release: 1%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
@@ -70,6 +70,9 @@ gstreamer-plugins-good because:
%changelog
+* Sat Nov 02 2024 Dominik Mierzejewski <dominik(a)greysector.net> - 1:1.24.9-1
+- Update to 1.24.9
+
* Thu Oct 03 2024 Sérgio Basto <sergio(a)serjux.com> - 1:1.24.8-1
- Update gstreamer1-plugins-ugly to 1.24.8
diff --git a/sources b/sources
index f3bf911..5ba6bb7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-ugly-1.24.8.tar.xz) = 36d39d5d41a7719ff12cf96168a0e4f58e7bd2667fa3eb035cc3e4ab27f974f399b921087ffa515e27245d198258eb1582cdf11b547b6cf0338e07d0574248e8
+SHA512 (gst-plugins-ugly-1.24.9.tar.xz) = 7fff33bb44d6f49693ebb5cb0e7c221c63d8bef9f445e9c628976368eb39db9b5d95c989453abbfb94fbc20503a2c895f74df32331d877df76653c9f748160d4
3 weeks, 3 days
[gstreamer1-plugins-bad-freeworld/f40: 3/3] Merge branch 'f41' into f40
by Dominik Mierzejewski
commit c1c771e636e759e6b8cdd7d00766dee59c010d94
Merge: e127760 0d31739
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Sat Nov 2 23:56:14 2024 +0100
Merge branch 'f41' into f40
gstreamer1-plugins-bad-freeworld.spec | 8 +++++++-
sources | 2 +-
2 files changed, 8 insertions(+), 2 deletions(-)
---
3 weeks, 3 days
[gstreamer1-plugins-bad-freeworld] Update to 1.24.9
by Dominik Mierzejewski
commit 0d31739e10b61fd9417a3092802ef02c7cd00897
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Sat Nov 2 23:55:38 2024 +0100
Update to 1.24.9
gstreamer1-plugins-bad-freeworld.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gstreamer1-plugins-bad-freeworld.spec b/gstreamer1-plugins-bad-freeworld.spec
index ed73d5c..d85c13c 100644
--- a/gstreamer1-plugins-bad-freeworld.spec
+++ b/gstreamer1-plugins-bad-freeworld.spec
@@ -1,7 +1,7 @@
Summary: GStreamer 1.0 streaming media framework "bad" plug-ins
Name: gstreamer1-plugins-bad-freeworld
Epoch: 1
-Version: 1.24.8
+Version: 1.24.9
Release: 1%{?dist}
License: LGPLv2+
URL: https://gstreamer.freedesktop.org/
@@ -91,6 +91,9 @@ rm -rf %{buildroot}%{_libdir}/pkgconfig
%changelog
+* Sat Nov 02 2024 Dominik Mierzejewski <dominik(a)greysector.net> - 1:1.24.9-1
+- Update to 1.24.9
+
* Thu Oct 03 2024 Sérgio Basto <sergio(a)serjux.com> - 1:1.24.8-1
- Update gstreamer1-plugins-bad-freeworld to 1.24.8
diff --git a/sources b/sources
index d9a8692..bd034af 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gst-plugins-bad-1.24.8.tar.xz) = c69ee794a64b682e1de656eed4cdd91bbb8725940eca74bd0651d3aa2bce8c7f2c47241cb7b2a449018b2c68027911e556bf3aa5bea6897f7122b1b14ea3f962
+SHA512 (gst-plugins-bad-1.24.9.tar.xz) = 323ef17019f4ee1dd471567fef79aae429e45e4184553771b5108ac46c602633c9b9596188abb4fb1fbe533b9736d6fcb090cfcd7c1668dacafd278ddf97b150
3 weeks, 3 days