[arch-commits] Commit in mathjax2/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Apr 8 22:00:07 UTC 2020
Date: Wednesday, April 8, 2020 @ 22:00:06
Author: arojas
Revision: 612757
archrelease: copy trunk to community-any
Added:
mathjax2/repos/community-any/PKGBUILD
(from rev 612756, mathjax2/trunk/PKGBUILD)
Deleted:
mathjax2/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-08 21:59:41 UTC (rev 612756)
+++ PKGBUILD 2020-04-08 22:00:06 UTC (rev 612757)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 362427 2018-07-19 17:42:59Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Kevin Dodd <jesin00 at gmail.com>
-# Contributor: Tianjiao Yin <ytj000 at gmail.com>
-
-pkgname=mathjax2
-pkgver=2.7.7
-pkgrel=1
-pkgdesc='An open source JavaScript display engine for mathematics that works in all modern browsers'
-url='https://www.mathjax.org/'
-arch=(any)
-license=(Apache)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz")
-sha256sums=('71ea2429b1b5b5d796d3f89303a33d61ce8459897b48973d768261e33d6268c0')
-
-prepare() {
- cd MathJax-$pkgver
-
-# Remove unneeded stuff, see https://github.com/mathjax/MathJax-docs/wiki/Guide%3A-reducing-size-of-a-mathjax-installation
- rm -r docs test unpacked
- rm -r fonts/HTML-CSS/TeX/png
- for _format in eot otf svg ; do
- find . -type d -name "$_format" -prune -exec rm -rf {} \;
- done
-}
-
-package() {
- mkdir -p "$pkgdir"/usr/share/{fonts,licenses/mathjax2}
- cp -a MathJax-$pkgver "$pkgdir"/usr/share/mathjax2
- mv "$pkgdir"/usr/share/mathjax2/fonts "$pkgdir"/usr/share/fonts/mathjax2
- ln -s /usr/share/fonts/mathjax2 "$pkgdir"/usr/share/mathjax2/fonts
- mv "$pkgdir"/usr/share/mathjax2/LICENSE "$pkgdir"/usr/share/licenses/mathjax2/
-}
Copied: mathjax2/repos/community-any/PKGBUILD (from rev 612756, mathjax2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-08 22:00:06 UTC (rev 612757)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 362427 2018-07-19 17:42:59Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Kevin Dodd <jesin00 at gmail.com>
+# Contributor: Tianjiao Yin <ytj000 at gmail.com>
+
+pkgname=mathjax2
+pkgver=2.7.8
+pkgrel=1
+pkgdesc='An open source JavaScript display engine for mathematics that works in all modern browsers'
+url='https://www.mathjax.org/'
+arch=(any)
+license=(Apache)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mathjax/MathJax/archive/$pkgver.tar.gz")
+sha256sums=('21dcf4835c8cd36daf85143c11efe49a42948a6767b97cc21e7aa892dcf2d35d')
+
+prepare() {
+ cd MathJax-$pkgver
+
+# Remove unneeded stuff, see https://github.com/mathjax/MathJax-docs/wiki/Guide%3A-reducing-size-of-a-mathjax-installation
+ rm -r docs test unpacked
+ rm -r fonts/HTML-CSS/TeX/png
+ for _format in eot otf svg ; do
+ find . -type d -name "$_format" -prune -exec rm -rf {} \;
+ done
+}
+
+package() {
+ mkdir -p "$pkgdir"/usr/share/{fonts,licenses/mathjax2}
+ cp -a MathJax-$pkgver "$pkgdir"/usr/share/mathjax2
+ mv "$pkgdir"/usr/share/mathjax2/fonts "$pkgdir"/usr/share/fonts/mathjax2
+ ln -s /usr/share/fonts/mathjax2 "$pkgdir"/usr/share/mathjax2/fonts
+ mv "$pkgdir"/usr/share/mathjax2/LICENSE "$pkgdir"/usr/share/licenses/mathjax2/
+}
More information about the arch-commits
mailing list