[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sat, 20 May 2023 04:03:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ee3dafaa87c0400fb7190dbef60e05bab99847c0
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.
[description]: Fix typos.
---
gnu/packages/tex.scm | 41 +++++++++++++++++++----------------------
1 file changed, 19 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0397ce7a04..2a48744a48 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4832,28 +4832,25 @@ 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)
+ (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)
- 312/409: gnu: texlive-luaotfload: Refresh package definition., (continued)
- 312/409: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/20
- 314/409: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/20
- 332/409: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/20
- 334/409: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/20
- 335/409: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/20
- 348/409: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/20
- 351/409: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/20
- 352/409: gnu: Add texlive-manfnt., guix-commits, 2023/05/20
- 355/409: gnu: Add texlive-luatex., guix-commits, 2023/05/20
- 357/409: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/20
- 363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 367/409: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 389/409: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/20
- 408/409: gnu: Add texlive-semaphor., guix-commits, 2023/05/20
- 398/409: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/20
- 127/409: gnu: Add texlive-newverbs., guix-commits, 2023/05/20
- 174/409: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/20
- 175/409: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/20
- 150/409: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/20
- 171/409: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/20
- 203/409: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/20