Import sigil-0.9.13.

Sigil is a free, open source, multi-platform ebook editor.
It is designed to edit books in ePub format (both ePub 2 and ePub 3).

tweaks + ok kirby@
This commit is contained in:
bentley 2019-05-08 07:26:55 +00:00
parent b4428fad8e
commit 364b21166a
5 changed files with 466 additions and 0 deletions

39
editors/sigil/Makefile Normal file
View File

@ -0,0 +1,39 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/05/08 07:26:55 bentley Exp $
COMMENT = EPUB ebook editor
PKGNAME = sigil-${GH_TAGNAME}
GH_ACCOUNT = Sigil-Ebook
GH_PROJECT = Sigil
GH_TAGNAME = 0.9.13
CATEGORIES = editors
HOMEPAGE = https://sigil-ebook.com/
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ${COMPILER_LIBCXX} ${MODPY_WANTLIB}
WANTLIB += Qt5Concurrent Qt5Core Qt5Gui Qt5Network Qt5PrintSupport
WANTLIB += Qt5Svg Qt5WebKit Qt5WebKitWidgets Qt5Widgets Qt5Xml
WANTLIB += Qt5XmlPatterns c hunspell-1.6 m pcre16 z
COMPILER = base-clang ports-gcc
MODULES = devel/cmake \
lang/python \
x11/qt5
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
RUN_DEPENDS = devel/desktop-file-utils \
textproc/py-lxml${MODPY_FLAVOR}
LIB_DEPENDS = textproc/hunspell \
x11/qt5/qtsvg \
x11/qt5/qtwebkit \
x11/qt5/qtxmlpatterns
CONFIGURE_ARGS = -DUSE_SYSTEM_LIBS=ON
NO_TEST = Yes
.include <bsd.port.mk>

2
editors/sigil/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (Sigil-0.9.13.tar.gz) = e58xpsx+9GnW6wfNGxa4HAaqpKnSfRItfnfjXgNgZ3c=
SIZE (Sigil-0.9.13.tar.gz) = 18235134

View File

@ -0,0 +1,32 @@
$OpenBSD: patch-3rdparty_minizip_ioapi_c,v 1.1.1.1 2019/05/08 07:26:55 bentley Exp $
Index: 3rdparty/minizip/ioapi.c
--- 3rdparty/minizip/ioapi.c.orig
+++ 3rdparty/minizip/ioapi.c
@@ -112,7 +112,7 @@ static voidpf ZCALLBACK fopen64_file_func (voidpf opaq
mode_fopen = "wb";
if ((filename!=NULL) && (mode_fopen != NULL))
- file = fopen64((const char*)filename, mode_fopen);
+ file = fopen((const char*)filename, mode_fopen);
return file;
}
@@ -142,7 +142,7 @@ static long ZCALLBACK ftell_file_func (voidpf opaque,
static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream)
{
ZPOS64_T ret;
- ret = ftello64((FILE *)stream);
+ ret = ftello((FILE *)stream);
return ret;
}
@@ -188,7 +188,7 @@ static long ZCALLBACK fseek64_file_func (voidpf opaqu
}
ret = 0;
- if(fseeko64((FILE *)stream, offset, fseek_origin) != 0)
+ if(fseeko((FILE *)stream, offset, fseek_origin) != 0)
ret = -1;
return ret;

2
editors/sigil/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
Sigil is a free, open source, multi-platform ebook editor.
It is designed to edit books in ePub format (both ePub 2 and ePub 3).

391
editors/sigil/pkg/PLIST Normal file
View File

