pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/texstudio texstudio: update to 2.12.14
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b07beaa1f48
branches: trunk
changeset: 328446:5b07beaa1f48
user: markd <markd%pkgsrc.org@localhost>
date: Mon Jan 21 10:12:12 2019 +0000
description:
texstudio: update to 2.12.14
TeXstudio 2.12.14
----------------
- fix bug that not all available GUI languages are shown
- tweak fuzzy completer
- fix template presentation
TeXstudio 2.12.12
----------------
- improve macro handling, provide gui that directly downloads macros from
github.com/texstudio-org/texstudio-macro
- add fuzzy completion mode
- add cwls
- fix rare bug that the character appear reverse order
- bug fixes
TeXstudio 2.12.10
----------------
- improvement recognized latex commands and packages for completion/syntax
checking
- complete package names when they contain minus
- do not clean .git subfolder with auxiliary files
- pdf viewer: improved previous page jumping, fix embedded movie boxes (when
compiled with phonon)
- option to use qt file dialog rather than system file dialog
- fix structure view with Qt >5.10
- bug fixes
TeXstudio 2.12.8
----------------
- improved tokenizer for syntax checking and completion
- pressing Ctrl+F while the editor search has focus opens the extended
search, i.e., you'll get extended search by pressing Ctrl+F twice
- automatically insert math delimiters ($) when inserting a math command
outside of a math env (can be turned off, default on)
- change copy behavior of multiple cursors from selection order to line
order
- file list is now a transparent popup window: closes when clicked outside
- combine file conflict and show diff dialog
- fix file watcher not recognizing multiple changes to a file in quick
succession
- improved detection of package names when opening texdoc
- new symbol panel layout
- some touch scrolling on certain panels
- updated synctex and poppler libraries for pdf viewer
- fix undo when a snippet is inserted and a selection is inserted as well
- fix some parts of the editor background may not be drawn in the correct
color
- build for OSX High Sierra
- various other fixes
diffstat:
editors/texstudio/Makefile | 9 +++------
editors/texstudio/PLIST | 6 +++++-
editors/texstudio/distinfo | 12 ++++++------
editors/texstudio/patches/patch-pdfviewer_PDFDocument.cpp | 6 +++---
4 files changed, 17 insertions(+), 16 deletions(-)
diffs (86 lines):
diff -r 027592295a6b -r 5b07beaa1f48 editors/texstudio/Makefile
--- a/editors/texstudio/Makefile Mon Jan 21 10:04:45 2019 +0000
+++ b/editors/texstudio/Makefile Mon Jan 21 10:12:12 2019 +0000
@@ -1,17 +1,14 @@
-# $NetBSD: Makefile,v 1.32 2018/12/09 18:52:27 adam Exp $
+# $NetBSD: Makefile,v 1.33 2019/01/21 10:12:12 markd Exp $
-DISTNAME= texstudio-2.12.6
-PKGREVISION= 15
+DISTNAME= texstudio-2.12.14
CATEGORIES= editors
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=texstudio/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=texstudio-org/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://texstudio.sourceforge.net/
COMMENT= Integrated writing environment for creating LaTeX documents
LICENSE= gnu-gpl-v2
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-//}
-
USE_TOOLS+= pkg-config
USE_LANGUAGES= c++ c
USE_LIBTOOL= yes
diff -r 027592295a6b -r 5b07beaa1f48 editors/texstudio/PLIST
--- a/editors/texstudio/PLIST Mon Jan 21 10:04:45 2019 +0000
+++ b/editors/texstudio/PLIST Mon Jan 21 10:12:12 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2017/12/19 09:42:48 markd Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/01/21 10:12:12 markd Exp $
bin/texstudio
share/applications/texstudio.desktop
share/icons/hicolor/scalable/apps/texstudio.svg
@@ -118,6 +118,7 @@
share/texstudio/texstudio32x32.png
share/texstudio/texstudio48x48.png
share/texstudio/texstudio64x64.png
+share/texstudio/texstudio_ar.qm
share/texstudio/texstudio_cs.qm
share/texstudio/texstudio_de.qm
share/texstudio/texstudio_el.qm
@@ -125,8 +126,11 @@
share/texstudio/texstudio_fa.qm
share/texstudio/texstudio_fr.qm
share/texstudio/texstudio_hu.qm
+share/texstudio/texstudio_id_ID.qm
share/texstudio/texstudio_it.qm
share/texstudio/texstudio_ja.qm
+share/texstudio/texstudio_ko.qm
+share/texstudio/texstudio_ko_KR.qm
share/texstudio/texstudio_nl.qm
share/texstudio/texstudio_pl.qm
share/texstudio/texstudio_pt_BR.qm
diff -r 027592295a6b -r 5b07beaa1f48 editors/texstudio/distinfo
--- a/editors/texstudio/distinfo Mon Jan 21 10:04:45 2019 +0000
+++ b/editors/texstudio/distinfo Mon Jan 21 10:12:12 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2018/10/31 12:11:02 jperkin Exp $
+$NetBSD: distinfo,v 1.6 2019/01/21 10:12:12 markd Exp $
-SHA1 (texstudio-2.12.6.tar.gz) = 9a68dc26c14ea5b5c413ab5dfa02653e5b8a2557
-RMD160 (texstudio-2.12.6.tar.gz) = d184a71590c87610b4a8fb5540dd05f4d47b7df7
-SHA512 (texstudio-2.12.6.tar.gz) = 674667ce4137bfd30fc85e242c4ab891b3b6517cbdd2b6465fd4117ce2128e9854907cb52d42d5e4d60e8c5b38738eac95dbd140e5db67a21561ba6c617d80fb
-Size (texstudio-2.12.6.tar.gz) = 26578309 bytes
-SHA1 (patch-pdfviewer_PDFDocument.cpp) = 93cd5faa1bfade9d8eb50b62975aa0d76f8a417d
+SHA1 (texstudio-2.12.14.tar.gz) = 934888b72b37c17d632d92d6d38e9767db939efa
+RMD160 (texstudio-2.12.14.tar.gz) = 8aa1bf6aa67401d8074c90a63c21231885f8a1b5
+SHA512 (texstudio-2.12.14.tar.gz) = fe2fe641a455425f87e28f3058f63df103823a97990365e3a3d67d14c4959a6e59db9205ce100f4ebbdb7c8a5c914b0514333b9b9537dd48053bf166e4326984
+Size (texstudio-2.12.14.tar.gz) = 34206353 bytes
+SHA1 (patch-pdfviewer_PDFDocument.cpp) = 3b897c52dcfd507682f52ef4b1a61a26f4ec00a3
diff -r 027592295a6b -r 5b07beaa1f48 editors/texstudio/patches/patch-pdfviewer_PDFDocument.cpp
--- a/editors/texstudio/patches/patch-pdfviewer_PDFDocument.cpp Mon Jan 21 10:04:45 2019 +0000
+++ b/editors/texstudio/patches/patch-pdfviewer_PDFDocument.cpp Mon Jan 21 10:12:12 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-pdfviewer_PDFDocument.cpp,v 1.1 2018/10/31 12:11:03 jperkin Exp $
+$NetBSD: patch-pdfviewer_PDFDocument.cpp,v 1.2 2019/01/21 10:12:13 markd Exp $
Avoid ambiguous function call.
---- pdfviewer/PDFDocument.cpp.orig 2017-08-12 12:00:03.000000000 +0000
-+++ pdfviewer/PDFDocument.cpp
+--- src/pdfviewer/PDFDocument.cpp.orig 2017-08-12 12:00:03.000000000 +0000
++++ src/pdfviewer/PDFDocument.cpp
@@ -3095,7 +3095,7 @@ retryNow:
pdfWidget->setFocus();
Home |
Main Index |
Thread Index |
Old Index