summaryrefslogtreecommitdiff
path: root/app-editors/juffed/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/juffed/files')
-rw-r--r--app-editors/juffed/files/juffed-0.10_p20160323-qscintilla-2.10.3.patch71
-rw-r--r--app-editors/juffed/files/juffed-0.10_p20160323-qscintilla-2.10.patch11
-rw-r--r--app-editors/juffed/files/juffed-0.10_p20160323-qt-5.11.patch28
3 files changed, 0 insertions, 110 deletions
diff --git a/app-editors/juffed/files/juffed-0.10_p20160323-qscintilla-2.10.3.patch b/app-editors/juffed/files/juffed-0.10_p20160323-qscintilla-2.10.3.patch
deleted file mode 100644
index f4a22957480d..000000000000
--- a/app-editors/juffed/files/juffed-0.10_p20160323-qscintilla-2.10.3.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-From 49b6982336ad127b2b780d2ae7c1be1104d9dae5 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Tue, 10 Apr 2018 20:31:38 +0200
-Subject: [PATCH] Fix build with QScintilla-2.10.3
-
----
- src/app/qsci/lexers/qscilexerada.h | 3 ---
- src/app/qsci/lexers/qscilexerhaskell.h | 3 ---
- src/app/qsci/lexers/qscilexerlisp.h | 3 ---
- src/app/qsci/lexers/qscilexernsis.h | 3 ---
- 4 files changed, 12 deletions(-)
-
-diff --git a/src/app/qsci/lexers/qscilexerada.h b/src/app/qsci/lexers/qscilexerada.h
-index 984f97e..30c6646 100644
---- a/src/app/qsci/lexers/qscilexerada.h
-+++ b/src/app/qsci/lexers/qscilexerada.h
-@@ -3,9 +3,6 @@
-
- #include <Qsci/qscilexer.h>
-
--// located in SciLexer.h
--#define SCLEX_ADA 20
--
- #define SCE_ADA_DEFAULT 0
- #define SCE_ADA_WORD 1
- #define SCE_ADA_IDENTIFIER 2
-diff --git a/src/app/qsci/lexers/qscilexerhaskell.h b/src/app/qsci/lexers/qscilexerhaskell.h
-index 78c8978..56a3614 100644
---- a/src/app/qsci/lexers/qscilexerhaskell.h
-+++ b/src/app/qsci/lexers/qscilexerhaskell.h
-@@ -3,9 +3,6 @@
-
- #include <Qsci/qscilexer.h>
-
--// located in SciLexer.h
--#define SCLEX_HASKELL 68
--
- #define SCE_HA_DEFAULT 0
- #define SCE_HA_IDENTIFIER 1
- #define SCE_HA_KEYWORD 2
-diff --git a/src/app/qsci/lexers/qscilexerlisp.h b/src/app/qsci/lexers/qscilexerlisp.h
-index 5b43d74..6e5dc32 100644
---- a/src/app/qsci/lexers/qscilexerlisp.h
-+++ b/src/app/qsci/lexers/qscilexerlisp.h
-@@ -3,9 +3,6 @@
-
- #include <Qsci/qscilexer.h>
-
--// located in SciLexer.h
--#define SCLEX_LISP 21
--
- #define SCE_LISP_DEFAULT 0
- #define SCE_LISP_COMMENT 1
- #define SCE_LISP_NUMBER 2
-diff --git a/src/app/qsci/lexers/qscilexernsis.h b/src/app/qsci/lexers/qscilexernsis.h
-index 8b009ec..06efc40 100644
---- a/src/app/qsci/lexers/qscilexernsis.h
-+++ b/src/app/qsci/lexers/qscilexernsis.h
-@@ -3,9 +3,6 @@
-
- #include <Qsci/qscilexer.h>
-
--// located in SciLexer.h
--#define SCLEX_NSIS 43
--
- #define SCE_NSIS_DEFAULT 0
- #define SCE_NSIS_COMMENT 1
- #define SCE_NSIS_STRINGDQ 2
---
-2.17.0
-
diff --git a/app-editors/juffed/files/juffed-0.10_p20160323-qscintilla-2.10.patch b/app-editors/juffed/files/juffed-0.10_p20160323-qscintilla-2.10.patch
deleted file mode 100644
index fcfab7f4072f..000000000000
--- a/app-editors/juffed/files/juffed-0.10_p20160323-qscintilla-2.10.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cmake/FindQScintilla2.cmake 2016-03-23 20:43:22.000000000 +0100
-+++ b/cmake/FindQScintilla2.cmake 2017-10-08 17:25:06.984464985 +0200
-@@ -52,7 +52,7 @@
- ENDIF()
- ENDFOREACH()
-
-- SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qt5scintilla2 libqt5scintilla2 libqscintilla2-qt5 qscintilla2-qt5)
-+ SET(QSCINTILLA_NAMES ${QSCINTILLA_NAMES} qscintilla2 libqscintilla2 libqscintilla2_qt5 qscintilla2_qt5)
- GET_TARGET_PROPERTY(QT5_WIDGETSLIBRARY Qt5::Widgets LOCATION)
- GET_FILENAME_COMPONENT(QT5_WIDGETSLIBRARYPATH ${QT5_WIDGETSLIBRARY} PATH)
-
diff --git a/app-editors/juffed/files/juffed-0.10_p20160323-qt-5.11.patch b/app-editors/juffed/files/juffed-0.10_p20160323-qt-5.11.patch
deleted file mode 100644
index 4dfa7fae31f7..000000000000
--- a/app-editors/juffed/files/juffed-0.10_p20160323-qt-5.11.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From cb10c88a091c62c29054138a2da69d05cbf1e406 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Tue, 10 Apr 2018 19:43:17 +0200
-Subject: [PATCH] Fix build with Qt 5.11
-
----
- plugins/keybindings/KeysPage.cpp | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/plugins/keybindings/KeysPage.cpp b/plugins/keybindings/KeysPage.cpp
-index 6579e3e..e68b039 100644
---- a/plugins/keybindings/KeysPage.cpp
-+++ b/plugins/keybindings/KeysPage.cpp
-@@ -1,9 +1,10 @@
- #include "KeysPage.h"
-
--#include <QPushButton>
-+#include <QAction>
- #include <QHeaderView>
- #include <QKeyEvent>
- #include <QMessageBox>
-+#include <QPushButton>
-
- #include "KeySettings.h"
- #include "Log.h"
---
-2.17.0
-