[arch-commits] Commit in otf-latin-modern/repos (community-any community-any/PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Jun 3 09:58:16 UTC 2018


    Date: Sunday, June 3, 2018 @ 09:58:16
  Author: archange
Revision: 339011

archrelease: copy trunk to community-any

Added:
  otf-latin-modern/repos/community-any/
  otf-latin-modern/repos/community-any/PKGBUILD
    (from rev 339010, otf-latin-modern/trunk/PKGBUILD)

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

Copied: otf-latin-modern/repos/community-any/PKGBUILD (from rev 339010, otf-latin-modern/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2018-06-03 09:58:16 UTC (rev 339011)
@@ -0,0 +1,19 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=otf-latin-modern
+pkgver=2.004
+pkgrel=3
+pkgdesc="Improved version of Computer Modern fonts as used in LaTeX"
+arch=('any')
+url="http://www.gust.org.pl/projects/e-foundry/latin-modern"
+license=('custom:GFL')
+depends=('fontconfig')
+source=("${url}/download/lm${pkgver}otf.zip"
+        "${url%/*}/licenses/GUST-FONT-LICENSE.txt")
+sha256sums=('5b0236051d3728be6616f1b274e3b910473875b5a3ef9382f0ef00384ddb161b'
+            'a746108477b2fa685845e7596b7ad8342bc358704b2b7da355f2df0a0cb8ad85')
+
+package() {
+    install -Dm644 *.otf -t "${pkgdir}"/usr/share/fonts/OTF/
+    install -Dm644 GUST-FONT-LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/GFL.txt
+}



More information about the arch-commits mailing list