[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
46/421: gnu: texlive-latex-amsrefs -> texlive-amsrefs.
From: |
guix-commits |
Subject: |
46/421: gnu: texlive-latex-amsrefs -> texlive-amsrefs. |
Date: |
Sun, 28 May 2023 01:29:27 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ac9913233768d2dc528f6abb11e6427a3a067510
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 00:02:19 2023 +0200
gnu: texlive-latex-amsrefs -> texlive-amsrefs.
* gnu/packages/tex.scm (texlive-amsrefs): New variable.
(texlive-latex-amsrefs): Deprecate variable.
---
gnu/packages/tex.scm | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 159b8d5c6d..1fb0c5f331 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4922,28 +4922,32 @@ TS3. \"Times-like\" Adobe Type 1 versions are provided
for both the T3 and the
TS3 fonts.")
(license license:lppl)))
-(define-public texlive-latex-amsrefs
+(define-public texlive-amsrefs
(package
- (name "texlive-latex-amsrefs")
+ (name "texlive-amsrefs")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "amsrefs"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "15i4k479dwrpr0kspmm70g1yn4p3dkh0whyzmr93hph9bggnh1i1"))))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/amsrefs/" "bibtex/bst/amsrefs/"
+ "doc/latex/amsrefs/" "source/latex/amsrefs/"
+ "tex/latex/amsrefs/")
+ (base32
+ "12la66vz5ic6jc1cy96b2zh2fxsbaii9kbs4wrz1ii8v508wdkhv")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/amsrefs"))
- (home-page "https://www.ctan.org/pkg/amsrefs")
+ (propagated-inputs
+ (list texlive-hyperref texlive-url))
+ (home-page "https://ctan.org/pkg/amsrefs")
(synopsis "LaTeX-based replacement for BibTeX")
(description
- "Amsrefs is a LaTeX package for bibliographies that provides an archival
-data format similar to the format of BibTeX database files, but adapted to
-make direct processing by LaTeX easier. The package can be used either in
-conjunction with BibTeX or as a replacement for BibTeX.")
+ "Amsrefs is a LaTeX package for bibliographies that provides an
+archival data format similar to the format of BibTeX database files, but
+adapted to make direct processing by LaTeX easier. The package can be used
+either in conjunction with BibTeX or as a replacement for BibTeX.")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-amsrefs texlive-amsrefs)
+
(define-public texlive-bigfoot
(let ((template (simple-texlive-package
"texlive-bigfoot"
- 55/421: gnu: texlive-latex-stackengine -> texlive-stackengine., (continued)
- 55/421: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/28
- 18/421: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/05/28
- 21/421: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/05/28
- 17/421: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/28
- 24/421: gnu: Add texlive-lwarp., guix-commits, 2023/05/28
- 37/421: gnu: Add texlive-chngcntr., guix-commits, 2023/05/28
- 33/421: gnu: Add texlive-luabidi., guix-commits, 2023/05/28
- 36/421: gnu: Add texlive-breakurl., guix-commits, 2023/05/28
- 35/421: gnu: Add texlive-euenc., guix-commits, 2023/05/28
- 44/421: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/28
- 46/421: gnu: texlive-latex-amsrefs -> texlive-amsrefs.,
guix-commits <=
- 56/421: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/05/28
- 63/421: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/05/28
- 66/421: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/28
- 71/421: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/05/28
- 72/421: gnu: Add texlive-atenddvi., guix-commits, 2023/05/28
- 73/421: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/28
- 76/421: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/28
- 80/421: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/05/28
- 82/421: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/28
- 83/421: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/28