guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

218/418: gnu: texlive-marvosym: Refresh package definition.


From: guix-commits
Subject: 218/418: gnu: texlive-marvosym: Refresh package definition.
Date: Fri, 2 Jun 2023 17:24:58 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 9f3d669568ce7b450ea2e281f130364f326e2eb3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 21:56:58 2023 +0200

    gnu: texlive-marvosym: Refresh package definition.
    
    * gnu/packages/tex.scm (texlive-marvosym): Remove SIMPLE-TEXLIVE-PACKAGE
    call.
---
 gnu/packages/tex.scm | 44 ++++++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 75b8095db3..3dd1e2916e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8430,27 +8430,31 @@ OT2 encoded fonts, CM bright shaped fonts and Concrete 
shaped fonts.")
 
 (define-public texlive-marvosym
   (package
-    (inherit (simple-texlive-package
-              "texlive-marvosym"
-              (list "/doc/fonts/marvosym/"
-                    "/fonts/afm/public/marvosym/"
-                    "/fonts/map/dvips/marvosym/"
-                    "/fonts/tfm/public/marvosym/"
-                    "/fonts/truetype/public/marvosym/"
-                    "/fonts/type1/public/marvosym/"
-                    "/tex/latex/marvosym/")
-              (base32
-               "0m3bbg06cia8ni86fjhvb7x4a5qcxgnpqcvicfms91w2px9ysc46")
-              #:trivial? #t))
-    (home-page "https://martinvogel.de/blog/index.php?\
-/archives/131-Marvosym.ttf.html")
+    (name "texlive-marvosym")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/marvosym/"
+                   "fonts/afm/public/marvosym/"
+                   "fonts/map/dvips/marvosym/"
+                   "fonts/tfm/public/marvosym/"
+                   "fonts/truetype/public/marvosym/"
+                   "fonts/type1/public/marvosym/"
+                   "source/fonts/marvosym/"
+                   "tex/latex/marvosym/")
+             (base32
+              "16s5ibpw6c9d3vzc82hfn90dg643xlracivikdbr9s43f2ayak41")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/marvosym";)
     (synopsis "Martin Vogel's Symbols (marvosym) font")
-    (description "The Martin Vogel’s Symbols fonts (marvosym) contains the
-Euro currency symbol as defined by the European commission, along with symbols
-for structural engineering, symbols for steel cross-sections, astronomy
-signs (sun, moon, planets), the 12 signs of the zodiac, scissor symbols, CE
-sign and others.  This package contains both the original TrueType font and
-the derived Type 1 font, together with support files for TeX (LaTeX).")
+    (description
+     "Martin Vogel's Symbol font (marvosym) contains the Euro currency symbol
+as defined by the European commission, along with symbols for structural
+engineering; symbols for steel cross-sections; astronomy signs (sun, moon,
+planets); the 12 signs of the zodiac; scissor symbols; CE sign and others.
+The package contains both the original TrueType font and the derived Type
+1 font, together with support files for TeX (LaTeX).")
     (license (list license:lppl          ;for TeX support files
                    license:silofl1.1)))) ;for fonts
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]