[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/418: gnu: texlive-latex-gcite -> texlive-gcite.
From: |
guix-commits |
Subject: |
55/418: gnu: texlive-latex-gcite -> texlive-gcite. |
Date: |
Mon, 29 May 2023 17:38:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 05861f7ceae486627b063036d6531f048b371e74
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 61df8ef749..0f6ebf178d 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")
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., (continued)
- 75/418: gnu: texlive-latex-colortbl -> texlive-colortbl., guix-commits, 2023/05/29
- 83/418: gnu: texlive-latex-multirow -> texlive-multirow., guix-commits, 2023/05/29
- 30/418: gnu: Add texlive-breakurl., guix-commits, 2023/05/29
- 50/418: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/29
- 60/418: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/29
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/29
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/29
- 87/418: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/29
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/05/29
- 51/418: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/05/29
- 55/418: gnu: texlive-latex-gcite -> texlive-gcite.,
guix-commits <=
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/05/29
- 73/418: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/29
- 79/418: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/05/29
- 88/418: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/05/29
- 94/418: gnu: Add texlive-ctablestack., guix-commits, 2023/05/29
- 101/418: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/05/29
- 99/418: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/05/29
- 102/418: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/29
- 103/418: gnu: texlive-latex-media9 -> texlive-media9., guix-commits, 2023/05/29
- 98/418: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/05/29