pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/texmaker



Module Name:    pkgsrc
Committed By:   nros
Date:           Sat Dec  5 11:09:49 UTC 2020

Modified Files:
        pkgsrc/editors/texmaker: Makefile distinfo
Removed Files:
        pkgsrc/editors/texmaker: options.mk
        pkgsrc/editors/texmaker/patches: patch-versiondialog.cpp

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/editors/texmaker/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/editors/texmaker/distinfo
cvs rdiff -u -r1.5 -r0 pkgsrc/editors/texmaker/options.mk
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/editors/texmaker/patches/patch-versiondialog.cpp

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

Modified files:

Index: pkgsrc/editors/texmaker/Makefile
diff -u pkgsrc/editors/texmaker/Makefile:1.116 pkgsrc/editors/texmaker/Makefile:1.117
--- pkgsrc/editors/texmaker/Makefile:1.116      Thu Nov  5 09:08:02 2020
+++ pkgsrc/editors/texmaker/Makefile    Sat Dec  5 11:09:49 2020
@@ -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 @@ pre-configure:
        ${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"

Index: pkgsrc/editors/texmaker/distinfo
diff -u pkgsrc/editors/texmaker/distinfo:1.15 pkgsrc/editors/texmaker/distinfo:1.16
--- pkgsrc/editors/texmaker/distinfo:1.15       Tue Sep 10 16:17:13 2019
+++ pkgsrc/editors/texmaker/distinfo    Sat Dec  5 11:09:49 2020
@@ -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



Home | Main Index | Thread Index | Old Index