ports/devel/universalindentgui/files/patch-UniversalIndentGUI.pro
Raphael Kubo da Costa 6699fae7a2 Update QScintilla 2.10.2.
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).

Thanks to antoine for the exp-run.

PR:		225928
2018-02-18 09:55:10 +00:00

24 lines
633 B
Prolog

--- UniversalIndentGUI.pro.orig 2018-02-16 21:30:56 UTC
+++ UniversalIndentGUI.pro
@@ -23,7 +23,7 @@ macx {
ICON = resources/UniversalIndentGUI.icns
}
else {
- LIBS += -lqscintilla2
+ LIBS += -lqscintilla2_qt4
}
CONFIG(release, debug|release) {
@@ -37,10 +37,10 @@ macx:pipe2nul = "&> /dev/null"
##########################
message(Updating language files)
lupdate = lupdate
-unix:lupdate = lupdate-qt4
+unix:lupdate = lupdate
macx:lupdate = lupdate
lrelease = lrelease
-unix:lrelease = lrelease-qt4
+unix:lrelease = lrelease
macx:lrelease = lrelease
# Update translation files
message ( Updating universalindent.ts )