[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
380/418: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
380/418: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Fri, 2 Jun 2023 17:25:58 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 59fbd15282a3f97b4385c2f03ead399376c57489
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:21:52 2023 +0200
gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-abstract!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[synopsis, description]: Use Texinfo markup.
---
gnu/packages/tex.scm | 37 +++++++++++++++++--------------------
1 file changed, 17 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 30e39b2c80..1455d262cb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13456,27 +13456,24 @@ loading @code{everyshi-2001-05-15}.")
(license license:lppl1.3c)))
(define-public texlive-abstract
- (let ((template (simple-texlive-package
- "texlive-abstract"
- '("doc/latex/abstract/"
- "source/latex/abstract/"
- "tex/latex/abstract/")
- (base32
- "1axm78qgrpml09pkh252g1hsjx9c2w7mbdrm9rdl4yqh5ppwq4y9"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #f)
- "latex/abstract")
- ((#:build-targets _ #t)
- #~(list "abstract.ins"))))
- (home-page "https://ctan.org/pkg/abstract")
- (synopsis "Control the typesetting of the abstract environment")
- (description "The abstract package gives you control over the typesetting
-of the abstract environment, and in particular provides for a one column
+ (package
+ (name "texlive-abstract")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/abstract/" "source/latex/abstract/"
+ "tex/latex/abstract/")
+ (base32
+ "1axm78qgrpml09pkh252g1hsjx9c2w7mbdrm9rdl4yqh5ppwq4y9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/abstract")
+ (synopsis "Control the typesetting of the @code{abstract} environment")
+ (description
+ "The @code{abstract} package gives you control over the typesetting of
+the @code{abstract} environment, and in particular provides for a one column
abstract in a two column paper.")
- (license license:lppl))))
+ (license license:lppl)))
(define-public texlive-breqn
(let ((template (simple-texlive-package
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., (continued)
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/02
- 318/418: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/02
- 334/418: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/06/02
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/06/02
- 357/418: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/02
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 337/418: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/06/02
- 360/418: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/02
- 371/418: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 377/418: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/02
- 380/418: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 393/418: gnu: texlive-knuth-lib: Fix build., guix-commits, 2023/06/02
- 396/418: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/02
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/02
- 403/418: gnu: texlive-cbfonts: Fix build., guix-commits, 2023/06/02
- 409/418: gnu: Add texlive-knuth-local., guix-commits, 2023/06/02
- 412/418: guix: texlive-build-system: Handle doc-only packages gracefully., guix-commits, 2023/06/02
- 174/418: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/06/02
- 175/418: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/02
- 177/418: gnu: texlive-translator: Refresh package definition., guix-commits, 2023/06/02
- 179/418: gnu: Add texlive-incgraph., guix-commits, 2023/06/02