[Pkg-kde-extras] Bug#777128: FTBFS: build failures only with qt5

2015-02-05 Thread Ritesh Raj Sarraf
Control: tag -1 +patch

On 02/05/2015 05:23 PM, Ritesh Raj Sarraf wrote:
> Package: qtcurve
> Version: 1.8.18-1
> Severity: important
>
> The current qtcurve, i.e. 1.8.18, does not build on any of the
> architectures at all. I wonder how you've gottend it to build on i386,
> given that the build failure is a common qt5 problem on all arches.
>
>
> Do you have plans to fix this build failure ?

Please find attached the patch that fixes the build. I'd appreciate if
you could apply it.
The patch was taken from:
https://github.com/QtCurve/qtcurve/commit/323402d8b99502300f65e909c61153cbd5d5d997.diff

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System

diff --git a/qt5/style/qtcurve_api.cpp b/qt5/style/qtcurve_api.cpp
index a5ded22..2c794b7 100644
--- a/qt5/style/qtcurve_api.cpp
+++ b/qt5/style/qtcurve_api.cpp
@@ -67,25 +67,6 @@
 
 #include 
 
-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 @@ Style::polish(QApplication *app)
 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);


signature.asc
Description: OpenPGP digital signature
___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

[Pkg-kde-extras] Bug#777128: FTBFS: build failures only with qt5

2015-02-05 Thread Ritesh Raj Sarraf
Package: qtcurve
Version: 1.8.18-1
Severity: important

The current qtcurve, i.e. 1.8.18, does not build on any of the
architectures at all. I wonder how you've gottend it to build on i386,
given that the build failure is a common qt5 problem on all arches.


Do you have plans to fix this build failure ?


-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages qtcurve depends on:
ii  gtk2-engines-qtcurve  1.8.18-2
ii  kde-style-qtcurve 1.8.18-2
ii  kwin-style-qtcurve1.8.18-2
ii  qtcurve-l10n  1.8.18-2

Versions of packages qtcurve recommends:
pn  kde-style-qtcurve-qt5  

qtcurve suggests no packages.

-- no debconf information

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras