pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/Sigil Sigil: update to 0.9.14.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91774dd96488
branches:  trunk
changeset: 335613:91774dd96488
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 23 10:35:05 2019 +0000

description:
Sigil: update to 0.9.14.

Sigil-0.9.14
   Bug Fixes
     - flush all changes to disk before creating a Report so that files sizes are correct
     - stop writing python bytecode to Program Files on Windows
     - remember cover semantics if cover image replaced by Add Existing...
     - fix issues with the Plugin Framework documentation epub
     - more memory leaks plugged
     - minor code cleanups
   New Features
     - updated to Qt 5.12.3 with Annulen Webkit 5.212 with extra QtCursor memory leak fixes
     - updated to Python 3.7.2
     - updated build docs for macOS, Linux and Windows
     - build system now uses GNUInstallDirs to determine the best installation libdir on Linux
     - updated desktop integration for Linux
     - reduce PCRE cache size to help lower memory footprint
     - improve mapping of hunspell dictionary names to actual language names (thanks BeckyDTP)
     - add warning during import if unmanifested files exist in the epub zip archive
     - no longer requires use of non-breaking space entities (or any entities at all!)
     - special spaces are now visisble via syntax highlighting in CodeView
     - dropping epubs on Sigil.app no longer opens an extra empty epub on macOS
     - reload Preview only when needed to help prevent screen flicker and lower memory use
     - enabled Windows automated builds using Apppveyor
     - Windows releases now compiled with Visual Studio 2017
     - characters in HTML files report now uses gumbo for speed
     - allow user's custom plugin icons to survive a plugin update

diffstat:

 editors/Sigil/Makefile |   5 ++---
 editors/Sigil/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 6b2bfcdf7a68 -r 91774dd96488 editors/Sigil/Makefile
--- a/editors/Sigil/Makefile    Sun Jun 23 10:04:26 2019 +0000
+++ b/editors/Sigil/Makefile    Sun Jun 23 10:35:05 2019 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2019/06/08 10:40:52 rillig Exp $
+# $NetBSD: Makefile,v 1.122 2019/06/23 10:35:05 wiz Exp $
 
-DISTNAME=      Sigil-0.9.13
-PKGREVISION=   2
+DISTNAME=      Sigil-0.9.14
 CATEGORIES=    editors
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
 GITHUB_PROJECT=        Sigil
diff -r 6b2bfcdf7a68 -r 91774dd96488 editors/Sigil/distinfo
--- a/editors/Sigil/distinfo    Sun Jun 23 10:04:26 2019 +0000
+++ b/editors/Sigil/distinfo    Sun Jun 23 10:35:05 2019 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.42 2019/04/01 21:40:55 wiz Exp $
+$NetBSD: distinfo,v 1.43 2019/06/23 10:35:05 wiz Exp $
 
-SHA1 (Sigil-0.9.13.tar.gz) = d7936ef9a68aa99c52d3a693e73edb5c1dee68c1
-RMD160 (Sigil-0.9.13.tar.gz) = 712d5dccb10477c322c9f49768b8bb68311681b3
-SHA512 (Sigil-0.9.13.tar.gz) = cafc6b075827239b73e80d3efa02e4e77d5903fed1faf8b600f70b178fb0c248c38d43e115f249124859edc12ddd8caf199ef0b0d05f20852eb060b27e5a3578
-Size (Sigil-0.9.13.tar.gz) = 18235134 bytes
+SHA1 (Sigil-0.9.14.tar.gz) = ed90736968747a5e65f31f883ab2f1b045fc8a20
+RMD160 (Sigil-0.9.14.tar.gz) = 39dd812eaa26ec139d75ca038dcf398125d46186
+SHA512 (Sigil-0.9.14.tar.gz) = 8bf0d887d96fa9ee5ff372dae58b36b699c468fc1d2a163aa5be14a39e744ea634f38e465acb686df603dc82d5d4949c8fd0dfe1a92789fbda2596058222e2f1
+Size (Sigil-0.9.14.tar.gz) = 18253774 bytes
 SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
 SHA1 (patch-CMakeLists.txt) = f7dc6af8449fb79b378dc5f6b78d5c5e6beaf7db



Home | Main Index | Thread Index | Old Index