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.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b87403541848
branches:  trunk
changeset: 423957:b87403541848
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Mar 01 12:48:13 2020 +0000

description:
texstudio: update to 2.12.22

2020-01-18: 2.12.22
It fixes garbled symbols in OSX, crash when changing magic language
comment and pdf search path handling.

2020-01-13: 2.12.20
It fixes a problem with replacing when search highlight is activated.

2019-12-26: 2.12.18
This is mainly a bug fix release. Most notably change is better support
of regexp in search (Qt5 version only).

diffstat:

 editors/texstudio/Makefile                       |  10 +++++-----
 editors/texstudio/PLIST                          |  10 +++++++++-
 editors/texstudio/distinfo                       |  11 ++++++-----
 editors/texstudio/patches/patch-minisplitter.cpp |  14 ++++++++++++++
 4 files changed, 34 insertions(+), 11 deletions(-)

diffs (126 lines):

diff -r d92d97b23986 -r b87403541848 editors/texstudio/Makefile
--- a/editors/texstudio/Makefile        Sun Mar 01 12:45:48 2020 +0000
+++ b/editors/texstudio/Makefile        Sun Mar 01 12:48:13 2020 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.46 2020/01/18 23:30:46 rillig Exp $
+# $NetBSD: Makefile,v 1.47 2020/03/01 12:48:13 markd Exp $
 
-DISTNAME=      texstudio-2.12.16
-PKGREVISION=   2
+DISTNAME=      texstudio-2.12.22
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=texstudio-org/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://texstudio.sourceforge.net/
+HOMEPAGE=      https://texstudio.org/
 COMMENT=       Integrated writing environment for creating LaTeX documents
 LICENSE=       gnu-gpl-v2
 
@@ -26,10 +25,11 @@
 
 do-configure:
        cd ${WRKSRC} && env ${CONFIGURE_ENV} \
-       ${QTDIR}/bin/qmake PREFIX=${PREFIX} texstudio.pro DESKTOPDIR=${PREFIX}/share/applications NO_APPDATA=yes ${_CRASH_HANDLER}
+       ${QTDIR}/bin/qmake PREFIX=${PREFIX} texstudio.pro USE_SYSTEM_HUNSPELL=1 DESKTOPDIR=${PREFIX}/share/applications NO_APPDATA=yes ${_CRASH_HANDLER}
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../textproc/hunspell/buildlink3.mk"
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtscript/buildlink3.mk"
 .include "../../x11/qt5-qtsvg/buildlink3.mk"
diff -r d92d97b23986 -r b87403541848 editors/texstudio/PLIST
--- a/editors/texstudio/PLIST   Sun Mar 01 12:45:48 2020 +0000
+++ b/editors/texstudio/PLIST   Sun Mar 01 12:48:13 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/10/20 03:16:06 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/03/01 12:48:13 markd Exp $
 bin/texstudio
 share/applications/texstudio.desktop
 share/icons/hicolor/scalable/apps/texstudio.svg
@@ -8,6 +8,7 @@
 share/texstudio/block_selection.png
 share/texstudio/compile_toolbar.png
 share/texstudio/configure_build.png
+share/texstudio/configure_commands.png
 share/texstudio/configure_completion.png
 share/texstudio/configure_customToolbar.png
 share/texstudio/configure_customizeMenu.png
@@ -48,11 +49,14 @@
 share/texstudio/en_US.stopWords
 share/texstudio/es_ES.aff
 share/texstudio/es_ES.dic
+share/texstudio/format_example.png
 share/texstudio/fr_FR.aff
 share/texstudio/fr_FR.dic
 share/texstudio/fr_FR.stopWords
 share/texstudio/hu_HU.aff
 share/texstudio/hu_HU.dic
+share/texstudio/it_IT.aff
+share/texstudio/it_IT.dic
 share/texstudio/latex2e.css
 share/texstudio/latex2e.html
 share/texstudio/pt_BR.aff
@@ -65,6 +69,7 @@
 share/texstudio/qt_pl.qm
 share/texstudio/qt_zh.qm
 share/texstudio/spellcheck_menu.png
