]> git.pld-linux.org Git - packages/qscintilla2.git/commitdiff
- removed obsolete patches
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 15 Sep 2019 09:09:51 +0000 (11:09 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 15 Sep 2019 09:09:51 +0000 (11:09 +0200)
qscintilla2-make.patch [deleted file]
qscintilla2-multiqt.patch [deleted file]

diff --git a/qscintilla2-make.patch b/qscintilla2-make.patch
deleted file mode 100644 (file)
index 072e572..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- QScintilla-gpl-2.8.4/Qt4Qt5/qscintilla.pro.orig    2014-11-03 21:10:56.232432440 +0100
-+++ QScintilla-gpl-2.8.4/Qt4Qt5/qscintilla.pro 2014-11-03 21:24:33.329064817 +0100
-@@ -246,7 +246,7 @@
-       ../lexers/LexBaan.cpp \
-       ../lexers/LexBash.cpp \
-       ../lexers/LexBasic.cpp \
--      ../lexers/LexBibTex.cpp \
-+      ../lexers/LexBibTeX.cpp \
-       ../lexers/LexBullant.cpp \
-       ../lexers/LexCaml.cpp \
-       ../lexers/LexCLW.cpp \
-@@ -285,7 +285,7 @@
-       ../lexers/LexInno.cpp \
-       ../lexers/LexKix.cpp \
-       ../lexers/LexKVIrc.cpp \
--      ../lexers/LexLaTex.cpp \
-+      ../lexers/LexLaTeX.cpp \
-       ../lexers/LexLisp.cpp \
-       ../lexers/LexLout.cpp \
-       ../lexers/LexLua.cpp \
diff --git a/qscintilla2-multiqt.patch b/qscintilla2-multiqt.patch
deleted file mode 100644 (file)
index f03786a..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
---- QScintilla-gpl-2.8.4/Qt4Qt5/qscintilla.pro.orig    2014-09-11 19:15:15.000000000 +0200
-+++ QScintilla-gpl-2.8.4/Qt4Qt5/qscintilla.pro 2014-11-03 20:11:22.685915741 +0100
-@@ -28,7 +28,7 @@
- !win32:VERSION = 11.3.0
- TEMPLATE = lib
--TARGET = qscintilla2
-+TARGET = qscintilla2-qt$$QT_MAJOR_VERSION
- CONFIG += qt warn_off release thread exceptions
- INCLUDEPATH += . ../include ../lexlib ../src
---- QScintilla-gpl-2.8.4/Qt4Qt5/features/qscintilla2.prf.orig  2014-09-11 19:15:15.000000000 +0200
-+++ QScintilla-gpl-2.8.4/Qt4Qt5/features/qscintilla2.prf       2014-11-03 20:35:52.655854645 +0100
-@@ -6,20 +6,22 @@
-     }
- }
-+QTSUF = -qt$$QT_MAJOR_VERSION
-+
- INCLUDEPATH += $$[QT_INSTALL_HEADERS]
- LIBS += -L$$[QT_INSTALL_LIBS]
- CONFIG(debug, debug|release) {
-     mac: {
--        LIBS += -lqscintilla2_debug
-+        LIBS += -lqscintilla2$${QTSUF}_debug
-     } else {
-         win32: {
--            LIBS += -lqscintilla2d
-+            LIBS += -lqscintilla2$${QTSUF}d
-         } else {
--            LIBS += -lqscintilla2
-+            LIBS += -lqscintilla2$${QTSUF}
-         }
-     }
- } else {
--    LIBS += -lqscintilla2
-+    LIBS += -lqscintilla2$${QTSUF}
- }
This page took 0.142122 seconds and 4 git commands to generate.