[gentoo-commits] repo/gentoo:master commit in: dev-util/kdstatemachineeditor/files/

2019-04-26 Thread Aaron Bauman
commit: 7fac00d2253799f12192d94f52d8bc1af2f18fc0
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Fri Apr 26 14:14:02 2019 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Apr 27 01:52:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fac00d2

dev-util/kdstatemachineeditor: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11832
Signed-off-by: Aaron Bauman  gentoo.org>

 .../files/kdstatemachineeditor-1.2.3-qt-5.11.patch  | 21 -
 1 file changed, 21 deletions(-)

diff --git 
a/dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch 
b/dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch
deleted file mode 100644
index 04a9ac9306b..000
--- 
a/dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 63ca52af50f94b396182638224fe2c50b4cb7043 Mon Sep 17 00:00:00 2001
-From: Allen Winter 
-Date: Thu, 5 Apr 2018 10:07:01 -0400
-Subject: [PATCH] src/core/model/element.h - fix compile on with XCode (include 
QPointF)
-

- src/core/model/element.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/core/model/element.h b/src/core/model/element.h
-index ec32cfc..c20ac6f 100644
 a/src/core/model/element.h
-+++ b/src/core/model/element.h
-@@ -30,6 +30,7 @@
- 
- #include 
- #include 
-+#include 
- 
- QT_BEGIN_NAMESPACE
- class QPainterPath;
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: dev-util/kdstatemachineeditor/files/, dev-util/kdstatemachineeditor/

2018-07-14 Thread Andreas Sturmlechner
commit: dfd1a3ad94e4bd0401f740d02bf723a9edb3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jul 14 14:53:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jul 14 14:55:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd1

dev-util/kdstatemachineeditor: Fix build with Qt 5.11

Thanks-to: Petross404(Petros S)  gmail.com>
Closes: https://bugs.gentoo.org/656672
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 .../files/kdstatemachineeditor-1.2.3-qt-5.11.patch  | 21 +
 .../kdstatemachineeditor-1.2.3.ebuild   |  2 ++
 2 files changed, 23 insertions(+)

diff --git 
a/dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch 
b/dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch
new file mode 100644
index 000..04a9ac9306b
--- /dev/null
+++ 
b/dev-util/kdstatemachineeditor/files/kdstatemachineeditor-1.2.3-qt-5.11.patch
@@ -0,0 +1,21 @@
+From 63ca52af50f94b396182638224fe2c50b4cb7043 Mon Sep 17 00:00:00 2001
+From: Allen Winter 
+Date: Thu, 5 Apr 2018 10:07:01 -0400
+Subject: [PATCH] src/core/model/element.h - fix compile on with XCode (include 
QPointF)
+
+---
+ src/core/model/element.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/core/model/element.h b/src/core/model/element.h
+index ec32cfc..c20ac6f 100644
+--- a/src/core/model/element.h
 b/src/core/model/element.h
+@@ -30,6 +30,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ QT_BEGIN_NAMESPACE
+ class QPainterPath;
\ No newline at end of file

diff --git a/dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.3.ebuild 
b/dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.3.ebuild
index 879b2ad3bde..0ccb11dd407 100644
--- a/dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.3.ebuild
+++ b/dev-util/kdstatemachineeditor/kdstatemachineeditor-1.2.3.ebuild
@@ -36,6 +36,8 @@ DEPEND="${RDEPEND}
media-gfx/graphviz
 "
 
+PATCHES=( "${FILESDIR}"/${P}-qt-5.11.patch )
+
 src_configure() {
local mycmakeargs=(
-DBUILD_EXAMPLES=OFF