+share/texstudio/spellcheck_options.png
 share/texstudio/tabletemplate_fullyframed_firstBold.js
 share/texstudio/tabletemplate_fullyframed_firstBold.png
 share/texstudio/tabletemplate_fullyframed_longtable.js
@@ -134,8 +139,10 @@
 share/texstudio/texstudio_ko_KR.qm
 share/texstudio/texstudio_nl.qm
 share/texstudio/texstudio_pl.qm
+share/texstudio/texstudio_pt.qm
 share/texstudio/texstudio_pt_BR.qm
 share/texstudio/texstudio_ru_RU.qm
+share/texstudio/texstudio_sk.qm
 share/texstudio/texstudio_sv.qm
 share/texstudio/texstudio_tr_TR.qm
 share/texstudio/texstudio_uk.qm
@@ -144,6 +151,7 @@
 share/texstudio/th_de_DE_v2.dat
 share/texstudio/th_en_US_v2.dat
 share/texstudio/th_fr_FR_v2.dat
+share/texstudio/th_it_IT_v2.dat
 share/texstudio/thesaurus.png
 share/texstudio/usermanual.css
 share/texstudio/usermanual_en.html
diff -r d92d97b23986 -r b87403541848 editors/texstudio/distinfo
--- a/editors/texstudio/distinfo        Sun Mar 01 12:45:48 2020 +0000
+++ b/editors/texstudio/distinfo        Sun Mar 01 12:48:13 2020 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2019/10/20 03:16:06 markd Exp $
+$NetBSD: distinfo,v 1.8 2020/03/01 12:48:13 markd Exp $
 
-SHA1 (texstudio-2.12.16.tar.gz) = 20d39e5ede823d7ce22830443115e06de12ac8bc
-RMD160 (texstudio-2.12.16.tar.gz) = 0374056e546dd8f96ccd72b5670f9ec96b8a27d5
-SHA512 (texstudio-2.12.16.tar.gz) = 0c17fda78e0cd491d2869ccb1a164ae2348281a39f9883d813ceb2ed6a0287c4cf9e784cafb9c0a12b8839d7afc8897f8f74acffd87a5dfcb50d3b344f33ad28
-Size (texstudio-2.12.16.tar.gz) = 34528802 bytes
+SHA1 (texstudio-2.12.22.tar.gz) = a3ebcb87913999b3d674464eba5502cd7453d7be
+RMD160 (texstudio-2.12.22.tar.gz) = 1560e583e60da30543eb90c39bbc9a76743b76c3
+SHA512 (texstudio-2.12.22.tar.gz) = c589285d1fba00812583a3d58602a99e044eb4bcf6a84b939d00ad7fe4ba8f15788031361fc9b4cb8df19f8098911c437d1de5459c1736fa40888b88d13b10d1
+Size (texstudio-2.12.22.tar.gz) = 35965795 bytes
+SHA1 (patch-minisplitter.cpp) = 93b1910a12308294a5ae4870da0b208cb4580ee7
 SHA1 (patch-pdfviewer_PDFDocument.cpp) = 3b897c52dcfd507682f52ef4b1a61a26f4ec00a3
diff -r d92d97b23986 -r b87403541848 editors/texstudio/patches/patch-minisplitter.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/texstudio/patches/patch-minisplitter.cpp  Sun Mar 01 12:48:13 2020 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-minisplitter.cpp,v 1.1 2020/03/01 12:48:13 markd Exp $
+
+fs54269
+
+--- src/minisplitter.cpp.orig  2019-12-24 11:57:23.000000000 +0000
++++ src/minisplitter.cpp
+@@ -72,7 +72,6 @@ void MiniSplitterHandle::resizeEvent(QRe
+     else
+         setContentsMargins(0, 2, 0, 2);
+     setMask(QRegion(contentsRect()));
+-    QSplitterHandle::resizeEvent(event);
+ }
+ 
+ void MiniSplitterHandle::paintEvent(QPaintEvent *event)



Home | Main Index | Thread Index | Old Index