[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
218/452: gnu: texlive-marvosym: Refresh package definition.
From: |
guix-commits |
Subject: |
218/452: gnu: texlive-marvosym: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:26 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit f7d1c446968df1cd2bad774f7262ea99b64736cd
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 0ed44a466b..2aa6565d8e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8422,27 +8422,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
- 154/452: gnu: texlive-ltablex: Refresh package definition., (continued)
- 154/452: gnu: texlive-ltablex: Refresh package definition., guix-commits, 2023/06/09
- 35/452: gnu: Add texlive-subfig., guix-commits, 2023/06/09
- 150/452: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/09
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/09
- 182/452: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/09
- 185/452: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/09
- 184/452: gnu: Add texlive-etextools., guix-commits, 2023/06/09
- 188/452: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/09
- 202/452: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/09
- 218/452: gnu: texlive-marvosym: Refresh package definition.,
guix-commits <=
- 208/452: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/09
- 219/452: gnu: texlive-titlesec: Refresh package definition., guix-commits, 2023/06/09
- 226/452: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/09
- 240/452: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/09
- 242/452: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/09
- 247/452: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/09
- 249/452: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/09
- 277/452: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/09
- 275/452: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/09
- 270/452: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/09