[arch-commits] Commit in sigil/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Jun 11 07:12:53 UTC 2019
Date: Tuesday, June 11, 2019 @ 07:12:53
Author: eschwartz
Revision: 480171
upgpkg: sigil 0.9.14-1
upstream release
Adapt to GNUInstallDirs migration.
See https://github.com/Sigil-Ebook/Sigil/pull/414
Modified:
sigil/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-11 07:06:29 UTC (rev 480170)
+++ PKGBUILD 2019-06-11 07:12:53 UTC (rev 480171)
@@ -4,7 +4,7 @@
# Contributor: Larry Hajali <larryhaja [at] gmail [dot] com>
pkgname=sigil
-pkgver=0.9.13
+pkgver=0.9.14
pkgrel=1
pkgdesc="WYSIWYG ebook editor"
arch=('x86_64')
@@ -13,7 +13,7 @@
depends=('hicolor-icon-theme' 'hunspell' 'mathjax' 'minizip' 'python-css-parser'
'python-lxml' 'qt5-webkit' 'qt5-xmlpatterns')
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'
@@ -25,8 +25,10 @@
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 at gmail.com>
prepare() {
@@ -47,6 +49,7 @@
-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 \
More information about the arch-commits
mailing list