[arch-commits] Commit in sigil/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Sun Jul 21 20:05:52 UTC 2019


    Date: Sunday, July 21, 2019 @ 20:05:51
  Author: eschwartz
Revision: 492497

upgpkg: sigil 0.9.16-1

upstream release
migrate to webengine, clean up old unused dependencies via PR to CMakeLists.txt
BookView is now gone -- it is implemented as an external editor via the pageedit package

Modified:
  sigil/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-21 20:00:27 UTC (rev 492496)
+++ PKGBUILD	2019-07-21 20:05:51 UTC (rev 492497)
@@ -4,7 +4,7 @@
 # Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
 
 pkgname=sigil
-pkgver=0.9.14
+pkgver=0.9.16
 pkgrel=1
 pkgdesc="WYSIWYG ebook editor"
 arch=('x86_64')
@@ -11,10 +11,11 @@
 url="https://sigil-ebook.com/"
 license=('GPL3')
 depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 'python-css-parser'
-         'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns')
-makedepends=('qt5-tools' 'qt5-svg' 'cmake')
+         'python-lxml' 'qt5-webengine')
+makedepends=('qt5-tools' 'cmake')
 optdepends=('hunspell-en_US: for English dictionary support'
             'hyphen-en: for English hyphenation support in plugins'
+            'pageedit: external editor to replace BookView'
             'python-html5lib: recommended for plugins'
             'python-chardet: recommended for plugins'
             'python-cssselect: recommended for plugins'
@@ -25,9 +26,9 @@
 install=${pkgname}.install
 source=("Sigil-${pkgver}.tar.gz::https://github.com/Sigil-Ebook/Sigil/archive/${pkgver}.tar.gz"
         "https://github.com/Sigil-Ebook/Sigil/releases/download/${pkgver}/Sigil-${pkgver}.tar.gz.sig")
-sha256sums=('6da5482a6158896c7cde50d7787b7d2c681ab3afea032298ccf05f50ec803ac4'
+sha256sums=('c28ec5230b9eb708fae795b69777e32eceee94ac26e3ea2838c74ef1e041f638'
             'SKIP')
-b2sums=('245177031688d83091d5b7fb100196b7875a3c7c4ac4f9b690960c756848ddd1d0353c3a7da1762717f66e8d47a9fdb4b68acf07295b381f4c34b393f0aade7b'
+b2sums=('1e784768cfe98e08ac01f5a9c11ec8254f9a0211f69ee1eb479643cc83677f6fea43745bcb158ea178ac64eec87c2e0062e783af2fe7477e2e5e8faf4db24c46'
         'SKIP')
 validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmassay at gmail.com>
 



More information about the arch-commits mailing list