[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
380/458: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
380/458: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Wed, 14 Jun 2023 05:23:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 78b51bdcdfb288b4587eacaa3d859098a4afeb9d
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 159117f9b5..a1861761ca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13426,27 +13426,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
- 327/458: gnu: texlive-ruhyphen: Refresh package definition., (continued)
- 327/458: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/14
- 328/458: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/14
- 332/458: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/14
- 329/458: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/06/14
- 338/458: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/14
- 331/458: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/14
- 358/458: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/14
- 357/458: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/14
- 388/458: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/14
- 364/458: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 380/458: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 381/458: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 382/458: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 363/458: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 387/458: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 398/458: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/14
- 401/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 390/458: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/14
- 385/458: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 399/458: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/14
- 417/458: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/14