[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
380/416: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
380/416: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sun, 28 May 2023 02:33:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 175cdcbfb8ba2a620eaf9a25d8a8db216584ebc7
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 83e2df449b..ec92ddd1f4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13460,27 +13460,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
- 284/416: gnu: texlive-hyperref: Refresh package definition., (continued)
- 284/416: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/05/28
- 285/416: gnu: texlive-oberdiek: Refresh package definition., guix-commits, 2023/05/28
- 294/416: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/05/28
- 295/416: gnu: texlive-zapfding: Refresh package definition., guix-commits, 2023/05/28
- 305/416: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/05/28
- 309/416: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/05/28
- 312/416: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/28
- 352/416: gnu: Add texlive-manfnt., guix-commits, 2023/05/28
- 359/416: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 367/416: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 380/416: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 18/416: gnu: Add texlive-lwarp., guix-commits, 2023/05/28
- 49/416: gnu: texlive-latex-stackengine -> texlive-stackengine., guix-commits, 2023/05/28
- 57/416: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/05/28
- 81/416: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/05/28
- 112/416: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/05/28
- 88/416: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/05/28
- 97/416: gnu: Add texlive-hyperxmp., guix-commits, 2023/05/28
- 102/416: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/05/28
- 108/416: gnu: texlive-latex-verbatimbox -> texlive-verbatimbox., guix-commits, 2023/05/28
- 105/416: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/05/28