gnu: texlive-latex-titlesec: Rename to texlive titlesec.

* gnu/packages/tex.scm (texlive-titlesec): New variable.
(texlive-latex-titlesec): Deprecate name.
* gnu/packages/python-xyz.scm (python-ipython-documentation):
(python-numpy-documentation):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/maths.scm (hypre): Use new name.
This commit is contained in:
Nicolas Goaziou 2022-03-09 00:26:30 +01:00
parent 4810804e72
commit 359636a408
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D
4 changed files with 14 additions and 30 deletions

View file

@ -479,7 +479,7 @@ the in DocBook SGML DTDs.")
texlive-latex-pdfpages texlive-latex-pdfpages
texlive-refcount texlive-refcount
texlive-subfigure texlive-subfigure
texlive-latex-titlesec texlive-titlesec
texlive-wasysym texlive-wasysym
texlive-fonts-rsfs texlive-fonts-rsfs

View file

@ -5570,7 +5570,7 @@ set.")
texlive-latex-parskip texlive-latex-parskip
texlive-latex-stackengine texlive-latex-stackengine
texlive-latex-tabulary texlive-latex-tabulary
texlive-latex-titlesec texlive-titlesec
texlive-latex-tocloft texlive-latex-tocloft
texlive-latex-upquote texlive-latex-upquote
texlive-latex-varwidth texlive-latex-varwidth

View file

@ -5856,7 +5856,7 @@ readable format.")
texlive-latex-preview texlive-latex-preview
texlive-latex-tabulary texlive-latex-tabulary
texlive-latex-threeparttable texlive-latex-threeparttable
texlive-latex-titlesec texlive-titlesec
texlive-latex-trimspaces texlive-latex-trimspaces
texlive-latex-ucs texlive-latex-ucs
texlive-latex-upquote texlive-latex-upquote
@ -8941,7 +8941,7 @@ computing.")
texlive-latex-preview texlive-latex-preview
texlive-latex-tabulary texlive-latex-tabulary
texlive-latex-threeparttable texlive-latex-threeparttable
texlive-latex-titlesec texlive-titlesec
texlive-latex-trimspaces texlive-latex-trimspaces
texlive-latex-ucs texlive-latex-ucs
texlive-latex-upquote texlive-latex-upquote

View file

@ -6967,33 +6967,15 @@ The (currently) supported encodings are: OT1, T1, IL2, TS1, T2*, X2, QX, and
LGR. The package doesn't (currently) support mathematics.") LGR. The package doesn't (currently) support mathematics.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-latex-titlesec (define-public texlive-titlesec
(package (package
(name "texlive-latex-titlesec") (inherit
(version (number->string %texlive-revision)) (simple-texlive-package
(source (origin "texlive-titlesec"
(method svn-fetch) (list "doc/latex/titlesec/" "tex/latex/titlesec/")
(uri (svn-reference (base32 "01nwh4p15xblc3kgivjliihy9kr8yr2cqsf9wn2iwqv1njx0i2zw")
(url (string-append "svn://www.tug.org/texlive/tags/" #:trivial? #t))
%texlive-tag "/Master/texmf-dist/" (home-page "https://ctan.org/macros/latex/contrib/titlesec")
"/tex/latex/titlesec"))
(revision %texlive-revision)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1kw7dvxvdfbf31zw0n8r0g5xak3vcdf25n33fqw93j59zpc5nvbl"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
(let ((target (string-append (assoc-ref %outputs "out")
"/share/texmf-dist/tex/latex/titlesec")))
(mkdir-p target)
(copy-recursively (assoc-ref %build-inputs "source") target)
#t))))
(home-page "https://www.ctan.org/pkg/titlesec")
(synopsis "Select alternative section titles") (synopsis "Select alternative section titles")
(description (description
"This package provides an interface to sectioning commands for selection "This package provides an interface to sectioning commands for selection
@ -7003,6 +6985,8 @@ 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.") floats in a page. You may assign headers/footers to individual floats, too.")
(license license:lppl))) (license license:lppl)))
(define-deprecated-package texlive-latex-titlesec texlive-titlesec)
(define-public texlive-latex-type1cm (define-public texlive-latex-type1cm
(package (package
(name "texlive-latex-type1cm") (name "texlive-latex-type1cm")