[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
219/418: gnu: texlive-titlesec: Refresh package definition.
From: |
guix-commits |
Subject: |
219/418: gnu: texlive-titlesec: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:18 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 6e8f4c997ba219a921da0aa9ae7b6d553d9a6e70
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:02:35 2023 +0200
gnu: texlive-titlesec: Refresh package definition.
* gnu/packages/tex.scm (texlive-titlesec): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3dd1e2916e..d2126e36c5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8348,13 +8348,16 @@ LGR. The package doesn't (currently) support
mathematics.")
(define-public texlive-titlesec
(package
- (inherit
- (simple-texlive-package
- "texlive-titlesec"
- (list "doc/latex/titlesec/" "tex/latex/titlesec/")
- (base32 "01nwh4p15xblc3kgivjliihy9kr8yr2cqsf9wn2iwqv1njx0i2zw")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/titlesec")
+ (name "texlive-titlesec")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/titlesec/" "tex/latex/titlesec/")
+ (base32
+ "01nwh4p15xblc3kgivjliihy9kr8yr2cqsf9wn2iwqv1njx0i2zw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/titlesec")
(synopsis "Select alternative section titles")
(description
"This package provides an interface to sectioning commands for selection
@@ -8362,7 +8365,7 @@ from various title styles, e.g. for marginal titles and
to change the font of
all headings with a single command, also providing simple one-step page
styles. It also includes a package to change the page styles when there are
floats in a page. You may assign headers/footers to individual floats, too.")
- (license license:lppl)))
+ (license license:expat)))
(define-deprecated-package texlive-latex-titlesec texlive-titlesec)
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., (continued)
- 181/418: gnu: texlive-tcolorbox: Refresh package definition., guix-commits, 2023/05/29
- 187/418: gnu: texlive-mweights: Refresh package definition., guix-commits, 2023/05/29
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/05/29
- 196/418: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/29
- 197/418: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/29
- 199/418: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/05/29
- 202/418: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/05/29
- 205/418: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/05/29
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/05/29
- 227/418: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/29
- 219/418: gnu: texlive-titlesec: Refresh package definition.,
guix-commits <=
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/05/29
- 230/418: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/05/29
- 234/418: gnu: texlive-bigfoot: Refresh package definition., guix-commits, 2023/05/29
- 258/418: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/05/29
- 259/418: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/05/29
- 268/418: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/29
- 270/418: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/05/29
- 272/418: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/05/29
- 274/418: gnu: texlive-mflogo: Refresh package definition., guix-commits, 2023/05/29
- 277/418: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/05/29