From d4cc156c6b0c5560dd33cca2bc85b4faa38c93fa Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Fri, 20 Dec 2013 07:53:49 +0200 Subject: updating mathjax to version 2.3 --- pcr/mathjax/PKGBUILD | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'pcr') diff --git a/pcr/mathjax/PKGBUILD b/pcr/mathjax/PKGBUILD index 779aa5a74..2bdc6ec67 100644 --- a/pcr/mathjax/PKGBUILD +++ b/pcr/mathjax/PKGBUILD @@ -1,19 +1,20 @@ -# Maintainer (Arch): Tianjiao Yin -# Maintainer (Parabola): Alon Ivtsan -#taken from https://aur.archlinux.org/packages/mathjax/ +# Maintainer: Kevin Dodd +# Contributor: Tianjiao Yin pkgname=mathjax -pkgver=2.2 +pkgver=2.3 pkgrel=2 pkgdesc='An open source JavaScript display engine for mathematics that works in all modern browsers' url='http://www.mathjax.org/' arch=('any') -license=('apache') -options=('!strip') -source=('https://github.com/mathjax/MathJax/archive/v2.2.tar.gz') +license=('Apache') +options=(!strip libtool staticlibs) +source=("https://github.com/mathjax/MathJax/archive/v${pkgver}.tar.gz") +sha256sums=('0cd8f6de29b6c686550098119ab5301bdf60b03aeb8f9f2058e2832a0662687b') -build() { - mkdir -p $pkgdir/usr/share - mv $srcdir/MathJax-* $pkgdir/usr/share/mathjax +package() { + mkdir -p "$pkgdir/usr/share/fonts" + mv "$srcdir/MathJax-$pkgver" "$pkgdir/usr/share/mathjax" + ln -s '../mathjax/fonts' "$pkgdir/usr/share/fonts/mathjax" } -md5sums=('9e3ace5d926be939befb9bc79138a6f8') + -- cgit v1.2.2