[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
239/418: gnu: texlive-capt-of: Refresh package definition.
From: |
guix-commits |
Subject: |
239/418: gnu: texlive-capt-of: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:21 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2a1523dff6731c923e38cd213f62ff6aeff43fb2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:51:05 2023 +0200
gnu: texlive-capt-of: Refresh package definition.
* gnu/packages/tex.scm (texlive-capt-of): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 37 ++++++++++++++++---------------------
1 file changed, 16 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 9720f784f0..caec68b3b5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5978,28 +5978,23 @@ including files to the root of the tree). The package
supersedes FiNK.")
(license license:public-domain)))
(define-public texlive-capt-of
- (let ((template
- (simple-texlive-package
- "texlive-capt-of"
- (list "doc/latex/capt-of/"
- "source/latex/capt-of/"
- "tex/latex/capt-of/")
- (base32 "0bf0cdd9ca3kkqxqqkq6jalh5ybs60l80l5gfkl2whk2v4bnzfvz"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ '())
- "latex/capt-of")
- ((#:build-targets _ '())
- '(list "capt-of.ins"))))
- (home-page "https://www.ctan.org/pkg/capt-of")
- (synopsis "Captions on more than floats")
- (description
- "This package defines a command @code{\\captionof} for putting a caption
+ (package
+ (name "texlive-capt-of")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/capt-of/" "source/latex/capt-of/"
+ "tex/latex/capt-of/")
+ (base32
+ "0bf0cdd9ca3kkqxqqkq6jalh5ybs60l80l5gfkl2whk2v4bnzfvz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://www.ctan.org/pkg/capt-of")
+ (synopsis "Captions on more than floats")
+ (description
+ "This package defines a command @code{\\captionof} for putting a caption
to something that's not a float.")
- (license license:lppl))))
+ (license license:lppl)))
(define-deprecated-package texlive-latex-capt-of texlive-capt-of)
- 398/418: gnu: texlive-rsfs: Fix build., (continued)
- 398/418: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/29
- 363/418: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 387/418: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/29
- 216/418: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/05/29
- 220/418: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/29
- 229/418: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/05/29
- 226/418: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/29
- 212/418: gnu: texlive-xunicode: Refresh package definition., guix-commits, 2023/05/29
- 221/418: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/05/29
- 237/418: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/05/29
- 239/418: gnu: texlive-capt-of: Refresh package definition.,
guix-commits <=
- 241/418: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/29
- 245/418: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/05/29
- 246/418: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/05/29
- 249/418: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/05/29
- 250/418: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/05/29
- 251/418: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/05/29
- 253/418: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/05/29
- 256/418: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/05/29
- 260/418: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/05/29
- 262/418: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/05/29