]> git.sur5r.net Git - minitube/commitdiff
Refresh patches
authorJakob Haufe <sur5r@sur5r.net>
Fri, 17 May 2013 22:34:47 +0000 (00:34 +0200)
committerJakob Haufe <sur5r@sur5r.net>
Fri, 17 May 2013 22:34:47 +0000 (00:34 +0200)
gcc-4.7.patch is no longer needed, the missing include has been fixed
upstream.

assure-quit-keybinding and disable-update-check needed to be rebuilt due
to changed source file name but still do the exact same thing.

debian/changelog
debian/patches/assure-quit-keybinding
debian/patches/disable-update-check
debian/patches/gcc-4.7.patch [deleted file]
debian/patches/series

index d209d2da4558ef149383090c2d3df676ff1aa28e..b2b5b356121ef2a9a84d7c02e6068f8bd19a697b 100644 (file)
@@ -2,6 +2,10 @@ minitube (2.0-1) UNRELEASED; urgency=low
 
   * 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
 
index 907f93e7b12cd54a021e0534dd5bcf733b6299ec..81fc52e39e1c2c2c01e9800909f56866de691830 100644 (file)
@@ -6,13 +6,14 @@ Author: Jakob Haufe <sur5r@sur5r.net>
 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));
index 516a1d81501fde038f4c54f9f036e92560b79c79..f828c45db89de6de60a748cdf0fca01a20d97b32 100644 (file)
@@ -1,11 +1,11 @@
 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()));
  
diff --git a/debian/patches/gcc-4.7.patch b/debian/patches/gcc-4.7.patch
deleted file mode 100644 (file)
index 95c9259..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-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>
index 4d6bbb17c00332f49b960e88c5366b0ff1b40638..23df937c0a557ec98bbabedf2566c16729145655 100644 (file)
@@ -1,4 +1,3 @@
 disable-update-check
 proper-tempfiles
 assure-quit-keybinding
-gcc-4.7.patch