* New upstream version
* Switch from hardening-wrapper to buildflags.mk
+ * Refresh patches:
+ - Drop gcc-4.7.patch, fixed upstream
+ - Rebuild assure-quit-keybinding
+ - Rebuild disable-update-check
-- Jakob Haufe <sur5r@sur5r.net> Fri, 17 May 2013 16:35:41 +0200
Forwarded: no
Last-Update: 2012-02-16
---- minitube-1.7.orig/src/MainWindow.cpp
-+++ minitube-1.7/src/MainWindow.cpp
-@@ -281,7 +281,9 @@ void MainWindow::createActions() {
-
+diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
+index bb815c0..5f82732 100644
+--- a/src/mainwindow.cpp
++++ b/src/mainwindow.cpp
+@@ -334,6 +334,9 @@ void MainWindow::createActions() {
quitAct = new QAction(tr("&Quit"), this);
quitAct->setMenuRole(QAction::QuitRole);
-- quitAct->setShortcut(QKeySequence(QKeySequence::Quit));
+ quitAct->setShortcut(QKeySequence(QKeySequence::Quit));
+ quitAct->setShortcuts(QList<QKeySequence>()
+ << QKeySequence(QKeySequence::Quit)
+ << QKeySequence(Qt::CTRL + Qt::Key_Q));
Description: Disable update check as it's useless for a packaged version
Author: Jakob Haufe <sur5r@sur5r.net>
-diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
-index e5d78d2..581a168 100644
---- a/src/MainWindow.cpp
-+++ b/src/MainWindow.cpp
-@@ -130,7 +130,7 @@ MainWindow::MainWindow() :
+diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
+index bb815c0..4304fa3 100644
+--- a/src/mainwindow.cpp
++++ b/src/mainwindow.cpp
+@@ -146,7 +146,7 @@ MainWindow::MainWindow() :
mouseTimer->setSingleShot(true);
connect(mouseTimer, SIGNAL(timeout()), SLOT(hideMouse()));
+++ /dev/null
-Description: add missing include to avoid FTBFS with gcc 4.7
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/667281
-Forwarded: no
-Author: gregor herrmann <gregoa@debian.org>
-Last-Update: 2012-05-09
-
---- a/src/qtsingleapplication/qtlocalpeer.cpp
-+++ b/src/qtsingleapplication/qtlocalpeer.cpp
-@@ -49,6 +49,7 @@
- #include <QtCore/QCoreApplication>
- #include <QtCore/QTime>
- #include <QDebug>
-+#include <unistd.h>
-
- #if defined(Q_OS_WIN)
- #include <QtCore/QLibrary>
disable-update-check
proper-tempfiles
assure-quit-keybinding
-gcc-4.7.patch