Update to sigil-1.4.3
Usatream switched from qtwebkit to qtwebengine Changelog: https://github.com/Sigil-Ebook/Sigil/blob/master/ChangeLog.txt OK sthen@
This commit is contained in:
parent
93d8728348
commit
fcf7fee003
@ -1,14 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2021/02/23 19:39:21 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2021/03/24 14:37:04 kirby Exp $
|
||||
|
||||
COMMENT = EPUB ebook editor
|
||||
|
||||
PKGNAME = sigil-${GH_TAGNAME}
|
||||
REVISION = 1
|
||||
|
||||
# newer versions require qtwebengine
|
||||
GH_ACCOUNT = Sigil-Ebook
|
||||
GH_PROJECT = Sigil
|
||||
GH_TAGNAME = 0.9.14
|
||||
GH_TAGNAME = 1.4.3
|
||||
|
||||
CATEGORIES = editors
|
||||
|
||||
@ -18,20 +16,18 @@ HOMEPAGE = https://sigil-ebook.com/
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} ${MODPY_WANTLIB}
|
||||
WANTLIB += Qt5Concurrent Qt5Core Qt5Gui Qt5Network Qt5PrintSupport
|
||||
WANTLIB += Qt5Svg Qt5WebKit Qt5WebKitWidgets Qt5Widgets Qt5Xml
|
||||
WANTLIB += Qt5XmlPatterns c hunspell-1.7 m pcre16 z
|
||||
WANTLIB += Qt5Concurrent Qt5Core Qt5Gui Qt5Network Qt5Positioning
|
||||
WANTLIB += Qt5PrintSupport Qt5Qml Qt5QmlModels Qt5Quick Qt5WebChannel
|
||||
WANTLIB += Qt5WebEngine Qt5WebEngineCore Qt5WebEngineWidgets Qt5Widgets
|
||||
WANTLIB += Qt5Xml c hunspell-1.7 m pcre16 z
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
MODULES = devel/cmake \
|
||||
lang/python \
|
||||
x11/qt5
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
textproc/py-lxml${MODPY_FLAVOR}
|
||||
LIB_DEPENDS = textproc/hunspell \
|
||||
x11/qt5/qtsvg \
|
||||
x11/qt5/qtwebkit \
|
||||
x11/qt5/qtxmlpatterns
|
||||
x11/qt5/qtwebengine
|
||||
|
||||
CONFIGURE_ARGS = -DUSE_SYSTEM_LIBS=ON
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Sigil-0.9.14.tar.gz) = baVIKmFYiWx83lDXeHt9LGgas6/qAyKYzPBfUOyAOsQ=
|
||||
SIZE (Sigil-0.9.14.tar.gz) = 18253774
|
||||
SHA256 (Sigil-1.4.3.tar.gz) = dL1ILTxP5LIBXuAGpvp38RFDcb0hfk588dmoBepB5xk=
|
||||
SIZE (Sigil-1.4.3.tar.gz) = 24118565
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-src_Resource_Files_python3lib_updatechecker_py,v 1.1 2020/03/09 21:13:41 sthen Exp $
|
||||
$OpenBSD: patch-src_Resource_Files_python3lib_updatechecker_py,v 1.2 2021/03/24 14:37:05 kirby Exp $
|
||||
|
||||
disable phone-home
|
||||
|
||||
Index: src/Resource_Files/python3lib/updatechecker.py
|
||||
--- src/Resource_Files/python3lib/updatechecker.py.orig
|
||||
+++ src/Resource_Files/python3lib/updatechecker.py
|
||||
@@ -29,7 +29,7 @@ def check_for_updates(site_url):
|
||||
@@ -37,7 +37,7 @@ def check_for_updates(site_url):
|
||||
latest_version = ""
|
||||
_version_pattern = re.compile(r'<current-version>([^<]*)</current-version>')
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2020/03/09 21:13:41 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2021/03/24 14:37:05 kirby Exp $
|
||||
bin/sigil
|
||||
lib/sigil/
|
||||
@so lib/sigil/libsigilgumbo.so
|
||||
@ -44,78 +44,23 @@ 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/iconthemes/
|
||||
share/sigil/iconthemes/fluent.rcc
|
||||
share/sigil/iconthemes/main.rcc
|
||||
share/sigil/iconthemes/material.rcc
|
||||
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/hrefutils.py
|
||||
share/sigil/plugin_launchers/python/inputcontainer.py
|
||||
share/sigil/plugin_launchers/python/launcher.py
|
||||
share/sigil/plugin_launchers/python/navprocessor.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/pluginhunspellml.py
|
||||
share/sigil/plugin_launchers/python/preferences.py
|
||||
share/sigil/plugin_launchers/python/quickparser.py
|
||||
share/sigil/plugin_launchers/python/sigil_bs4/
|
||||
@ -152,6 +97,7 @@ 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/extensions/toMathML.js
|
||||
share/sigil/polyfills/MJ/jax/
|
||||
share/sigil/polyfills/MJ/jax/element/
|
||||
share/sigil/polyfills/MJ/jax/element/mml/
|
||||
@ -356,6 +302,7 @@ 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/diffstat.py
|
||||
share/sigil/python3lib/gencheck.py
|
||||
share/sigil/python3lib/metadata_utils.py
|
||||
share/sigil/python3lib/metaproc2.py
|
||||
@ -365,7 +312,9 @@ share/sigil/python3lib/ncxgenerator.py
|
||||
share/sigil/python3lib/opf2data.py
|
||||
share/sigil/python3lib/opf3data.py
|
||||
share/sigil/python3lib/opf_newparser.py
|
||||
share/sigil/python3lib/repomanager.py
|
||||
share/sigil/python3lib/sanitycheck.py
|
||||
share/sigil/python3lib/sdifflibparser.py
|
||||
share/sigil/python3lib/updatechecker.py
|
||||
share/sigil/python3lib/xmlprocessor.py
|
||||
share/sigil/python3lib/xmlsanitycheck.py
|
||||
@ -380,11 +329,16 @@ 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_ja.qm
|
||||
share/sigil/translations/sigil_ko.qm
|
||||
share/sigil/translations/sigil_nl.qm
|
||||
share/sigil/translations/sigil_pl.qm
|
||||
share/sigil/translations/sigil_pt_BR.qm
|
||||
share/sigil/translations/sigil_ru.qm
|
||||
share/sigil/translations/sigil_sr.qm
|
||||
share/sigil/translations/sigil_sv.qm
|
||||
share/sigil/translations/sigil_th.qm
|
||||
share/sigil/translations/sigil_zh.qm
|
||||
share/sigil/translations/sigil_uk_UA.qm
|
||||
share/sigil/translations/sigil_zh_CN.qm
|
||||
share/sigil/translations/sigil_zh_TW.qm
|
||||
@tag update-desktop-database
|
||||
|
Loading…
x
Reference in New Issue
Block a user