diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-10 11:18:36 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-10 11:18:36 +0100 |
commit | 13f4a8d98a6eea1188d319e229052ae9f3e36854 (patch) | |
tree | 7ce03f8a79078c96f80d111b4b40c5dc2bf600f8 /kde-misc | |
parent | net-libs/telepathy-accounts-signon: Drop 2.0 (diff) | |
download | gentoo-13f4a8d98a6eea1188d319e229052ae9f3e36854.tar.gz gentoo-13f4a8d98a6eea1188d319e229052ae9f3e36854.tar.bz2 gentoo-13f4a8d98a6eea1188d319e229052ae9f3e36854.zip |
kde-misc/tellico: Drop unused patch
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/tellico/files/tellico-3.2.1-missing-header.patch | 48 |
1 files changed, 0 insertions, 48 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 deleted file mode 100644 index cff61fcdb614..000000000000 --- a/kde-misc/tellico/files/tellico-3.2.1-missing-header.patch +++ /dev/null @@ -1,48 +0,0 @@ -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 |