[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
239/409: gnu: texlive-capt-of: Refresh package definition.
From: |
guix-commits |
Subject: |
239/409: gnu: texlive-capt-of: Refresh package definition. |
Date: |
Sat, 20 May 2023 04:02:54 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a7f91dc6a3c9129f1e64329ae093cd70f2ca80f8
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)
- 298/409: gnu: texlive-inconsolata: Refresh package definition., (continued)
- 298/409: gnu: texlive-inconsolata: Refresh package definition., guix-commits, 2023/05/20
- 321/409: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/20
- 121/409: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/05/20
- 124/409: gnu: texlive-metapost: Refresh package definition., guix-commits, 2023/05/20
- 141/409: gnu: Add texlive-xetexconfig., guix-commits, 2023/05/20
- 146/409: gnu: texlive-sourceserifpro: Refresh package definition., guix-commits, 2023/05/20
- 216/409: gnu: texlive-wrapfig: Refresh package definition., guix-commits, 2023/05/20
- 220/409: gnu: texlive-dejavu: Refresh package definition., guix-commits, 2023/05/20
- 226/409: gnu: texlive-xmltex: Fix build., guix-commits, 2023/05/20
- 227/409: gnu: texlive-pict2e: Refresh package definition., guix-commits, 2023/05/20
- 239/409: gnu: texlive-capt-of: Refresh package definition.,
guix-commits <=
- 241/409: gnu: texlive-metalogo: Refresh package definition., guix-commits, 2023/05/20
- 247/409: gnu: texlive-listings: Refresh package definition., guix-commits, 2023/05/20
- 297/409: gnu: texlive-times: Refresh package definition., guix-commits, 2023/05/20
- 300/409: gnu: texlive-textcase: Refresh package definition., guix-commits, 2023/05/20
- 301/409: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/20
- 302/409: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/20
- 303/409: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/05/20
- 312/409: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/20
- 314/409: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/20
- 332/409: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/20