[arch-commits] Commit in otf-latinmodern-math/repos (2 files)

Bruno Pagani archange at archlinux.org
Sun Jun 3 10:13:39 UTC 2018


    Date: Sunday, June 3, 2018 @ 10:13:39
  Author: archange
Revision: 339015

archrelease: copy trunk to community-any

Added:
  otf-latinmodern-math/repos/community-any/
  otf-latinmodern-math/repos/community-any/PKGBUILD
    (from rev 339014, otf-latinmodern-math/trunk/PKGBUILD)

----------+
 PKGBUILD |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Copied: otf-latinmodern-math/repos/community-any/PKGBUILD (from rev 339014, otf-latinmodern-math/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-06-03 10:13:39 UTC (rev 339015)
@@ -0,0 +1,18 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=otf-latinmodern-math
+pkgver=1.959
+pkgrel=3
+pkgdesc="Improved version of Computer Modern fonts as used in LaTeX – OpenType Math component"
+arch=('any')
+url="http://www.gust.org.pl/projects/e-foundry/lm-math"
+license=('custom:GFL')
+depends=('fontconfig')
+source=("${url}/download/${pkgname#*-}-${pkgver/.}.zip")
+sha256sums=('aaaa060b4ffc091461e875efb9498b9abfa7c7a48f38eb33882868839903a4f8')
+
+package() {
+    cd ${pkgname#*-}-${pkgver/.}
+    install -Dm644 ${pkgname/-//}.otf -t "${pkgdir}"/usr/share/fonts/OTF/
+    install -Dm644 doc/GUST-FONT-LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/GFL.txt
+}



More information about the arch-commits mailing list