[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
98/409: gnu: texlive-latex-acmart -> texlive-acmart.
From: |
guix-commits |
Subject: |
98/409: gnu: texlive-latex-acmart -> texlive-acmart. |
Date: |
Sat, 20 May 2023 04:02:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e4fa9d26d2d3e35c8b6ef2ff5758d5a0567c5360
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 56eff20e9f..4130c1f97e 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")
- 57/409: gnu: texlive-fonts-latex -> texlive-latex-fonts., (continued)
- 57/409: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/05/20
- 76/409: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/05/20
- 77/409: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/05/20
- 85/409: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/05/20
- 86/409: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/05/20
- 88/409: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/05/20
- 89/409: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/05/20
- 91/409: gnu: texlive-booktabs: Fix build., guix-commits, 2023/05/20
- 93/409: gnu: texlive-preprint: Fix build., guix-commits, 2023/05/20
- 95/409: gnu: Add texlive-luatexbase., guix-commits, 2023/05/20
- 98/409: gnu: texlive-latex-acmart -> texlive-acmart.,
guix-commits <=
- 104/409: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/05/20
- 107/409: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/05/20
- 109/409: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/05/20
- 102/409: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/20
- 132/409: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/05/20
- 45/409: gnu: texlive-latex-newunicodechar -> texlive-newunicodechar., guix-commits, 2023/05/20
- 61/409: gnu: texlive-latex-marginfix -> texlive-marginfix., guix-commits, 2023/05/20
- 64/409: gnu: texlive-latex-anysize -> texlive-anysize., guix-commits, 2023/05/20
- 67/409: gnu: texlive-stringenc: Fix build., guix-commits, 2023/05/20
- 73/409: gnu: texlive-latex-changebar -> texlive-changebar., guix-commits, 2023/05/20