[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/452: gnu: texlive-fontaxes: Refresh package definition.
From: |
guix-commits |
Subject: |
131/452: gnu: texlive-fontaxes: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:09 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a4c001c493b505921dee65bb78c18f1f8e8fe06c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 22:33:00 2023 +0200
gnu: texlive-fontaxes: Refresh package definition.
* gnu/packages/tex.scm (texlive-fontaxes)[source]: Use TEXLIVE-ORIGIN
instead of TEXLIVE-REF and SVN-FETCH.
---
gnu/packages/tex.scm | 30 ++++++++++++++----------------
1 file changed, 14 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ae1cbc0756..f8f88bd6f9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11021,24 +11021,22 @@ matching maths fonts are provided by the
@code{fourier} and
(define-public texlive-fontaxes
(package
(name "texlive-fontaxes")
- (version "1.0e")
- (source
- (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "fontaxes"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0j3w1y66pkf3bjl9dh5xy3lfg33rg08s4wx37a3jcndvcji20j3f"))))
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fontaxes/" "source/latex/fontaxes/"
+ "tex/latex/fontaxes/")
+ (base32
+ "1d9ji2qvjf1ky8l6rfqbag2hw61r0hyjxkzsp18s4pckyq4dqwdm")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/fontaxes"))
- (home-page "http://www.ctan.org/pkg/fontaxes")
+ (home-page "https://ctan.org/pkg/fontaxes")
(synopsis "Additional font axes for LaTeX")
- (description "The @code{fontaxes} package adds several new font
-axes on top of LaTeX's New Font Selection Scheme (NFSS). In
-particular, it splits the shape axis into a primary and a secondary
-shape axis and it adds three new axes to deal with the different
-figure versions offered by many professional fonts.")
+ (description "The @code{fontaxes} package adds several new font axes on
+top of LaTeX's New Font Selection Scheme (NFSS). In particular, it splits the
+shape axis into a primary and a secondary shape axis and it adds three new
+axes to deal with the different figure versions offered by many professional
+fonts.")
(license license:lppl1.3+)))
(define-public texlive-preprint
- 452/452: gnu: Add texlive-scheme-minimal., (continued)
- 452/452: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/09
- 115/452: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/09
- 117/452: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/09
- 116/452: gnu: Add texlive-regexpatch., guix-commits, 2023/06/09
- 127/452: gnu: Add texlive-newverbs., guix-commits, 2023/06/09
- 120/452: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/09
- 128/452: gnu: Add texlive-svn-prov., guix-commits, 2023/06/09
- 118/452: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/09
- 133/452: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/09
- 123/452: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/09
- 131/452: gnu: texlive-fontaxes: Refresh package definition.,
guix-commits <=
- 129/452: gnu: Add texlive-gincltex., guix-commits, 2023/06/09
- 138/452: gnu: Add texlive-modes., guix-commits, 2023/06/09
- 137/452: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/09
- 140/452: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/09
- 141/452: gnu: Add texlive-xetexconfig., guix-commits, 2023/06/09
- 153/452: gnu: texlive-ragged2e: Refresh package definition., guix-commits, 2023/06/09
- 148/452: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/06/09
- 144/452: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/06/09
- 146/452: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/06/09
- 142/452: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/06/09