[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
239/458: gnu: texlive-capt-of: Refresh package definition.
From: |
guix-commits |
Subject: |
239/458: gnu: texlive-capt-of: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:22:41 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 768fa75a31b0e93b33ec37a8b61a9bacb3862548
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 08befe88f6..cd7637b651 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5970,28 +5970,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)
- 221/458: gnu: texlive-libertine: Refresh package definition., (continued)
- 221/458: gnu: texlive-libertine: Refresh package definition., guix-commits, 2023/06/14
- 222/458: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/06/14
- 223/458: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/14
- 224/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 226/458: gnu: texlive-xmltex: Fix build., guix-commits, 2023/06/14
- 227/458: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/06/14
- 230/458: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/14
- 233/458: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/14
- 236/458: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/14
- 238/458: gnu: texlive-refcount: Refresh package definition., guix-commits, 2023/06/14
- 239/458: gnu: texlive-capt-of: Refresh package definition.,
guix-commits <=
- 240/458: gnu: texlive-makecmds: Refresh package definition., guix-commits, 2023/06/14
- 263/458: gnu: texlive-intcalc: Refresh package definition., guix-commits, 2023/06/14
- 264/458: gnu: texlive-kvdefinekeys: Refresh package definition., guix-commits, 2023/06/14
- 259/458: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/06/14
- 271/458: gnu: texlive-marginnote: Refresh package definition., guix-commits, 2023/06/14
- 272/458: gnu: texlive-alphalph: Refresh package definition., guix-commits, 2023/06/14
- 276/458: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/06/14
- 293/458: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/14
- 284/458: gnu: texlive-hyperref: Refresh package definition., guix-commits, 2023/06/14
- 301/458: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/14