[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
219/452: gnu: texlive-titlesec: Refresh package definition.
From: |
guix-commits |
Subject: |
219/452: gnu: texlive-titlesec: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:26 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 65f01c608ee4be87d6d6085514787033c60d8373
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 2aa6565d8e..9a56417842 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8340,13 +8340,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
@@ -8354,7 +8357,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)
- 150/452: gnu: texlive-everyshi: Refresh package definition., (continued)
- 150/452: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/06/09
- 175/452: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/06/09
- 171/452: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/06/09
- 182/452: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/06/09
- 185/452: gnu: texlive-newtx: Refresh package definition., guix-commits, 2023/06/09
- 184/452: gnu: Add texlive-etextools., guix-commits, 2023/06/09
- 188/452: gnu: texlive-utopia: Refresh package definition., guix-commits, 2023/06/09
- 202/452: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/09
- 218/452: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/09
- 208/452: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/06/09
- 219/452: gnu: texlive-titlesec: Refresh package definition.,
guix-commits <=
- 226/452: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/09
- 240/452: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/09
- 242/452: gnu: texlive-bidi: Fix build., guix-commits, 2023/06/09
- 247/452: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/09
- 249/452: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/09
- 277/452: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/09
- 275/452: gnu: texlive-halloweenmath: Refresh package definition., guix-commits, 2023/06/09
- 270/452: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/09
- 254/452: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/09
- 294/452: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/09