From 557fbe24b783679d9d4804383ee2a79d585cf63e Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Nov 25 2018 20:42:53 +0000 Subject: Appdata fix --- diff --git a/qjackctl-appdata-fix.patch b/qjackctl-appdata-fix.patch new file mode 100644 index 0000000..93a5553 --- /dev/null +++ b/qjackctl-appdata-fix.patch @@ -0,0 +1,18 @@ +diff -rupN qjackctl-0.5.5.org/src/appdata/qjackctl.appdata.xml qjackctl-0.5.5/src/appdata/qjackctl.appdata.xml +--- qjackctl-0.5.5.org/src/appdata/qjackctl.appdata.xml 2018-11-23 05:39:49.728003396 -0500 ++++ qjackctl-0.5.5/src/appdata/qjackctl.appdata.xml 2018-11-25 15:36:31.175972519 -0500 +@@ -28,11 +28,11 @@ + + qjackctl.desktop + +-​ qjackctl +-​ ++ qjackctl ++ + + +- http://qjackctl.sourceforge.net/qjackctlMainForm1.png ++ http://qjackctl.sourceforge.io/image/qjackctlMainForm2.png + The main window showing the application in action + La fenêtre principale montrant l'application en action + diff --git a/qjackctl.spec b/qjackctl.spec index 15e4376..e6b3f6d 100644 --- a/qjackctl.spec +++ b/qjackctl.spec @@ -1,7 +1,7 @@ Summary: Qt based JACK control application Name: qjackctl Version: 0.5.5 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://qjackctl.sourceforge.net Source0: http://downloads.sourceforge.net/qjackctl/files/%{name}-%{version}.tar.gz License: GPLv2+ @@ -10,6 +10,9 @@ Requires: hicolor-icon-theme Source20: qmake-qt5.sh +# Appdata fix. Upstreamable +Patch0: qjackctl-appdata-fix.patch + BuildRequires: alsa-lib-devel BuildRequires: desktop-file-utils BuildRequires: gcc-c++ @@ -28,6 +31,7 @@ patchbay and connection control features. %prep %setup -q +%patch0 -p1 -b .appdata_fix # configure hard-codes prepending searches of /usr (already implicit, causes problems), # and /usr/local (not needed here), so force it's non-use -- rex @@ -69,6 +73,9 @@ desktop-file-install \ %{_datadir}/metainfo/qjackctl.appdata.xml %changelog +* Sun Nov 25 2018 Orcan Ogetbil - 0.5.5-2 +- Appdata fix + * Sun Nov 25 2018 Orcan Ogetbil - 0.5.5-1 - New version