summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-22 15:51:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-22 16:50:34 +0200
commit115ef47d90a31b86423d33845023b58fff05ca1e (patch)
treeb5cc17a7e09a05e05fdebd9c483c7ec19283b946 /media-gfx/kxstitch/files/kxstitch-2.1.1-qt-5.11.patch
parentdev-util/cmake: Bump to version 3.15.0_rc2 (diff)
downloadgentoo-115ef47d90a31b86423d33845023b58fff05ca1e.tar.gz
gentoo-115ef47d90a31b86423d33845023b58fff05ca1e.tar.bz2
gentoo-115ef47d90a31b86423d33845023b58fff05ca1e.zip
media-gfx/kxstitch: Drop 2.1.1-r2
Package-Manager: Portage-2.3.67, Repoman-2.3.15 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx/kxstitch/files/kxstitch-2.1.1-qt-5.11.patch')
-rw-r--r--media-gfx/kxstitch/files/kxstitch-2.1.1-qt-5.11.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-gfx/kxstitch/files/kxstitch-2.1.1-qt-5.11.patch b/media-gfx/kxstitch/files/kxstitch-2.1.1-qt-5.11.patch
deleted file mode 100644
index 70022fe9c8fa..000000000000
--- a/media-gfx/kxstitch/files/kxstitch-2.1.1-qt-5.11.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 9db3fcf9cd367681c0864238dc5009a604f3896c Mon Sep 17 00:00:00 2001
-From: Jonathan Riddell <jr@jriddell.org>
-Date: Wed, 27 Jun 2018 16:45:16 +0100
-Subject: fix build with Qt 5.11
-
----
- src/LibraryPatternPropertiesDlg.cpp | 2 ++
- src/TextElementDlg.cpp | 1 +
- 2 files changed, 3 insertions(+)
-
-diff --git a/src/LibraryPatternPropertiesDlg.cpp b/src/LibraryPatternPropertiesDlg.cpp
-index 8d2e24c..c10da3f 100644
---- a/src/LibraryPatternPropertiesDlg.cpp
-+++ b/src/LibraryPatternPropertiesDlg.cpp
-@@ -11,6 +11,8 @@
-
- #include "LibraryPatternPropertiesDlg.h"
-
-+#include <QIcon>
-+
- #include <KConfigGroup>
- #include <KHelpClient>
- #include <KLocalizedString>
-diff --git a/src/TextElementDlg.cpp b/src/TextElementDlg.cpp
-index 4d88b1e..fb545d1 100644
---- a/src/TextElementDlg.cpp
-+++ b/src/TextElementDlg.cpp
-@@ -16,6 +16,7 @@
- #include "TextElementDlg.h"
-
- #include <QColorDialog>
-+#include <QButtonGroup>
-
- #include <KHelpClient>
- #include <KLocalizedString>
---
-cgit v0.11.2