[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/409: gnu: texlive-latex-gcite -> texlive-gcite.
From: |
guix-commits |
Subject: |
55/409: gnu: texlive-latex-gcite -> texlive-gcite. |
Date: |
Sat, 20 May 2023 04:02:21 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6bd69a6dac22ae107374cb8f27b1e02b659e3561
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 09:33:40 2023 +0200
gnu: texlive-latex-gcite -> texlive-gcite.
* gnu/packages/tex.scm (texlive-gcite): New variable.
(texlive-latex-gcite): 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 81f098a991..6de2e5a753 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5985,19 +5985,21 @@ in colour.")
(define-deprecated-package texlive-latex-galois texlive-galois)
-(define-public texlive-latex-gcite
+(define-public texlive-gcite
(package
- (name "texlive-latex-gcite")
+ (name "texlive-gcite")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "gcite"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "03g9by54yrypn599y98r1xh7qw0bbbmpzq0bfwpj6j5q5rkl1mfa"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gcite/"
+ "source/latex/gcite/"
+ "tex/latex/gcite/")
+ (base32
+ "0yb7sid13bx25yar3aw6pbf4jmmfi0gdmcd7ynf5hjh9qdfb3zyh")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/gcite"))
+ (propagated-inputs
+ (list texlive-biblatex))
(home-page "https://www.ctan.org/pkg/gcite")
(synopsis "Citations in a reader-friendly style")
(description
@@ -6009,6 +6011,8 @@ look-up efficiency afforded by numeric citations. The
package makes use of
BibLaTeX, and is considered experimental.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-gcite texlive-gcite)
+
(define-public texlive-latex-geometry
(package
(name "texlive-latex-geometry")
- 54/409: gnu: texlive-latex-galois -> texlive-galois., (continued)
- 54/409: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/05/20
- 09/409: gnu: texlive-latex-dinbrief -> texlive-dinbrief., guix-commits, 2023/05/20
- 21/409: gnu: Add texlive-filehook., guix-commits, 2023/05/20
- 24/409: gnu: Add texlive-enctex., guix-commits, 2023/05/20
- 28/409: gnu: Add texlive-refstyle., guix-commits, 2023/05/20
- 31/409: gnu: Add texlive-chngcntr., guix-commits, 2023/05/20
- 40/409: gnu: texlive-latex-amsrefs -> texlive-amsrefs., guix-commits, 2023/05/20
- 36/409: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/05/20
- 37/409: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/20
- 53/409: gnu: texlive-latex-g-brief -> texlive-g-brief., guix-commits, 2023/05/20
- 55/409: gnu: texlive-latex-gcite -> texlive-gcite.,
guix-commits <=
- 60/409: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/20
- 71/409: gnu: texlive-zref: Fix build., guix-commits, 2023/05/20
- 74/409: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/20
- 10/409: gnu: Add texlive-everypage., guix-commits, 2023/05/20
- 44/409: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/20
- 58/409: gnu: texlive-grffile: Fix build., guix-commits, 2023/05/20
- 22/409: gnu: Add texlive-currfile., guix-commits, 2023/05/20
- 25/409: gnu: Add texlive-dehyph., guix-commits, 2023/05/20
- 27/409: gnu: Add texlive-luabidi., guix-commits, 2023/05/20
- 32/409: gnu: Add texlive-multido., guix-commits, 2023/05/20