pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/texmaker Updated texmaker to version 5.0.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73fe8791940a
branches:  trunk
changeset: 443001:73fe8791940a
user:      nros <nros%pkgsrc.org@localhost>
date:      Sat Dec 05 11:09:49 2020 +0000

description:
Updated texmaker to version 5.0.4

Removed options.mk since qt5 is the only option used and the package can't
build without qt.
Removed patch-versiondialog.cpp since it has been fixed in this version.

Changes from changelog:

- the url used to check a new version has been fixed
  (website has moved to https)
- a bug after closing the internal pdf viewer during a session
  (not the embed one) has been fixed
- the deactivation of the list of pages in the internal pdf viewer
  is now recorded in the viewer settings
- the pos and size of the internal browser is now recorded
- some paths to miktex 2.9 have been updated
- a typo in the english manual has been fixed
- a workaround about the bad detection of dpi screen on Xorg has ben added
- the french translation has been fixed (some missing items)
- a typo in the dutch translation has been fixed
- The ctrl+, shortcut has been added for opening the configuration dialog
- The ctrl+0 shortcut has been added for defining the master document

diffstat:

 editors/texmaker/Makefile                        |   8 +++-----
 editors/texmaker/distinfo                        |  10 +++++-----
 editors/texmaker/options.mk                      |  11 -----------
 editors/texmaker/patches/patch-versiondialog.cpp |  13 -------------
 4 files changed, 8 insertions(+), 34 deletions(-)

diffs (76 lines):

diff -r 76a40b083564 -r 73fe8791940a editors/texmaker/Makefile
--- a/editors/texmaker/Makefile Sat Dec 05 10:06:39 2020 +0000
+++ b/editors/texmaker/Makefile Sat Dec 05 11:09:49 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2020/11/05 09:08:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.117 2020/12/05 11:09:49 nros Exp $
 
-DISTNAME=      texmaker-5.0.3
-PKGREVISION=   10
+DISTNAME=      texmaker-5.0.4
 CATEGORIES=    editors
 MASTER_SITES=  http://www.xm1math.net/texmaker/
 EXTRACT_SUFX=  .tar.bz2
@@ -33,11 +32,10 @@
        ${CP} ${FILESDIR}/fgas_stdfontmgr_x11fonts.inc \
                ${WRKSRC}/pdfium/xfa/fgas/font
 
-.include "options.mk"
-
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../textproc/hunspell/buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
+.include "../../x11/qt5-qtscript/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 76a40b083564 -r 73fe8791940a editors/texmaker/distinfo
--- a/editors/texmaker/distinfo Sat Dec 05 10:06:39 2020 +0000
+++ b/editors/texmaker/distinfo Sat Dec 05 11:09:49 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2019/09/10 16:17:13 nros Exp $
+$NetBSD: distinfo,v 1.16 2020/12/05 11:09:49 nros Exp $
 
-SHA1 (texmaker-5.0.3.tar.bz2) = 61900975f1d4cf420a6d2c309f9de875789f6089
-RMD160 (texmaker-5.0.3.tar.bz2) = 2e5c1eaccec0f461aa66e80a6bd8cce0b9a8ccc4
-SHA512 (texmaker-5.0.3.tar.bz2) = fed09b1ac628f4a8cab24257f2ca35093f20a82d1a3b8c38d12878ff94f0933b7449e5ba651831612b62417426396327ea8ba64e830fe0537757abe65bcd5284
-Size (texmaker-5.0.3.tar.bz2) = 15783226 bytes
+SHA1 (texmaker-5.0.4.tar.bz2) = 2bdf4d801ec2adb7b691e601974048ea8c8c5df8
+RMD160 (texmaker-5.0.4.tar.bz2) = 24d99a7e15f6a084bf67c117a823ae59e28532a5
+SHA512 (texmaker-5.0.4.tar.bz2) = 34ff5773358c2fffbc9e7e61028cd74eef231152e3483531b66cb0d907dd8f70a4e8b6d6ea09b0b11387b592f6d1676ba8a1e737b26c86a45b16882e53edff1f
+Size (texmaker-5.0.4.tar.bz2) = 15812468 bytes
 SHA1 (patch-latexeditor.h) = 5da42462462e0ec8022f0d49e749d39f8bf9d5b4
 SHA1 (patch-latexeditorview.h) = 1057f9c540b150e89935d563c5f31e0e5f32a56a
 SHA1 (patch-latexhighlighter.h) = 7170f4001a8d383430ecf8bb1f95a6d1f262e6cc
diff -r 76a40b083564 -r 73fe8791940a editors/texmaker/options.mk
--- a/editors/texmaker/options.mk       Sat Dec 05 10:06:39 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
-# $NetBSD: options.mk,v 1.5 2019/09/05 08:07:25 nros Exp $
-
-PKG_OPTIONS_VAR=       PKG_OPTIONS.texmaker
-PKG_OPTIONS_REQUIRED_GROUPS= qt
-PKG_OPTIONS_GROUP.qt= qt5
-PKG_SUGGESTED_OPTIONS= qt5
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mqt5)
-.include "../../x11/qt5-qtscript/buildlink3.mk"
-.endif
diff -r 76a40b083564 -r 73fe8791940a editors/texmaker/patches/patch-versiondialog.cpp
--- a/editors/texmaker/patches/patch-versiondialog.cpp  Sat Dec 05 10:06:39 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-versiondialog.cpp,v 1.1 2019/09/05 08:07:25 nros Exp $
-* set right version url
---- versiondialog.cpp.orig     2019-09-03 18:03:49.000000000 +0000
-+++ versiondialog.cpp
-@@ -42,7 +42,7 @@ void VersionDialog::launchChecker()
- {
- ui.pushButtonCheck->setEnabled(false);
- timer.start(10000);
--reply = manager.get (  QNetworkRequest(QUrl("http://www.xm1math.net/texmaker/version.txt";))  );
-+reply = manager.get (  QNetworkRequest(QUrl("https://www.xm1math.net/texmaker/version.txt";))  );
- QObject::connect (reply, SIGNAL (finished()),this, SLOT(showResultChecker()));
- }
- 



Home | Main Index | Thread Index | Old Index