[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Wed, 14 Jun 2023 05:23:17 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a1d32b47241ae6a4fbd9c6728ad1cd3f543c5dd6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 13:59:40 2023 +0200
gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-titling!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[synopsis, description]: Add proper Texinfo markup.
---
gnu/packages/tex.scm | 46 +++++++++++++++++++++-------------------------
1 file changed, 21 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bf0e92a9e5..464ffb931a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11996,32 +11996,28 @@ page (also known as end notes).")
(license license:lppl1.3c+)))
(define-public texlive-titling
- (let ((template (simple-texlive-package
- "texlive-titling"
- (list "/doc/latex/titling/"
- "/source/latex/titling/")
- (base32
- "0pc3806kc9p2dizdghis0p0b00xs0gmlh2nmf94f5wasz5mkw6bk"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/titling")
- ((#:build-targets _ '())
- ''("titling.ins"))
- ((#:tex-format _ "latex") "latex")))
- (native-inputs
- (list texlive-cm))
- (home-page "https://www.ctan.org/pkg/titling")
- (synopsis "Control typesetting of the \\maketitle command")
- (description "The @code{titling} package provides control over the
-typesetting of the @code{\\maketitle} command and @code{\\thanks} commands,
-and makes the \title, @code{\\author} and @code{\\date} information
-permanently available. Multiple titles are allowed in a single document. New
-titling elements can be added and a @code{titlepage} title can be centered on
+ (package
+ (name "texlive-titling")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/titling/" "source/latex/titling/"
+ "tex/latex/titling/")
+ (base32
+ "1wp5r6wwrz1nx3wrmc0hxjfapqppcb126l4wmmzh14sfb1py7mz4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/titling")
+ (synopsis "Control typesetting of the @code{\\maketitle} command")
+ (description
+ "The @code{titling} package provides control over the typesetting of the
+@code{\\maketitle} command and @code{\\thanks} commands, and makes the
+@code{\\title}, @code{\\author} and @code{\\date} information permanently
+available. Multiple titles are allowed in a single document. New titling
+elements can be added and a @code{titlepage} title can be centered on
a physical page.")
- (license license:lppl))))
+ (license license:lppl)))
(define-public texlive-ifoddpage
(package
- 232/458: gnu: texlive-babel: Refresh package definition., (continued)
- 232/458: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/14
- 244/458: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/14
- 279/458: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/14
- 283/458: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/14
- 303/458: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/14
- 318/458: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/14
- 336/458: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/14
- 369/458: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 345/458: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/14
- 372/458: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 353/458: gnu: Add texlive-manfnt-font., guix-commits, 2023/06/14
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 396/458: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/14
- 405/458: gnu: texlive-lh: Fix build., guix-commits, 2023/06/14
- 435/458: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/14
- 442/458: gnu: Add texlive-babelbib., guix-commits, 2023/06/14
- 437/458: gnu: Add texlive-luahbtex., guix-commits, 2023/06/14
- 443/458: gnu: Add texlive-fix2col., guix-commits, 2023/06/14
- 450/458: gnu: Add texlive-collection-latex., guix-commits, 2023/06/14
- 189/458: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/14