[packages/qscintilla2] - fix qt config file syntax - rel 7

baggins baggins at pld-linux.org
Sat Sep 14 14:45:01 CEST 2019


commit 181d1f5ef829e28b8fd9547b7ec8a7223b63bafb
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sat Sep 14 14:43:59 2019 +0200

    - fix qt config file syntax
    - rel 7

 qscintilla2-multiqt.patch | 10 +++++-----
 qscintilla2.spec          |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/qscintilla2.spec b/qscintilla2.spec
index 5b4584f..fb22a9e 100644
--- a/qscintilla2.spec
+++ b/qscintilla2.spec
@@ -16,7 +16,7 @@ Summary:	QScintilla2 - a port to Qt of the Scintilla editing component
 Summary(pl.UTF-8):	QScintilla2 - port komponentu edytora Scintilla dla biblioteki Qt
 Name:		qscintilla2
 Version:	2.9.1
-Release:	6
+Release:	7
 License:	GPL v3
 Group:		X11/Libraries
 Source0:	http://downloads.sourceforge.net/pyqt/QScintilla-gpl-%{version}.tar.gz
diff --git a/qscintilla2-multiqt.patch b/qscintilla2-multiqt.patch
index c795551..f03786a 100644
--- a/qscintilla2-multiqt.patch
+++ b/qscintilla2-multiqt.patch
@@ -15,7 +15,7 @@
      }
  }
  
-+QTSUF = -qt$QT_MAJOR_VERSION
++QTSUF = -qt$$QT_MAJOR_VERSION
 +
  INCLUDEPATH += $$[QT_INSTALL_HEADERS]
  
@@ -24,17 +24,17 @@
  CONFIG(debug, debug|release) {
      mac: {
 -        LIBS += -lqscintilla2_debug
-+        LIBS += -lqscintilla2$$[QTSUF]_debug
++        LIBS += -lqscintilla2$${QTSUF}_debug
      } else {
          win32: {
 -            LIBS += -lqscintilla2d
-+            LIBS += -lqscintilla2$$[QTSUF]d
++            LIBS += -lqscintilla2$${QTSUF}d
          } else {
 -            LIBS += -lqscintilla2
-+            LIBS += -lqscintilla2$$[QTSUF]
++            LIBS += -lqscintilla2$${QTSUF}
          }
      }
  } else {
 -    LIBS += -lqscintilla2
-+    LIBS += -lqscintilla2$$[QTSUF]
++    LIBS += -lqscintilla2$${QTSUF}
  }
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list