[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
373/421: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
373/421: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sun, 28 May 2023 01:30:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 15899894d54209724902248308f6dc0d9b73b2f8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 13:54:12 2023 +0200
gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-sectsty!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 40 +++++++++++++++++++---------------------
1 file changed, 19 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2de9a390ae..141a97ad04 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11938,27 +11938,25 @@ Helvetica and Courier) in LaTeX using LY1 encoding.")
(license license:lppl1.0+)))
(define-public texlive-sectsty
- (let ((template (simple-texlive-package
- "texlive-sectsty"
- (list "/doc/latex/sectsty/"
- "/source/latex/sectsty/")
- (base32
- "08m90j7cg6w46vnwgsp10clpj4l6c9a6l8dad20q3mnd32l84hbl"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/sectsty")
- ((#:build-targets _ '())
- ''("sectsty.ins"))
- ((#:tex-format _ "latex") "latex")))
- (home-page "https://www.ctan.org/pkg/sectsty")
- (synopsis "Control sectional headers")
- (description "This is a LaTeX2ε package to help change the style of any
or
-all of LaTeX's sectional headers in the article, book, or report classes.
-Examples include the addition of rules above or below a section title.")
- (license license:lppl1.2+))))
+ (package
+ (name "texlive-sectsty")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sectsty/" "source/latex/sectsty/"
+ "tex/latex/sectsty/")
+ (base32
+ "1h7zi622s84vqjl6bi4g6iv639jz9m2imz4g7y1qpc0zdw1mlqv4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (home-page "https://www.ctan.org/pkg/sectsty")
+ (synopsis "Control sectional headers")
+ (description
+ "This is a LaTeX2ε package to help change the style of any or all of
+LaTeX's sectional headers in the article, book, or report classes. Examples
+include the addition of rules above or below a section title.")
+ (license license:lppl1.2+)))
(define-public texlive-morefloats
(let ((template (simple-texlive-package
- 333/421: gnu: texlive-ruhyphen: Refresh package definition., (continued)
- 333/421: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/05/28
- 334/421: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/28
- 336/421: gnu: texlive-helvetic: Refresh package definition., guix-commits, 2023/05/28
- 341/421: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/28
- 344/421: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/05/28
- 345/421: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/05/28
- 349/421: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/28
- 365/421: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 366/421: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/05/28
- 367/421: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/28
- 373/421: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 378/421: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 416/421: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/05/28
- 388/421: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 396/421: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/05/28
- 411/421: gnu: texlive-lh: Fix build., guix-commits, 2023/05/28
- 403/421: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/05/28
- 383/421: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 391/421: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 419/421: guix: import: Improve importing texlive meta packages., guix-commits, 2023/05/28
- 421/421: gnu: Add texlive-mfware., guix-commits, 2023/05/28