[GIT] 01/04: Delete patch qt53-build-fix.diff: fixed in upstream.

Boris Pek tehnick at moszumanska.debian.org
Sat Jul 25 19:46:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

tehnick pushed a commit to branch master
in repository qtcurve.

commit 06b87f7050ef5077e37b8c092bf7105e9f2abd0e
Author: Boris Pek <tehnick-8 at yandex.ru>
Date:   Thu Jul 23 01:35:32 2015 +0300

    Delete patch qt53-build-fix.diff: fixed in upstream.
---
 debian/patches/qt53-build-fix.diff | 45 --------------------------------------
 debian/patches/series              |  1 -
 2 files changed, 46 deletions(-)

diff --git a/debian/patches/qt53-build-fix.diff b/debian/patches/qt53-build-fix.diff
deleted file mode 100644
index b4c3888..0000000
--- a/debian/patches/qt53-build-fix.diff
+++ /dev/null
@@ -1,45 +0,0 @@
-Fix build with qt5.3
-Index: qtcurve/qt5/style/qtcurve_api.cpp
-===================================================================
---- qtcurve.orig/qt5/style/qtcurve_api.cpp	2015-02-08 20:16:47.671846314 +0530
-+++ qtcurve/qt5/style/qtcurve_api.cpp	2015-02-08 20:16:47.667846315 +0530
-@@ -67,25 +67,6 @@
- 
- #include <QDebug>
- 
--extern QString (*qt_filedialog_existing_directory_hook)(
--    QWidget *parent, const QString &caption, const QString &dir,
--    QFileDialog::Options options);
--
--extern QString (*qt_filedialog_open_filename_hook)(
--    QWidget *parent, const QString &caption, const QString &dir,
--    const QString &filter, QString *selectedFilter,
--    QFileDialog::Options options);
--
--extern QStringList (*qt_filedialog_open_filenames_hook)(
--    QWidget * parent, const QString &caption, const QString &dir,
--    const QString &filter, QString *selectedFilter,
--    QFileDialog::Options options);
--
--extern QString (*qt_filedialog_save_filename_hook)(
--    QWidget *parent, const QString &caption, const QString &dir,
--    const QString &filter, QString *selectedFilter,
--    QFileDialog::Options options);
--
- namespace QtCurve {
- 
- void
-@@ -163,13 +144,6 @@
-         opts.menuBgndAppearance = APPEARANCE_FLAT;
-     }
- 
--    if (opts.useQtFileDialogApps.contains(appName)) {
--        qt_filedialog_existing_directory_hook = 0L;
--        qt_filedialog_open_filename_hook = 0L;
--        qt_filedialog_open_filenames_hook = 0L;
--        qt_filedialog_save_filename_hook = 0L;
--    }
--
-     QCommonStyle::polish(app);
-     if (opts.hideShortcutUnderline) {
-         app->installEventFilter(m_shortcutHandler);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b7ffa10..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-qt53-build-fix.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-kde/kde-extras/qtcurve.git



More information about the pkg-kde-commits mailing list