[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/452: gnu: texlive-latex-galois -> texlive-galois.
From: |
guix-commits |
Subject: |
54/452: gnu: texlive-latex-galois -> texlive-galois. |
Date: |
Fri, 9 Jun 2023 13:42:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a64ffb068cc289de03bceb7e72f75f40350eed30
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 09:20:09 2023 +0200
gnu: texlive-latex-galois -> texlive-galois.
* gnu/packages/tex.scm (texlive-galois): New variable.
(texlive-latex-galois): Deprecate variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bfe2a00a2f..61df8ef749 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5961,19 +5961,21 @@ and a new version of @code{g-brief}.")
(define-deprecated-package texlive-latex-g-brief texlive-g-brief)
-(define-public texlive-latex-galois
+(define-public texlive-galois
(package
- (name "texlive-latex-galois")
+ (name "texlive-galois")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "galois"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "0d4l0msk8j5pi95xnmm9wygv1vbpkwkv5amx9l0km86cs79jpp1h"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/galois/"
+ "source/latex/galois/"
+ "tex/latex/galois/")
+ (base32
+ "1324nw1r1aj6khz6fvrhd1p1sinadrd83j0s2q2fhnsgwp6sw94f")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/galois"))
+ (propagated-inputs
+ (list texlive-graphics))
(home-page "https://www.ctan.org/pkg/galois")
(synopsis "Typeset Galois connections")
(description
@@ -5981,6 +5983,8 @@ and a new version of @code{g-brief}.")
in colour.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-galois texlive-galois)
+
(define-public texlive-latex-gcite
(package
(name "texlive-latex-gcite")
- 17/452: gnu: Add texlive-minitoc., (continued)
- 17/452: gnu: Add texlive-minitoc., guix-commits, 2023/06/09
- 20/452: gnu: Add texlive-mfirstuc., guix-commits, 2023/06/09
- 15/452: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/09
- 28/452: gnu: Add texlive-refstyle., guix-commits, 2023/06/09
- 30/452: gnu: Add texlive-breakurl., guix-commits, 2023/06/09
- 31/452: gnu: Add texlive-chngcntr., guix-commits, 2023/06/09
- 32/452: gnu: Add texlive-multido., guix-commits, 2023/06/09
- 34/452: gnu: Add texlive-showexpl., guix-commits, 2023/06/09
- 36/452: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/09
- 44/452: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/09
- 54/452: gnu: texlive-latex-galois -> texlive-galois.,
guix-commits <=
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/09
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09
- 18/452: gnu: Add texlive-lwarp., guix-commits, 2023/06/09
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09