public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mpc-qt] f44: Upstream patch to fix metainfo
Date: Fri, 17 Jul 2026 17:41:02 GMT [thread overview]
Message-ID: <178431006257.1.11982632204864661704.rpms-mpc-qt-5495c50a026b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/mpc-qt
Branch : f44
Commit : 5495c50a026bef35cc835d2f7a8390329d9062c8
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-07-17T12:44:55-04:00
Stats : +25/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/mpc-qt/c/5495c50a026bef35cc835d2f7a8390329d9062c8?branch=f44
Log:
Upstream patch to fix metainfo
Also, fix file listings for new "enqueue" desktop entry.
[skip changelog]
---
diff --git a/c8c491c8486d6f1638f245a76c1883673572076c.patch b/c8c491c8486d6f1638f245a76c1883673572076c.patch
new file mode 100644
index 0000000..d6b5691
--- /dev/null
+++ b/c8c491c8486d6f1638f245a76c1883673572076c.patch
@@ -0,0 +1,21 @@
+From c8c491c8486d6f1638f245a76c1883673572076c Mon Sep 17 00:00:00 2001
+From: Thomas Bertels <3265870+tbertels@users.noreply.github.com>
+Date: Thu, 9 Jul 2026 17:04:05 +0200
+Subject: [PATCH] data: Fix syntax in metainfo
+
+---
+ data/io.github.mpc_qt.mpc-qt.metainfo.xml | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/data/io.github.mpc_qt.mpc-qt.metainfo.xml b/data/io.github.mpc_qt.mpc-qt.metainfo.xml
+index a8a6cc9f..bc2c8de7 100644
+--- a/data/io.github.mpc_qt.mpc-qt.metainfo.xml
++++ b/data/io.github.mpc_qt.mpc-qt.metainfo.xml
+@@ -33,6 +33,7 @@
+ <caption>Main window with dark colors</caption>
+ <image>https://mpc-qt.github.io/images/Screenshot_main_screen_dark_20260701_203013.png</image>
+ </screenshot>
++ <screenshot>
+ <caption>Main window with light colors</caption>
+ <image>https://mpc-qt.github.io/images/Screenshot_main_screen_light_20260701_202013.png</image>
+ </screenshot>
diff --git a/mpc-qt.spec b/mpc-qt.spec
index 1ba12e8..da3b866 100644
--- a/mpc-qt.spec
+++ b/mpc-qt.spec
@@ -9,6 +9,8 @@ Summary: A clone of Media Player Classic reimplemented in Qt
License: GPL-2.0-or-later AND ISC
URL: https://mpc-qt.github.io/
Source0: https://github.com/mpc-qt/mpc-qt/archive/v%{version}/%{name}-%{version}.tar.gz
+# data: Fix syntax in metainfo
+Patch0: https://github.com/mpc-qt/mpc-qt/commit/c8c491c8486d6f1638f245a76c1883673572076c.patch
BuildRequires: cmake
BuildRequires: desktop-file-utils
@@ -55,7 +57,7 @@ rm -f %{buildroot}%{_datadir}/doc/mpc-qt/ipc.md
%check
xwfb-run -- %{buildroot}%{_bindir}/mpc-qt -v
-desktop-file-validate %{buildroot}%{_datadir}/applications/%{app_id}.desktop
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{app_id}*.desktop
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.metainfo.xml
@@ -63,7 +65,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{app_id}.meta
%doc README.md DOCS/ipc.md
%license LICENSE
%{_bindir}/mpc-qt
-%{_datadir}/applications/%{app_id}.desktop
+%{_datadir}/applications/%{app_id}*.desktop
%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
%{_metainfodir}/%{app_id}.metainfo.xml
reply other threads:[~2026-07-17 17:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178431006257.1.11982632204864661704.rpms-mpc-qt-5495c50a026b@fedoraproject.org \
--to=yselkowi@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox