pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/texstudio



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Jan 11 10:04:17 UTC 2018

Modified Files:
        pkgsrc/editors/texstudio: Makefile

Log Message:
texstudio: switch to qt5


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/editors/texstudio/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/texstudio/Makefile
diff -u pkgsrc/editors/texstudio/Makefile:1.17 pkgsrc/editors/texstudio/Makefile:1.18
--- pkgsrc/editors/texstudio/Makefile:1.17      Wed Jan 10 22:31:08 2018
+++ pkgsrc/editors/texstudio/Makefile   Thu Jan 11 10:04:17 2018
@@ -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 @@ HOMEPAGE=      http://texstudio.sourceforge.n
 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 @@ do-configure:
 
 .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