me
/
guix
Archived
1
0
Fork 0

gnu: texlive-latex-gcite -> texlive-gcite.

* gnu/packages/tex.scm (texlive-gcite): New variable.
(texlive-latex-gcite): Deprecate variable.
Nicolas Goaziou 2023-05-13 09:33:40 +02:00
parent f99509f664
commit 9ced20c4a9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 14 additions and 10 deletions

View File

@ -5985,19 +5985,21 @@ in colour.")
(define-deprecated-package texlive-latex-galois texlive-galois) (define-deprecated-package texlive-latex-galois texlive-galois)
(define-public texlive-latex-gcite (define-public texlive-gcite
(package (package
(name "texlive-latex-gcite") (name "texlive-gcite")
(version (number->string %texlive-revision)) (version (number->string %texlive-revision))
(source (origin (source (texlive-origin
(method svn-fetch) name version
(uri (texlive-ref "latex" "gcite")) (list "doc/latex/gcite/"
(file-name (string-append name "-" version "-checkout")) "source/latex/gcite/"
(sha256 "tex/latex/gcite/")
(base32 (base32
"03g9by54yrypn599y98r1xh7qw0bbbmpzq0bfwpj6j5q5rkl1mfa")))) "0yb7sid13bx25yar3aw6pbf4jmmfi0gdmcd7ynf5hjh9qdfb3zyh")))
(outputs '("out" "doc"))
(build-system texlive-build-system) (build-system texlive-build-system)
(arguments '(#:tex-directory "latex/gcite")) (propagated-inputs
(list texlive-biblatex))
(home-page "https://www.ctan.org/pkg/gcite") (home-page "https://www.ctan.org/pkg/gcite")
(synopsis "Citations in a reader-friendly style") (synopsis "Citations in a reader-friendly style")
(description (description
@ -6009,6 +6011,8 @@ look-up efficiency afforded by numeric citations. The package makes use of
BibLaTeX, and is considered experimental.") BibLaTeX, and is considered experimental.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-deprecated-package texlive-latex-gcite texlive-gcite)
(define-public texlive-latex-geometry (define-public texlive-latex-geometry
(package (package
(name "texlive-latex-geometry") (name "texlive-latex-geometry")