@ -0,0 +1,391 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/05/08 07:26:55 bentley Exp $
bin/sigil
lib/sigil/
lib/sigil/libhunspell.so
lib/sigil/libsigilgumbo.so
@bin lib/sigil/sigil
share/applications/sigil.desktop
share/pixmaps/
share/pixmaps/sigil.png
share/sigil/
share/sigil/examples/
share/sigil/examples/clip_entries.ini
share/sigil/examples/search_entries.ini
share/sigil/hunspell_dictionaries/
share/sigil/hunspell_dictionaries/About.txt
share/sigil/hunspell_dictionaries/COPYING_GPLv2.txt
share/sigil/hunspell_dictionaries/COPYING_GPLv3.txt
share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.0.txt
share/sigil/hunspell_dictionaries/COPYING_LGPL_v2.1.txt
share/sigil/hunspell_dictionaries/README.txt
share/sigil/hunspell_dictionaries/README_de_DE_frami.txt
share/sigil/hunspell_dictionaries/README_en_GB.txt
share/sigil/hunspell_dictionaries/README_en_US.txt
share/sigil/hunspell_dictionaries/README_es_ANY.txt
share/sigil/hunspell_dictionaries/README_extension_owner.txt
share/sigil/hunspell_dictionaries/README_fr.txt
share/sigil/hunspell_dictionaries/README_hyph_de.txt
share/sigil/hunspell_dictionaries/README_hyph_en_GB.txt
share/sigil/hunspell_dictionaries/README_hyph_en_US.txt
share/sigil/hunspell_dictionaries/README_hyph_es_ANY.txt
share/sigil/hunspell_dictionaries/README_hyph_fr.txt
share/sigil/hunspell_dictionaries/de_DE.aff
share/sigil/hunspell_dictionaries/de_DE.dic
share/sigil/hunspell_dictionaries/en_GB.aff
share/sigil/hunspell_dictionaries/en_GB.dic
share/sigil/hunspell_dictionaries/en_US.aff
share/sigil/hunspell_dictionaries/en_US.dic
share/sigil/hunspell_dictionaries/es.aff
share/sigil/hunspell_dictionaries/es.dic
share/sigil/hunspell_dictionaries/fr.aff
share/sigil/hunspell_dictionaries/fr.dic
share/sigil/hunspell_dictionaries/hyph_de_DE.dic
share/sigil/hunspell_dictionaries/hyph_en_GB.dic
share/sigil/hunspell_dictionaries/hyph_en_US.dic
share/sigil/hunspell_dictionaries/hyph_es.dic
share/sigil/hunspell_dictionaries/hyph_fr.dic
share/sigil/hunspell_dictionaries/license.txt
share/sigil/plugin_launchers/
share/sigil/plugin_launchers/python/
share/sigil/plugin_launchers/python/bookcontainer.py
share/sigil/plugin_launchers/python/compatibility_utils.py
share/sigil/plugin_launchers/python/css_parser/
share/sigil/plugin_launchers/python/css_parser/COPYING
share/sigil/plugin_launchers/python/css_parser/COPYING.LESSER
share/sigil/plugin_launchers/python/css_parser/CSSUTILS_README.txt
share/sigil/plugin_launchers/python/css_parser/README.md
share/sigil/plugin_launchers/python/css_parser/__init__.py
share/sigil/plugin_launchers/python/css_parser/_codec2.py
share/sigil/plugin_launchers/python/css_parser/_codec3.py
share/sigil/plugin_launchers/python/css_parser/_fetch.py
share/sigil/plugin_launchers/python/css_parser/_fetchgae.py
share/sigil/plugin_launchers/python/css_parser/codec.py
share/sigil/plugin_launchers/python/css_parser/css/
share/sigil/plugin_launchers/python/css_parser/css/__init__.py
share/sigil/plugin_launchers/python/css_parser/css/colors.py
share/sigil/plugin_launchers/python/css_parser/css/csscharsetrule.py
share/sigil/plugin_launchers/python/css_parser/css/csscomment.py
share/sigil/plugin_launchers/python/css_parser/css/cssfontfacerule.py
share/sigil/plugin_launchers/python/css_parser/css/cssimportrule.py
share/sigil/plugin_launchers/python/css_parser/css/cssmediarule.py
share/sigil/plugin_launchers/python/css_parser/css/cssnamespacerule.py
share/sigil/plugin_launchers/python/css_parser/css/csspagerule.py
share/sigil/plugin_launchers/python/css_parser/css/cssproperties.py
share/sigil/plugin_launchers/python/css_parser/css/cssrule.py
share/sigil/plugin_launchers/python/css_parser/css/cssrulelist.py
share/sigil/plugin_launchers/python/css_parser/css/cssstyledeclaration.py
share/sigil/plugin_launchers/python/css_parser/css/cssstylerule.py
share/sigil/plugin_launchers/python/css_parser/css/cssstylesheet.py
share/sigil/plugin_launchers/python/css_parser/css/cssunknownrule.py
share/sigil/plugin_launchers/python/css_parser/css/cssvalue.py
share/sigil/plugin_launchers/python/css_parser/css/cssvariablesdeclaration.py
share/sigil/plugin_launchers/python/css_parser/css/cssvariablesrule.py
share/sigil/plugin_launchers/python/css_parser/css/marginrule.py
share/sigil/plugin_launchers/python/css_parser/css/property.py
share/sigil/plugin_launchers/python/css_parser/css/selector.py
share/sigil/plugin_launchers/python/css_parser/css/selectorlist.py
share/sigil/plugin_launchers/python/css_parser/css/value.py
share/sigil/plugin_launchers/python/css_parser/cssproductions.py
share/sigil/plugin_launchers/python/css_parser/encutils/
share/sigil/plugin_launchers/python/css_parser/encutils/__init__.py
share/sigil/plugin_launchers/python/css_parser/errorhandler.py
share/sigil/plugin_launchers/python/css_parser/helper.py
share/sigil/plugin_launchers/python/css_parser/parse.py
share/sigil/plugin_launchers/python/css_parser/prodparser.py
share/sigil/plugin_launchers/python/css_parser/profiles.py
share/sigil/plugin_launchers/python/css_parser/sac.py
share/sigil/plugin_launchers/python/css_parser/script.py
share/sigil/plugin_launchers/python/css_parser/scripts/
share/sigil/plugin_launchers/python/css_parser/scripts/__init__.py
share/sigil/plugin_launchers/python/css_parser/scripts/csscapture.py
share/sigil/plugin_launchers/python/css_parser/scripts/csscombine.py
share/sigil/plugin_launchers/python/css_parser/scripts/cssparse.py
share/sigil/plugin_launchers/python/css_parser/serialize.py
share/sigil/plugin_launchers/python/css_parser/settings.py
share/sigil/plugin_launchers/python/css_parser/stylesheets/
share/sigil/plugin_launchers/python/css_parser/stylesheets/__init__.py
share/sigil/plugin_launchers/python/css_parser/stylesheets/medialist.py
share/sigil/plugin_launchers/python/css_parser/stylesheets/mediaquery.py
share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheet.py
share/sigil/plugin_launchers/python/css_parser/stylesheets/stylesheetlist.py
share/sigil/plugin_launchers/python/css_parser/tokenize2.py
share/sigil/plugin_launchers/python/css_parser/util.py
share/sigil/plugin_launchers/python/css_parser/version.py
share/sigil/plugin_launchers/python/epub_utils.py
share/sigil/plugin_launchers/python/inputcontainer.py
share/sigil/plugin_launchers/python/launcher.py
share/sigil/plugin_launchers/python/opf_parser.py
share/sigil/plugin_launchers/python/outputcontainer.py
share/sigil/plugin_launchers/python/pluginhunspell.py
share/sigil/plugin_launchers/python/preferences.py
share/sigil/plugin_launchers/python/quickparser.py
share/sigil/plugin_launchers/python/sigil_bs4/
share/sigil/plugin_launchers/python/sigil_bs4/AUTHORS.txt
share/sigil/plugin_launchers/python/sigil_bs4/COPYING.txt
share/sigil/plugin_launchers/python/sigil_bs4/__init__.py
share/sigil/plugin_launchers/python/sigil_bs4/builder/
share/sigil/plugin_launchers/python/sigil_bs4/builder/__init__.py
share/sigil/plugin_launchers/python/sigil_bs4/builder/_html5lib.py
share/sigil/plugin_launchers/python/sigil_bs4/builder/_htmlparser.py
share/sigil/plugin_launchers/python/sigil_bs4/builder/_lxml.py
share/sigil/plugin_launchers/python/sigil_bs4/dammit.py
share/sigil/plugin_launchers/python/sigil_bs4/diagnose.py
share/sigil/plugin_launchers/python/sigil_bs4/element.py
share/sigil/plugin_launchers/python/sigil_bs4/sigil_custom_changes_to_bs4-4.4.0.patch.txt
share/sigil/plugin_launchers/python/sigil_gumbo_bs4_adapter.py
share/sigil/plugin_launchers/python/sigil_gumboc.py
share/sigil/plugin_launchers/python/sigil_gumboc_tags.py
share/sigil/plugin_launchers/python/unipath.py
share/sigil/plugin_launchers/python/validationcontainer.py
share/sigil/plugin_launchers/python/validationresult.py
share/sigil/plugin_launchers/python/wrapper.py
share/sigil/polyfills/
share/sigil/polyfills/MJ/
share/sigil/polyfills/MJ/MathJax.js
share/sigil/polyfills/MJ/config/
share/sigil/polyfills/MJ/config/local/
share/sigil/polyfills/MJ/config/local/SIGIL_EBOOK_MML_SVG.js
share/sigil/polyfills/MJ/extensions/
share/sigil/polyfills/MJ/extensions/AssistiveMML.js
share/sigil/polyfills/MJ/extensions/MathEvents.js
share/sigil/polyfills/MJ/extensions/MathML/
share/sigil/polyfills/MJ/extensions/MathML/mml3.js
share/sigil/polyfills/MJ/extensions/fast-preview.js
share/sigil/polyfills/MJ/extensions/jsMath2jax.js
share/sigil/polyfills/MJ/extensions/mml2jax.js
share/sigil/polyfills/MJ/jax/
share/sigil/polyfills/MJ/jax/element/
share/sigil/polyfills/MJ/jax/element/mml/
share/sigil/polyfills/MJ/jax/element/mml/jax.js
share/sigil/polyfills/MJ/jax/element/mml/optable/
share/sigil/polyfills/MJ/jax/element/mml/optable/Arrows.js
share/sigil/polyfills/MJ/jax/element/mml/optable/BasicLatin.js
share/sigil/polyfills/MJ/jax/element/mml/optable/CombDiacritMarks.js
share/sigil/polyfills/MJ/jax/element/mml/optable/CombDiactForSymbols.js
share/sigil/polyfills/MJ/jax/element/mml/optable/Dingbats.js
share/sigil/polyfills/MJ/jax/element/mml/optable/GeneralPunctuation.js
share/sigil/polyfills/MJ/jax/element/mml/optable/GeometricShapes.js
share/sigil/polyfills/MJ/jax/element/mml/optable/GreekAndCoptic.js
share/sigil/polyfills/MJ/jax/element/mml/optable/Latin1Supplement.js
share/sigil/polyfills/MJ/jax/element/mml/optable/LetterlikeSymbols.js
share/sigil/polyfills/MJ/jax/element/mml/optable/MathOperators.js
share/sigil/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsA.js
share/sigil/polyfills/MJ/jax/element/mml/optable/MiscMathSymbolsB.js
share/sigil/polyfills/MJ/jax/element/mml/optable/MiscSymbolsAndArrows.js
share/sigil/polyfills/MJ/jax/element/mml/optable/MiscTechnical.js
share/sigil/polyfills/MJ/jax/element/mml/optable/SpacingModLetters.js
share/sigil/polyfills/MJ/jax/element/mml/optable/SuppMathOperators.js
share/sigil/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsA.js
share/sigil/polyfills/MJ/jax/element/mml/optable/SupplementalArrowsB.js
share/sigil/polyfills/MJ/jax/input/
share/sigil/polyfills/MJ/jax/input/MathML/
share/sigil/polyfills/MJ/jax/input/MathML/config.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/
share/sigil/polyfills/MJ/jax/input/MathML/entities/a.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/b.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/c.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/d.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/e.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/f.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/fr.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/g.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/h.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/i.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/j.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/k.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/l.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/m.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/n.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/o.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/opf.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/p.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/q.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/r.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/s.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/scr.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/t.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/u.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/v.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/w.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/x.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/y.js
share/sigil/polyfills/MJ/jax/input/MathML/entities/z.js
share/sigil/polyfills/MJ/jax/input/MathML/jax.js
share/sigil/polyfills/MJ/jax/output/
share/sigil/polyfills/MJ/jax/output/PreviewHTML/
share/sigil/polyfills/MJ/jax/output/PreviewHTML/config.js
share/sigil/polyfills/MJ/jax/output/PreviewHTML/jax.js
share/sigil/polyfills/MJ/jax/output/SVG/
share/sigil/polyfills/MJ/jax/output/SVG/autoload/
share/sigil/polyfills/MJ/jax/output/SVG/autoload/annotation-xml.js
share/sigil/polyfills/MJ/jax/output/SVG/autoload/maction.js
share/sigil/polyfills/MJ/jax/output/SVG/autoload/menclose.js
share/sigil/polyfills/MJ/jax/output/SVG/autoload/mglyph.js
share/sigil/polyfills/MJ/jax/output/SVG/autoload/mmultiscripts.js
share/sigil/polyfills/MJ/jax/output/SVG/autoload/ms.js
share/sigil/polyfills/MJ/jax/output/SVG/autoload/mtable.js
share/sigil/polyfills/MJ/jax/output/SVG/autoload/multiline.js
share/sigil/polyfills/MJ/jax/output/SVG/config.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Bold/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/BoldItalic/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/Italic/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Math/Italic/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Script/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size1/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size1/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size2/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size2/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size3/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size3/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size4/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size4/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata-extra.js
share/sigil/polyfills/MJ/jax/output/SVG/fonts/TeX/fontdata.js
share/sigil/polyfills/MJ/jax/output/SVG/jax.js
share/sigil/python3lib/
share/sigil/python3lib/cssreformatter.py
share/sigil/python3lib/gencheck.py
share/sigil/python3lib/metadata_utils.py
share/sigil/python3lib/metaproc2.py
share/sigil/python3lib/metaproc3.py
share/sigil/python3lib/ncxdata.py
share/sigil/python3lib/ncxgenerator.py
share/sigil/python3lib/opf2data.py
share/sigil/python3lib/opf3data.py
share/sigil/python3lib/opf_newparser.py
share/sigil/python3lib/sanitycheck.py
share/sigil/python3lib/updatechecker.py
share/sigil/python3lib/xmlprocessor.py
share/sigil/python3lib/xmlsanitycheck.py
share/sigil/translations/
share/sigil/translations/sigil_az.qm
share/sigil/translations/sigil_ca.qm
share/sigil/translations/sigil_cs.qm
share/sigil/translations/sigil_de.qm
share/sigil/translations/sigil_en.qm
share/sigil/translations/sigil_es.qm
share/sigil/translations/sigil_fi.qm
share/sigil/translations/sigil_fr.qm
share/sigil/translations/sigil_gl.qm
share/sigil/translations/sigil_it.qm
share/sigil/translations/sigil_nl.qm
share/sigil/translations/sigil_pl.qm
share/sigil/translations/sigil_ru.qm
share/sigil/translations/sigil_sr.qm
share/sigil/translations/sigil_th.qm
share/sigil/translations/sigil_zh.qm
share/sigil/translations/sigil_zh_TW.qm
@tag update-desktop-database