[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
172/418: gnu: texlive-floatflt: Refresh package definition.
From: |
guix-commits |
Subject: |
172/418: gnu: texlive-floatflt: Refresh package definition. |
Date: |
Fri, 2 Jun 2023 17:24:28 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit d2aa7b7c9786456a61f57a06a646e8ed7585a171
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:12:11 2023 +0200
gnu: texlive-floatflt: Refresh package definition.
* gnu/packages/tex.scm (texlive-floatflt): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 28 ++++++++++++++++------------
1 file changed, 16 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index c5eaf3a740..f8cfdee713 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12041,20 +12041,24 @@ their associated files. These were created using
autoinst.")
(define-public texlive-floatflt
(package
- (inherit (simple-texlive-package
- "texlive-floatflt"
- (list "doc/latex/floatflt/"
- "source/latex/floatflt/"
- "tex/latex/floatflt/")
- (base32
- "1piy8ajbbcadsjwp0mhlgxm2ggggnb5sn75arfs5fxiaqrwd572j")
- #:trivial? #t))
- (home-page "https://ctan.org/macros/latex/contrib/floatflt")
+ (name "texlive-floatflt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/floatflt/" "source/latex/floatflt/"
+ "tex/latex/floatflt/")
+ (base32
+ "1piy8ajbbcadsjwp0mhlgxm2ggggnb5sn75arfs5fxiaqrwd572j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/floatflt")
(synopsis "Wrap text around floats")
(description
- "The package can float text around figures and tables which do not
-span the full width of a page; it improves upon floatfig, and allows
-tables and figures to be set left/right or alternating on even/odd pages.")
+ "The package can float text around figures and tables which do not span
+the full width of a page; it improves upon floatfig, and allows tables/figures
+to be set left/right or alternating on even/odd pages.")
(license license:lppl1.3+)))
(define-public texlive-fvextra
- 400/418: gnu: texlive-tipa: Fix build., (continued)
- 400/418: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/02
- 389/418: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/06/02
- 405/418: gnu: texlive-lh: Fix build., guix-commits, 2023/06/02
- 406/418: gnu: texlive-xypic: Fix build., guix-commits, 2023/06/02
- 407/418: gnu: Add texlive-sansmathfonts., guix-commits, 2023/06/02
- 411/418: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/02
- 413/418: guix: import: Improve importing texlive meta packages., guix-commits, 2023/06/02
- 414/418: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/02
- 416/418: gnu: faif: Update texlive package names., guix-commits, 2023/06/02
- 418/418: gnu: texlive: Improve package style., guix-commits, 2023/06/02
- 172/418: gnu: texlive-floatflt: Refresh package definition.,
guix-commits <=