diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 13:19:48 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:50 +0100 |
commit | 12c019aeb89427b34cb79e86184719cc1c6031dc (patch) | |
tree | 17561ba6daa2627b217e1f780e31836393fd7f0d /kde-apps/umbrello/files | |
parent | profiles: Last-rite kde-apps/dolphin-plugins (diff) | |
download | gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.gz gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.tar.bz2 gentoo-12c019aeb89427b34cb79e86184719cc1c6031dc.zip |
kde-apps: Drop KDE Applications 18.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-apps/umbrello/files')
-rw-r--r-- | kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch b/kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch deleted file mode 100644 index 2cf4e6a72ee4..000000000000 --- a/kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 62a9e5e6afdd920779f1211afb0381857659e578 Mon Sep 17 00:00:00 2001 -From: Ralf Habacker <ralf.habacker@freenet.de> -Date: Thu, 6 Dec 2018 13:36:34 +0100 -Subject: Fix KDE CI compile error with Qt 5.10 on linux - -The error was "specialization of template<class T> -struct QMetaTypeId in different namespace [-fpermissive]" - -The Qt 5.10 related issue is fixed by using another approach -to exclude KF5 class KAboutData. ---- - umbrello/main.cpp | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) - -diff --git a/umbrello/main.cpp b/umbrello/main.cpp -index e3315fa..9d2acd8 100644 ---- a/umbrello/main.cpp -+++ b/umbrello/main.cpp -@@ -19,9 +19,8 @@ - - // kde includes - #if QT_VERSION > 0x050000 --namespace dummy { --#include <kaboutdata.h> --} -+// prevent including of <kaboutdata.h> -+#define KABOUTDATA_H - #include <k4aboutdata.h> - #define KAboutData K4AboutData - #include <KCrash> --- -cgit v1.1 |