[packages/qscintilla2] - removed obsolete patches

baggins baggins at pld-linux.org
Sun Sep 15 11:13:57 CEST 2019


commit d1386fdb597ee239fb1c91e4308497c43dd87eb4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Sep 15 11:09:51 2019 +0200

    - removed obsolete patches

 qscintilla2-make.patch    | 20 --------------------
 qscintilla2-multiqt.patch | 40 ----------------------------------------
 2 files changed, 60 deletions(-)
---
diff --git a/qscintilla2-make.patch b/qscintilla2-make.patch
deleted file mode 100644
index 072e572..0000000
--- a/qscintilla2-make.patch
+++ /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
index f03786a..0000000
--- a/qscintilla2-multiqt.patch
+++ /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}
- }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qscintilla2.git/commitdiff/ed744e1cb93cebd05fe44e04e66fed20cdb074f6



More information about the pld-cvs-commit mailing list