Sigil: update to 0.9.9.
Sigil-0.9.9 Bug Fixes - Add python_3.5_fixes3.patch to Python build and update build docs on OSX to fix missing symbols - Fix crash caused by Preview holding pointer to user removed resource when front tab is non-html resource - Fix crash in FlowTab destructor due to re-entering flowtab during Syntax Highlighting and signals - Fix issue with file icons disappearing when reordering in Book Browser (commit ecb56b1f) - Fix missing epub3 Manifest cover-image property setting/unsetting with BookBrowser - Fix issue where cancelling the SaveAs dialog disconnected an existing epub from its saved path - Fix assertion error in sigil-gumbo when handling extraneous script end tags - Apply multiple fixes for gumbo from upstream - Fix segfault in Split at Cursor when not an html file - Make sure Add Cover tool properly handles existing manifest cover properties in EPUB3s - Correct error dialog to say "Sigil may need to close." - Prevent Images and Misc items from being dragged to the Text folder in Book Browser (commit 30bb96d) - Fix Linux bug that prevents rich text from other programs being pasted into Book View (issue #320) - Fix bug where index entries inside em and dfn tags were ignored during index generation - Fix bug on Windows in spell checking when smart right single quotes are used for apostrophes - Fix bug in simple well-formed check to handle generic xml processing instructions - Fix bug in epub3 MetaEditor with title-type and collection-type properties - Fix plugin code to prevent book href vs manifest id clashes - Fix bug in Plugin Runner to allow it to delete non-manifested files properly - Fix bug in SourceUpdates to handle properly handle css properties with multiple urls - Fix bugs in well-formed check to better handle missing doctypes New Features - Add SIGIL_DISABLE_CURSOR_BLINK environment variable to disable text cursor to aid Accessibility on OSX - Better use semantic information (guide types and Landmarks) to allow the user finer control of index generation - Attempt to improve Metadata Editor placeholder text to help beginners - Preview Window Title bar will now show height and width of the Preview Window - Allow users to limit/disable clipboard history saving via General Preferences - Convert br tags in header text to linebreaks for toc/ncx/nav generation routines - Support spell checking of words with numbers controlled by Preference settings - Add two additional Quick Lauch Icons for Plugins
This commit is contained in:
parent
e167650720
commit
54911e0cfd
3 changed files with 11 additions and 12 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.102 2018/01/01 21:18:23 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.103 2018/01/28 15:40:10 wiz Exp $
|
||||
|
||||
DISTNAME= Sigil-0.9.8
|
||||
PKGREVISION= 8
|
||||
DISTNAME= Sigil-0.9.9
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=Sigil-Ebook/}
|
||||
GITHUB_PROJECT= Sigil
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.15 2017/04/05 16:05:38 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.16 2018/01/28 15:40:10 wiz Exp $
|
||||
bin/sigil
|
||||
lib/sigil/libhunspell.${RUBY_DLEXT}
|
||||
lib/sigil/libsigilgumbo.${RUBY_DLEXT}
|
||||
lib/sigil/libhunspell.so
|
||||
lib/sigil/libsigilgumbo.so
|
||||
lib/sigil/sigil
|
||||
share/applications/sigil.desktop
|
||||
share/pixmaps/sigil.png
|
||||
|
@ -82,6 +82,7 @@ share/sigil/python3lib/sanitycheck.py
|
|||
share/sigil/python3lib/updatechecker.py
|
||||
share/sigil/python3lib/xmlprocessor.py
|
||||
share/sigil/python3lib/xmlsanitycheck.py
|
||||
share/sigil/translations/sigil_af.qm
|
||||
share/sigil/translations/sigil_ca.qm
|
||||
share/sigil/translations/sigil_cs.qm
|
||||
share/sigil/translations/sigil_da_DK.qm
|
||||
|
@ -103,7 +104,6 @@ share/sigil/translations/sigil_pt_BR.qm
|
|||
share/sigil/translations/sigil_ru.qm
|
||||
share/sigil/translations/sigil_sr.qm
|
||||
share/sigil/translations/sigil_tr.qm
|
||||
share/sigil/translations/sigil_tr_TR.qm
|
||||
share/sigil/translations/sigil_zh.qm
|
||||
share/sigil/translations/sigil_zh_CN.qm
|
||||
share/sigil/translations/sigil_zh_TW.qm
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.38 2017/04/05 16:05:38 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.39 2018/01/28 15:40:10 wiz Exp $
|
||||
|
||||
SHA1 (Sigil-0.9.8.tar.gz) = dcb10edb0f07eea789eae621aae14f8a2e0b3f2f
|
||||
RMD160 (Sigil-0.9.8.tar.gz) = 3e198d51af8d3cc568c9b159aedf29459c189e8c
|
||||
SHA512 (Sigil-0.9.8.tar.gz) = 2453bdc49bac3dd53d98b2cf4118d2f95cd3c59dc251c50b0d84658a41486990b9b564f4847bb6e916156d2bcc7885d46aabe6aa89fca7c00cba636642b736f8
|
||||
Size (Sigil-0.9.8.tar.gz) = 18600528 bytes
|
||||
SHA1 (Sigil-0.9.9.tar.gz) = c38d39f47dd9b7dc761c79af835f8219e08ad147
|
||||
RMD160 (Sigil-0.9.9.tar.gz) = 5b4ab12baecbfecd30837a276b80cbff866622aa
|
||||
SHA512 (Sigil-0.9.9.tar.gz) = a860dcdf3abcd3adbff9d00a3d7f9eb547ebb20fa4aed77824501e5a75416c0f02a451a383efd94c06408f8f30525e00e57a43f232f03ebf114beae8a4eff8a5
|
||||
Size (Sigil-0.9.9.tar.gz) = 18675046 bytes
|
||||
SHA1 (patch-3rdparty_minizip_ioapi.c) = a68dead89687529b7022cda3bc8a079e5f5c1459
|
||||
|
|
Loading…
Reference in a new issue