[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs.
From: |
guix-commits |
Subject: |
40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs. |
Date: |
Fri, 2 Jun 2023 17:23:52 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 86ab1d7c23fc03a381d9525687a1084f7c9a466c
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 e407ec2d40..e905617aed 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"
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., (continued)
- 86/418: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/02
- 91/418: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/02
- 54/418: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/02
- 59/418: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/02
- 64/418: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/06/02
- 68/418: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/02
- 72/418: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/02
- 74/418: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/02
- 37/418: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/06/02
- 39/418: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/06/02
- 40/418: gnu: texlive-latex-amsrefs -> texlive-amsrefs.,
guix-commits <=
- 44/418: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/02
- 46/418: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/06/02
- 48/418: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/02
- 43/418: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/02
- 52/418: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/02
- 62/418: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/02
- 63/418: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/02
- 66/418: gnu: Add texlive-atenddvi., guix-commits, 2023/06/02
- 67/418: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/02
- 69/418: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/02