diff options
author | markd <markd@pkgsrc.org> | 2018-01-11 09:32:01 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2018-01-11 09:32:01 +0000 |
commit | 458bfcb32f3cbce8f344bf15d666f8de396ab8ff (patch) | |
tree | 8a16122c6695b30d66e6ec0d73f687502fc6ee34 /editors/texworks/Makefile | |
parent | 416616b0abb4465c5ee22ba3d11a2f8560f9e3a1 (diff) | |
download | pkgsrc-458bfcb32f3cbce8f344bf15d666f8de396ab8ff.tar.gz |
texworks: update to 0.6.2 and switch to qt5
Release 0.6.2 (TL'17) [April 2017]
* Implement handling of links to external files in the PDF preview
* Implement a simple screen calibration widget to allow adapting the PDF
preview to the screen's resolution
* Improve responsiveness when opening large documents
* Use old content instead of rendering placeholers after a PDF was reloaded
to facilitate seeing changes
* Improve the usability of the "Remove Aux Files..." dialog by letting the
user toogle the selection by clicking anywhere on the row
* Add support for the bibliography program "biber" by default
* Allow custom zoom levels in the PDF status bar context menu
* Add a Windows manifest so TeXworks looks more "native" on modern versions
of Windows
* Fix PDF zoom speed for high-resolution mouse-wheels
* Fix a deadlock causing TeXworks to hang when loading PDF annotations such
as links
* Fix crash when changing files outside TeXworks
* Fix crash when syncing from an if-block in the TeX file
* Fix crash when reloading a PDF while text was selected
* Fix enabling of the first/previous/next/last page toolbar buttons in the
PDF preview
* Fix the wrong appearance of the PDF magnifier in some cases
* Fix truncation issues and misreported Windows versions in "Email to
mailing list"
* Update translations
Diffstat (limited to 'editors/texworks/Makefile')
-rw-r--r-- | editors/texworks/Makefile | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/editors/texworks/Makefile b/editors/texworks/Makefile index e10d6c5cb63..7c18e91609a 100644 --- a/editors/texworks/Makefile +++ b/editors/texworks/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2018/01/11 08:09:38 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2018/01/11 09:32:01 markd Exp $ -DISTNAME= texworks-0.6.1 -PKGREVISION= 5 +DISTNAME= texworks-0.6.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GITHUB:=TeXworks/} GITHUB_PROJECT= texworks @@ -12,8 +11,6 @@ HOMEPAGE= http://www.tug.org/texworks/ COMMENT= Simple TeX front-end program LICENSE= gnu-gpl-v2 -BROKEN= Needs poppler with qt4 support. - USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config gmake USE_CMAKE= yes @@ -28,13 +25,11 @@ DEPENDS+= poppler-data>=0.4.5:../../print/poppler-data pre-configure: ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/ -BUILDLINK_DEPMETHOD.qt4-tools= full - .include "../../devel/zlib/buildlink3.mk" -#.include "../../print/poppler-qt4/buildlink3.mk" +.include "../../print/poppler-qt5/buildlink3.mk" .include "../../textproc/hunspell/buildlink3.mk" -.include "../../x11/qt4-libs/buildlink3.mk" -.include "../../x11/qt4-tools/buildlink3.mk" -.include "../../x11/qt4-qdbus/buildlink3.mk" +.include "../../x11/qt5-qtbase/buildlink3.mk" +.include "../../x11/qt5-qtscript/buildlink3.mk" +.include "../../x11/qt5-qttools/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |