[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
364/452: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
364/452: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Fri, 9 Jun 2023 13:44:02 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6df32e466e2a38effd336b9e57e6aaffc9e12981
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 13:41:14 2023 +0200
gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-amscls): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-AMSMATH, TEXLIVE-URL.
[description]: Fix typos.
---
gnu/packages/tex.scm | 45 +++++++++++++++++++++++----------------------
1 file changed, 23 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 617a6d8bfd..9c6f9e908b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4820,28 +4820,29 @@ commands. The commands may also be used in plain TeX.")
(license license:lppl)))
(define-public texlive-amscls
- (let ((template (simple-texlive-package
- "texlive-amscls"
- (list "/doc/latex/amscls/"
- "/source/latex/amscls/"
- "/bibtex/bst/amscls/")
- (base32
- "0vw0b815slvfqfd8qffyfzb3xfvyv6k77m12xp0l67hs8p08s5b7"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t)
- "latex/amscls")))
- (home-page "https://www.ctan.org/pkg/amscls")
- (synopsis "AMS document classes for LaTeX")
- (description
- "This bundle contains three AMS classes: @code{amsartamsart} (for
writing
-articles for the AMS), @code{amsbookamsbook} (for books) and
-@code{amsprocamsproc} (for proceedings), together with some supporting
-material. The material is made available as part of the AMS-LaTeX
-distribution.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-amscls")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/amscls/" "doc/latex/amscls/"
+ "source/latex/amscls/" "tex/latex/amscls/")
+ (base32
+ "1chy1rqwici66p9brphb3gsprmcyhia9cvm5fn9wb5a9cchxqa08")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsfonts
+ texlive-amsmath
+ texlive-url))
+ (home-page "https://www.ctan.org/pkg/amscls")
+ (synopsis "AMS document classes for LaTeX")
+ (description
+ "This bundle contains three AMS classes: @code{amsart} (for writing
+articles for the AMS), @code{amsbook} (for books) and @code{amsproc} (for
+proceedings), together with some supporting material. The material is made
+available as part of the AMS-LaTeX distribution.")
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-latex-amscls texlive-amscls)
- 329/452: gnu: texlive-dehyph-exptl: Refresh package definition., (continued)
- 329/452: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/09
- 332/452: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/09
- 339/452: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/06/09
- 341/452: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/09
- 342/452: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/09
- 345/452: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/09
- 347/452: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/06/09
- 348/452: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/06/09
- 352/452: gnu: Add texlive-manfnt., guix-commits, 2023/06/09
- 367/452: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 364/452: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 371/452: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 376/452: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 382/452: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 388/452: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/09
- 393/452: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/09
- 392/452: gnu: texlive-etex: Fix build., guix-commits, 2023/06/09
- 404/452: gnu: texlive-cs: Fix build., guix-commits, 2023/06/09
- 400/452: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/09
- 407/452: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/09
- 406/452: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/09