[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
54/416: gnu: texlive-latex-galois -> texlive-galois.
From: |
guix-commits |
Subject: |
54/416: gnu: texlive-latex-galois -> texlive-galois. |
Date: |
Sun, 28 May 2023 02:32:12 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3c510dbb39863aa046b6582a5766dedcedb32c74
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")
- 30/416: gnu: Add texlive-breakurl., (continued)
- 30/416: gnu: Add texlive-breakurl., guix-commits, 2023/05/28
- 31/416: gnu: Add texlive-chngcntr., guix-commits, 2023/05/28
- 32/416: gnu: Add texlive-multido., guix-commits, 2023/05/28
- 33/416: gnu: Add texlive-attachfile., guix-commits, 2023/05/28
- 35/416: gnu: Add texlive-subfig., guix-commits, 2023/05/28
- 44/416: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/28
- 47/416: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/28
- 50/416: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/28
- 56/416: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/05/28
- 53/416: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/28
- 54/416: gnu: texlive-latex-galois -> texlive-galois.,
guix-commits <=
- 66/416: gnu: Add texlive-atenddvi., guix-commits, 2023/05/28
- 65/416: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/28
- 114/416: gnu: texlive-latex-hyphenat -> texlive-hyphenat., guix-commits, 2023/05/28
- 70/416: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/28
- 69/416: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/05/28
- 64/416: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/28
- 68/416: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/05/28
- 63/416: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/05/28
- 78/416: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/28
- 75/416: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/28