[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/418: gnu: texlive-fontaxes: Refresh package definition.
From: |
guix-commits |
Subject: |
131/418: gnu: texlive-fontaxes: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:03 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0a40d9bc81315720116b3b8d2f015dd4fda02f38
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 8d502c2345..ab62d3e309 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
- 96/418: gnu: Add texlive-luacode., (continued)
- 96/418: gnu: Add texlive-luacode., guix-commits, 2023/05/29
- 104/418: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/29
- 105/418: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/29
- 106/418: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/05/29
- 107/418: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/29
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/05/29
- 114/418: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/29
- 122/418: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/29
- 125/418: gnu: texlive-wasysym: Refresh package definition., guix-commits, 2023/05/29
- 128/418: gnu: Add texlive-svn-prov., guix-commits, 2023/05/29
- 131/418: gnu: texlive-fontaxes: Refresh package definition.,
guix-commits <=
- 134/418: gnu: texlive-ifoddpage: Refresh package definition., guix-commits, 2023/05/29
- 139/418: gnu: texlive-metafont: Refresh package definition., guix-commits, 2023/05/29
- 141/418: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/29
- 147/418: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/05/29
- 149/418: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/05/29
- 148/418: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/29
- 152/418: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/29
- 150/418: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/29
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/05/29
- 159/418: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/29