diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 12:05:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-08-11 12:17:04 +0200 |
commit | 61c416ffbd6e43e14400f6628fd694a00642b658 (patch) | |
tree | 796e00b8e919e3298f5305f6a48a6aafe246d866 /kde-misc/tellico | |
parent | net-misc/olsrd: Version 0.9.8 (diff) | |
download | gentoo-61c416ffbd6e43e14400f6628fd694a00642b658.tar.gz gentoo-61c416ffbd6e43e14400f6628fd694a00642b658.tar.bz2 gentoo-61c416ffbd6e43e14400f6628fd694a00642b658.zip |
kde-misc/tellico: Fix missing header with Frameworks 5.61
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/tellico')
-rw-r--r-- | kde-misc/tellico/files/tellico-3.2.1-missing-header.patch | 48 | ||||
-rw-r--r-- | kde-misc/tellico/tellico-3.2.1.ebuild | 2 |
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-misc/tellico/files/tellico-3.2.1-missing-header.patch b/kde-misc/tellico/files/tellico-3.2.1-missing-header.patch new file mode 100644 index 000000000000..cff61fcdb614 --- /dev/null +++ b/kde-misc/tellico/files/tellico-3.2.1-missing-header.patch @@ -0,0 +1,48 @@ +From 43851a0a655a3a961f289087bdea989aa32cc028 Mon Sep 17 00:00:00 2001 +From: Luca Beltrame <lbeltrame@kde.org> +Date: Sun, 21 Jul 2019 09:21:16 +0200 +Subject: Fix build with Qt 5.13 + +(cherry picked from commit 43e6bbb4721adc83d8b2a77bd51d9efaf7aefd6b) +--- + src/gui/datewidget.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/gui/datewidget.cpp b/src/gui/datewidget.cpp +index 724370e..e6502bb 100644 +--- a/src/gui/datewidget.cpp ++++ b/src/gui/datewidget.cpp +@@ -35,6 +35,7 @@ + #include <QPushButton> + #include <QHBoxLayout> + #include <QFrame> ++#include <QDate> + #include <QEvent> + #include <QMenu> + #include <QWidgetAction> +-- +cgit v1.1 + +From d3c56eca11cd059d4348ab6696822c23d85af61a Mon Sep 17 00:00:00 2001 +From: Robby Stephenson <robby@periapsis.org> +Date: Sun, 21 Jul 2019 19:17:35 -0400 +Subject: Fix apparent build problem on Jenkins + +--- + src/mainwindow.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp +index d8348e8..8250c56 100644 +--- a/src/mainwindow.cpp ++++ b/src/mainwindow.cpp +@@ -108,6 +108,7 @@ + #include <QMimeType> + #include <QMenuBar> + #include <QFileDialog> ++#include <QMetaMethod> + + #include <unistd.h> + +-- +cgit v1.1 diff --git a/kde-misc/tellico/tellico-3.2.1.ebuild b/kde-misc/tellico/tellico-3.2.1.ebuild index e75e9ba7649e..fce0ead957c7 100644 --- a/kde-misc/tellico/tellico-3.2.1.ebuild +++ b/kde-misc/tellico/tellico-3.2.1.ebuild @@ -66,6 +66,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}"/${P}-missing-header.patch ) + # tests need network access RESTRICT+=" test" |