[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
98/435: gnu: texlive-latex-acmart -> texlive-acmart.
From: |
guix-commits |
Subject: |
98/435: gnu: texlive-latex-acmart -> texlive-acmart. |
Date: |
Tue, 6 Jun 2023 11:39:24 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit da3b673a564f527ee745fdf93443699c149e3633
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 10:35:40 2023 +0200
gnu: texlive-latex-acmart -> texlive-acmart.
* gnu/packages/tex.scm (texlive-acmart): New variable.
(texlive-latex-acmart): Deprecate variable.
---
gnu/packages/tex.scm | 54 ++++++++++++++++++++++++++++++++++++++++------------
1 file changed, 42 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index abd393be61..827d1193bc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8247,26 +8247,56 @@ technical illustrations. Its output is scalable
PostScript or SVG, rather
than the bitmaps Metafont creates.")
(license license:lppl)))
-(define-public texlive-latex-acmart
+(define-public texlive-acmart
(package
- (name "texlive-latex-acmart")
- (version "1.60")
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "acmart"))
- (sha256
- (base32
- "12wxav9r6v7dlfja9myrwz7famgfpcfwd292qzmgg283xgngh9kd"))
- (file-name (string-append name "-" version "-checkout"))))
+ (name "texlive-acmart")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/acmart/" "doc/latex/acmart/"
+ "source/latex/acmart/" "tex/latex/acmart/")
+ (base32
+ "0vz0dla2frf5wgp5xrqc9q4z730k9wayfkfj0vg58a2xjriarrzn")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments '(#:tex-directory "latex/acmart"))
- (home-page "https://www.ctan.org/pkg/acmart";)
+ (propagated-inputs
+ (list texlive-booktabs
+ texlive-caption
+ texlive-cmap
+ texlive-comment
+ texlive-draftwatermark
+ texlive-environ
+ texlive-etoolbox
+ texlive-fancyhdr
+ texlive-float
+ texlive-geometry
+ texlive-graphics
+ texlive-hyperref
+ texlive-hyperxmp
+ texlive-iftex
+ texlive-inconsolata
+ texlive-libertine
+ texlive-microtype
+ texlive-natbib
+ texlive-ncctools
+ texlive-newtx
+ texlive-preprint
+ texlive-refcount
+ texlive-setspace
+ texlive-textcase
+ texlive-totpages
+ texlive-xcolor
+ texlive-xkeyval
+ texlive-xstring))
+ (home-page "https://ctan.org/pkg/acmart";)
(synopsis "Class for typesetting publications of ACM")
(description
"This package provides a class for typesetting publications of the
Association for Computing Machinery (ACM).")
(license license:lppl1.3+)))
+(define-deprecated-package texlive-latex-acmart texlive-acmart)
+
(define-public texlive-latex-varwidth
(package
(name "texlive-latex-varwidth")
- 29/435: gnu: Add texlive-euenc., (continued)
- 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
- 57/435: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/06
- 69/435: gnu: texlive-fonts-ec -> texlive-ec., guix-commits, 2023/06/06
- 43/435: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/06/06
- 51/435: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/06
- 67/435: gnu: texlive-stringenc: Fix build., guix-commits, 2023/06/06
- 94/435: gnu: Add texlive-ctablestack., guix-commits, 2023/06/06
- 98/435: gnu: texlive-latex-acmart -> texlive-acmart.,
guix-commits <=
- 58/435: gnu: texlive-grffile: Fix build., guix-commits, 2023/06/06
- 68/435: gnu: texlive-latex-footmisc -> texlive-footmisc., guix-commits, 2023/06/06
- 84/435: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/06
- 88/435: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/06
- 92/435: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/06/06
- 97/435: gnu: Add texlive-hyperxmp., guix-commits, 2023/06/06
- 99/435: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/06
- 61/435: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/06/06
- 63/435: gnu: texlive-latex-upquote -> texlive-upquote., guix-commits, 2023/06/06
- 70/435: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/06/06