[arch-commits] Commit in mathjax2/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Aug 27 21:01:23 UTC 2020


    Date: Thursday, August 27, 2020 @ 21:01:22
  Author: arojas
Revision: 690008

archrelease: copy trunk to community-any

Added:
  mathjax2/repos/community-any/PKGBUILD
    (from rev 690006, mathjax2/trunk/PKGBUILD)
Deleted:
  mathjax2/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-27 21:01:21 UTC (rev 690007)
+++ PKGBUILD	2020-08-27 21:01:22 UTC (rev 690008)
@@ -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.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/
-}

Copied: mathjax2/repos/community-any/PKGBUILD (from rev 690006, mathjax2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-27 21:01:22 UTC (rev 690008)
@@ -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.9
+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=('c9167279c87da044f2ff910ad573a02ce90354cb59440ae568eb86e1630f65df')
+
+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