[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
261/418: gnu: texlive-gettitlestring: Refresh package definition.
From: |
guix-commits |
Subject: |
261/418: gnu: texlive-gettitlestring: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:25:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit b0e9e18345f9d4f4249d8ca07bd8e193c92b491f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:46:16 2023 +0200
gnu: texlive-gettitlestring: Refresh package definition.
* gnu/packages/tex.scm (texlive-gettitlestring): Remove
SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 38 +++++++++++++++++---------------------
1 file changed, 17 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 43dd638fac..eaef1604df 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9625,29 +9625,25 @@ modifiers; some purely expandable numerics.")
(license license:lppl)))
(define-public texlive-gettitlestring
- (let ((template (simple-texlive-package
- "texlive-gettitlestring"
- (list "doc/latex/gettitlestring/"
- "source/latex/gettitlestring/"
- "tex/generic/gettitlestring/")
- (base32
- "1vbvmwrpsvy37gbwdmsqbbsicjiww3i0bh1yqnb75jiya9an0sjb"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "generic/gettitlestring")
- ((#:build-targets _ '())
- #~(list "gettitlestring.dtx"))))
- (home-page "https://www.ctan.org/pkg/gettitlestring")
- (synopsis "Clean up title references")
- (description
- "This package provides commands for cleaning up the title string
+ (package
+ (name "texlive-gettitlestring")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gettitlestring/"
+ "source/latex/gettitlestring/"
+ "tex/generic/gettitlestring/")
+ (base32
+ "1vbvmwrpsvy37gbwdmsqbbsicjiww3i0bh1yqnb75jiya9an0sjb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gettitlestring")
+ (synopsis "Clean up title references")
+ (description
+ "This package provides commands for cleaning up the title string
(such as removing @code{\\label} commands) for packages that typeset such
strings.")
- (license license:lppl1.3c+))))
+ (license license:lppl1.3c+)))
(define-deprecated-package texlive-generic-gettitlestring
texlive-gettitlestring)
- 192/418: gnu: texlive-arev: Refresh package definition., (continued)
- 192/418: gnu: texlive-arev: Refresh package definition., guix-commits, 2023/06/02
- 204/418: gnu: texlive-logreq: Refresh package definition., guix-commits, 2023/06/02
- 214/418: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/02
- 218/418: gnu: texlive-marvosym: Refresh package definition., guix-commits, 2023/06/02
- 223/418: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/02
- 224/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/02
- 229/418: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/02
- 247/418: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/06/02
- 249/418: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/02
- 254/418: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/02
- 261/418: gnu: texlive-gettitlestring: Refresh package definition.,
guix-commits <=
- 265/418: gnu: texlive-kvsetkeys: Refresh package definition., guix-commits, 2023/06/02
- 267/418: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/02
- 78/418: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/06/02
- 84/418: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/06/02
- 89/418: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/02
- 90/418: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/02
- 96/418: gnu: Add texlive-luacode., guix-commits, 2023/06/02
- 98/418: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/02
- 104/418: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/02
- 110/418: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/02