[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
55/435: gnu: texlive-latex-gcite -> texlive-gcite.
From: |
guix-commits |
Subject: |
55/435: gnu: texlive-latex-gcite -> texlive-gcite. |
Date: |
Tue, 6 Jun 2023 11:39:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 511bbeaf94dbcef2605d06e462342811ba95f655
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")
- 36/435: gnu: texlive-latex-backend -> texlive-backend., (continued)
- 36/435: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/06
- 41/435: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/06/06
- 47/435: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/06
- 48/435: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/06
- 54/435: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/06
- 30/435: gnu: Add texlive-breakurl., guix-commits, 2023/06/06
- 38/435: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/06
- 42/435: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/06/06
- 46/435: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/06
- 52/435: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/06
- 55/435: gnu: texlive-latex-gcite -> texlive-gcite.,
guix-commits <=
- 56/435: gnu: texlive-generic-babel-english -> texlive-babel-english., guix-commits, 2023/06/06
- 62/435: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/06
- 64/435: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/06
- 65/435: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/06
- 71/435: gnu: texlive-zref: Fix build., guix-commits, 2023/06/06
- 72/435: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/06
- 29/435: gnu: Add texlive-euenc., guix-commits, 2023/06/06
- 39/435: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/06
- 44/435: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/06
- 45/435: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/06/06