mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/sigil to 0.9.14-1
This commit is contained in:
parent
23d5d7d496
commit
4796c7767d
1 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# - depend on xerces-c to avoid x86isms in bundled version
|
||||
|
||||
pkgname=sigil
|
||||
pkgver=0.9.13
|
||||
pkgver=0.9.14
|
||||
pkgrel=1
|
||||
pkgdesc="WYSIWYG ebook editor"
|
||||
arch=('x86_64')
|
||||
|
@ -16,7 +16,7 @@ license=('GPL3')
|
|||
depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 'python-css-parser'
|
||||
'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns' 'xerces-c')
|
||||
makedepends=('qt5-tools' 'qt5-svg' 'cmake')
|
||||
optdepends=('hunspell-en: for English dictionary support'
|
||||
optdepends=('hunspell-en_US: for English dictionary support'
|
||||
'hyphen-en: for English hyphenation support in plugins'
|
||||
'python-html5lib: recommended for plugins'
|
||||
'python-chardet: recommended for plugins'
|
||||
|
@ -28,8 +28,10 @@ optdepends=('hunspell-en: for English dictionary support'
|
|||
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=('7b9f31a6cc7ef469d6eb07cd1b16b81c06aaa4a9d27d122d7e77e35e03606777'
|
||||
sha256sums=('6da5482a6158896c7cde50d7787b7d2c681ab3afea032298ccf05f50ec803ac4'
|
||||
'SKIP')
|
||||
b2sums=('245177031688d83091d5b7fb100196b7875a3c7c4ac4f9b690960c756848ddd1d0353c3a7da1762717f66e8d47a9fdb4b68acf07295b381f4c34b393f0aade7b'
|
||||
'SKIP')
|
||||
validpgpkeys=('B5A56206AB0FBC1A24EFAB8AA166D29A8FCDAC63') # Doug Massay <douglaslmassay@gmail.com>
|
||||
|
||||
prepare() {
|
||||
|
@ -50,6 +52,7 @@ build() {
|
|||
-DINSTALL_BUNDLED_DICTS=0 \
|
||||
-DMATHJAX_DIR=/usr/share/mathjax \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
|
||||
-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
|
Loading…
Reference in a new issue