editors/lyx: update to 2.3.6.1.
Fifth Maintenance Release in 2.3.x Series: LyX 2.3.6.1 released. January 3, 2021 This update fixes two problems. The first is that the inclusion of TeX files as child documents was unintentionally broken by the new code that allows for the creation of new files from the child document dialog. The second is that there was some odd behavior of menus under Gnome Wayland, at least on Fedora, due to how window positions were stored between sessions. Otherwise, this version is the same as LyX 2.3.6, and users who do not experience these problems need not upgrade. Fifth Maintenance Release in 2.3.x Series: LyX 2.3.6 released. December 1, 2020 We are pleased to announce the release of LyX 2.3.6. This is the sixth maintenance release in the 2.3.x series. It is the result of on-going efforts to make our stable version more reliable and more stable. Most of the changes are fairly minor, fixes of smallish bugs, but a couple crashes have been fixed, as well. One oft-requested feature (going back 13 years) is the ability to create new child documents from within the 'include file' dialog. This is now possible. Another equally old bug that has been fixed is that pasting table content outside a table no longer pastes tab characters.
This commit is contained in:
parent
b2d825fcbf
commit
73f8c38e89
3 changed files with 11 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.101 2021/05/24 19:52:05 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.102 2021/08/09 13:40:28 rhialto Exp $
|
||||
|
||||
DISTNAME= lyx-2.3.5.2
|
||||
PKGREVISION= 8
|
||||
DISTNAME= lyx-2.3.6.1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/2.3.x/
|
||||
MASTER_SITES+= ftp://ftp.sdsc.edu/pub/other/lyx/stable/2.3.x/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.14 2020/07/05 12:23:06 rhialto Exp $
|
||||
@comment $NetBSD: PLIST,v 1.15 2021/08/09 13:40:28 rhialto Exp $
|
||||
${BIN_DIR}/lyx
|
||||
${BIN_DIR}/lyxclient
|
||||
${BIN_DIR}/tex2lyx
|
||||
|
@ -488,6 +488,7 @@ ${SHARE_DIR}/fonts/cmex10.ttf
|
|||
${SHARE_DIR}/fonts/cmmi10.ttf
|
||||
${SHARE_DIR}/fonts/cmr10.ttf
|
||||
${SHARE_DIR}/fonts/cmsy10.ttf
|
||||
${SHARE_DIR}/fonts/dsrom10.ttf
|
||||
${SHARE_DIR}/fonts/esint10.ttf
|
||||
${SHARE_DIR}/fonts/eufm10.ttf
|
||||
${SHARE_DIR}/fonts/msam10.ttf
|
||||
|
@ -2197,6 +2198,8 @@ ${SHARE_DIR}/layouts/amsbook.layout
|
|||
${SHARE_DIR}/layouts/amsdefs.inc
|
||||
${SHARE_DIR}/layouts/apa.layout
|
||||
${SHARE_DIR}/layouts/apa6.layout
|
||||
${SHARE_DIR}/layouts/apa7.layout
|
||||
${SHARE_DIR}/layouts/apax.inc
|
||||
${SHARE_DIR}/layouts/arab-article.layout
|
||||
${SHARE_DIR}/layouts/article-beamer.layout
|
||||
${SHARE_DIR}/layouts/article.layout
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.18 2020/07/05 12:23:06 rhialto Exp $
|
||||
$NetBSD: distinfo,v 1.19 2021/08/09 13:40:28 rhialto Exp $
|
||||
|
||||
SHA1 (lyx-2.3.5.2.tar.xz) = 560be1f6b299cb12ded443a05f0ca5cc2897f65f
|
||||
RMD160 (lyx-2.3.5.2.tar.xz) = 5352f4cc354ebe47f45774e46fa9cb93163ae18f
|
||||
SHA512 (lyx-2.3.5.2.tar.xz) = 90c5459ad0a77568d588e05a360482985988382927583b14914d6a23b788756e957d0237c18b9ab0681dfc2ad7aa34d21e97304e3a74d19ef047c38f692fba03
|
||||
Size (lyx-2.3.5.2.tar.xz) = 16139804 bytes
|
||||
SHA1 (lyx-2.3.6.1.tar.xz) = 73d64c6b59576120cfd6415ebd3cd2ddfe0d42ce
|
||||
RMD160 (lyx-2.3.6.1.tar.xz) = 42ef899a4cff27dee4bac65f8018de65c1cdde44
|
||||
SHA512 (lyx-2.3.6.1.tar.xz) = 233f6c54d4a036ad12f33c6705810bfb99747bdbd015550a8a0a9d7b664d3be50a06dc337191b820c42de4407c5f790efa50c706a45fb2260a71f772fb22c872
|
||||
Size (lyx-2.3.6.1.tar.xz) = 16242608 bytes
|
||||
SHA1 (patch-configure) = d68e3329353f2fa0ffdf9633ff0b31649f0114c7
|
||||
SHA1 (patch-development_MacOSX_Makefile.in) = 086dddfcd7b2ca498e87b0d3e90a211aca2f64fe
|
||||
SHA1 (patch-src_support_strfwd.h) = 3ebd71772539d6a2cd327c1127fa9ef66cb15b41
|
||||
|
|
Loading…
Reference in a new issue