pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/texstudio texstudio: switch to qt5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/21689591aa66
branches:  trunk
changeset: 373932:21689591aa66
user:      markd <markd%pkgsrc.org@localhost>
date:      Thu Jan 11 10:04:17 2018 +0000

description:
texstudio: switch to qt5

diffstat:

 editors/texstudio/Makefile |  15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r d2eaed8b7ed9 -r 21689591aa66 editors/texstudio/Makefile
--- a/editors/texstudio/Makefile        Thu Jan 11 09:38:33 2018 +0000
+++ b/editors/texstudio/Makefile        Thu Jan 11 10:04:17 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2018/01/10 22:31:08 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2018/01/11 10:04:17 markd Exp $
 
 DISTNAME=      texstudio-2.12.6
+PKGREVISION=   1
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=texstudio/}
 
@@ -9,8 +10,6 @@
 COMMENT=       Integrated writing environment for creating LaTeX documents
 LICENSE=       gnu-gpl-v2
 
-BROKEN=                Needs to be converted to qt5
-
 WRKSRC=                ${WRKDIR}/${DISTNAME:S/-//}
 
 USE_TOOLS+=    pkg-config
@@ -33,8 +32,10 @@
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-#.include "../../print/poppler-qt4/buildlink3.mk"
-#.include "../../print/poppler-includes/buildlink3.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qtscript/buildlink3.mk"
+.include "../../x11/qt5-qtsvg/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.include "../../print/poppler-qt5/buildlink3.mk"
+.include "../../print/poppler-includes/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index