[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/409: gnu: texlive-fontaxes: Refresh package definition.
From: |
guix-commits |
Subject: |
131/409: gnu: texlive-fontaxes: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:35 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d4336b14a6a7d4d01b30bdd432394b27e2e9d672
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 fa725688a4..104921a171 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11029,24 +11029,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
- 196/409: gnu: texlive-symbol: Refresh package definition., (continued)
- 196/409: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/20
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph., guix-commits, 2023/05/20
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20
- 100/409: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/20
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition.,
guix-commits <=
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes., guix-commits, 2023/05/20
- 144/409: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/20
- 145/409: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/20
- 152/409: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/20
- 157/409: gnu: texlive-pdflscape: Refresh package definition., guix-commits, 2023/05/20
- 160/409: gnu: Add texlive-lipsum., guix-commits, 2023/05/20
- 163/409: gnu: Add texlive-ntheorem., guix-commits, 2023/05/20
- 165/409: gnu: texlive-lineno: Refresh package definition., guix-commits, 2023/05/20
- 168/409: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/20