From 0706fc6986773f4e4d391deff4ad5143c464ea4e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 24 Mar 2019 17:44:59 +0000 Subject: Revert "gentoo resync : 24.03.2019" This reverts commit aa3411e241a201d53a2689766fe419f2756819f3. --- .../umbrello/files/umbrello-18.08.3-kf-5.54.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch (limited to 'kde-apps/umbrello/files') 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 new file mode 100644 index 000000000000..2cf4e6a72ee4 --- /dev/null +++ b/kde-apps/umbrello/files/umbrello-18.08.3-kf-5.54.patch @@ -0,0 +1,32 @@ +From 62a9e5e6afdd920779f1211afb0381857659e578 Mon Sep 17 00:00:00 2001 +From: Ralf Habacker +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 +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 +-} ++// prevent including of ++#define KABOUTDATA_H + #include + #define KAboutData K4AboutData + #include +-- +cgit v1.1 -- cgit v1.2.3