[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
218/416: gnu: texlive-marvosym: Refresh package definition.
From: |
guix-commits |
Subject: |
218/416: gnu: texlive-marvosym: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:52 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d32bd71c6011898c450550b865edec6480a4bb4c
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
- 171/416: gnu: texlive-apa6: Refresh package definition., (continued)
- 171/416: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/28
- 179/416: gnu: Add texlive-incgraph., guix-commits, 2023/05/28
- 181/416: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/28
- 177/416: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/05/28
- 190/416: gnu: texlive-bera: Refresh package definition., guix-commits, 2023/05/28
- 184/416: gnu: Add texlive-etextools., guix-commits, 2023/05/28
- 191/416: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/05/28
- 198/416: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/05/28
- 213/416: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/05/28
- 212/416: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/28
- 218/416: gnu: texlive-marvosym: Refresh package definition.,
guix-commits <=
- 224/416: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/28
- 253/416: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/28
- 241/416: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/28
- 254/416: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/05/28
- 239/416: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/05/28
- 238/416: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/05/28
- 260/416: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/28
- 267/416: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/05/28
- 270/416: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/28
- 275/416: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/05/28