Skip to content

Commit

Permalink
upgpkg: sigil-git 0.9.12.r5.g61d2703a-1
Browse files Browse the repository at this point in the history
Thanks to the great work of @kevinhendricks and @dougmassay, Sigil now
supports the latest version of MathJax sourced from the system.
  • Loading branch information
eli-schwartz committed Feb 24, 2019
1 parent b0a7ea5 commit dcce1ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion sigil-git/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = sigil-git
pkgdesc = A WYSIWYG ebook editor
pkgver = 0.9.12.r1.g01362557
pkgver = 0.9.12.r5.g61d2703a
pkgrel = 1
url = https://github.com/Sigil-Ebook/Sigil
arch = i686
Expand All @@ -12,6 +12,7 @@ pkgbase = sigil-git
makedepends = cmake
depends = hunspell
depends = minizip
depends = mathjax
depends = python-css-parser
depends = python-lxml
depends = python-six
Expand Down
5 changes: 3 additions & 2 deletions sigil-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
_localepurge=

pkgname=sigil-git
pkgver=0.9.12.r1.g01362557
pkgver=0.9.12.r5.g61d2703a
pkgrel=1
pkgdesc="A WYSIWYG ebook editor"
arch=('i686' 'x86_64')
url="https://github.com/Sigil-Ebook/Sigil"
license=('GPL3')
depends=('hunspell' 'minizip' 'python-css-parser' 'python-lxml' 'python-six'
depends=('hunspell' 'minizip' 'mathjax' 'python-css-parser' 'python-lxml' 'python-six'
'qt5-webkit' 'qt5-xmlpatterns')
makedepends=('git' 'qt5-tools' 'qt5-svg' 'cmake')
optdepends=('hunspell-en: for English dictionary support'
Expand Down Expand Up @@ -60,6 +60,7 @@ build() {
-DUSE_SYSTEM_LIBS=1 \
-DSYSTEM_LIBS_REQUIRED=1 \
-DINSTALL_BUNDLED_DICTS=0 \
-DMATHJAX_DIR=/usr/share/mathjax \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_C_FLAGS:STRING="${CFLAGS}" \
-DCMAKE_CXX_FLAGS:STRING="${CXXFLAGS}" \
Expand Down

0 comments on commit dcce1ed

Please sign in to comment.