[SCM] qmidiarp/master: Add upstream patch to fix issue with qt5.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Tue Nov 1 23:52:48 UTC 2016
The following commit has been merged in the master branch:
commit add410a4158ed7b88b4dff55be0ee3f178904e0a
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Wed Nov 2 00:05:59 2016 +0100
Add upstream patch to fix issue with qt5.
diff --git a/debian/patches/01-fix-recentfiles-qt5.patch b/debian/patches/01-fix-recentfiles-qt5.patch
new file mode 100644
index 0000000..6daee16
--- /dev/null
+++ b/debian/patches/01-fix-recentfiles-qt5.patch
@@ -0,0 +1,17 @@
+Description: Fix qt5 action names in the menu.
+Author: upstream
+Forwarded: No
+
+Index: qmidiarp/src/mainwindow.cpp
+===================================================================
+--- qmidiarp.orig/src/mainwindow.cpp
++++ qmidiarp/src/mainwindow.cpp
+@@ -1331,7 +1331,7 @@ void MainWindow::recentFileActivated(QAc
+ {
+ if (!action->text().isEmpty()) {
+ if (isSave())
+- openFile(action->text());
++ openFile(action->text().remove('&'));
+ }
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..cdfad00
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+01-fix-recentfiles-qt5.patch
+01-fix-recentfiles-qt5.patch
--
qmidiarp packaging
More information about the pkg-multimedia-commits
mailing list