[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
381/416: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
381/416: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sun, 28 May 2023 02:33:38 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 8eb34d1c6506cb5b321296f583fb0a5de18539d2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:25:12 2023 +0200
gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-breqn!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-AMSFONTS, TEXLIVE-AMSMATH,
TEXLIVE-GRAPHICS,
TEXLIVE-L3KERNEL, TEXLIVE-TOOLS.
[home-page]: Use CTAN URL.
[description]: Shorten it.
---
gnu/packages/tex.scm | 52 +++++++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index ec92ddd1f4..7891e1573c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13480,31 +13480,33 @@ abstract in a two column paper.")
(license license:lppl)))
(define-public texlive-breqn
- (let ((template (simple-texlive-package
- "texlive-breqn"
- '("/doc/latex/breqn/"
- "/source/latex/breqn/")
- (base32
- "186cypxiyf30fq6dxvvlbwn5yx7c8d4cd243wvvb3243n5l4rpl3"))))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #f)
- "latex/breqn")
- ((#:build-targets _ #t)
- #~(list "breqnbundle.ins"))))
- (home-page "https://wspr.io/breqn/")
- (synopsis "Automatic line breaking of displayed equations")
- (description "This package provides solutions to a number of common
-difficulties in writing displayed equations and getting high-quality output.
-The single most ambitious goal of the package is to support automatic
-linebreaking of displayed equations. Such linebreaking cannot be done without
-substantial changes under the hood in the way formulae are processed; the code
-must be watched carefully, keeping an eye on possible glitches. The bundle
-also contains the @code{flexisym} and @code{mathstyle} packages, which are
-both designated as support for @code{breqn}.")
- (license license:lppl1.3+))))
+ (package
+ (name "texlive-breqn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/breqn/" "source/latex/breqn/"
+ "tex/latex/breqn/")
+ (base32
+ "0w6jk97jmgwgshr9a3isbpwsh0fhrkzp36gywdiai1f5x2sldmpv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsfonts
+ texlive-amsmath
+ texlive-graphics
+ texlive-l3kernel
+ texlive-tools))
+ (home-page "https://ctan.org/pkg/breqn")
+ (synopsis "Automatic line breaking of displayed equations")
+ (description
+ "This package provides solutions to a number of common difficulties in
+writing displayed equations and getting high-quality output. The single most
+ambitious goal of the package is to support automatic linebreaking of
+displayed equations. The bundle also contains the @code{flexisym} and
+@code{mathstyle} packages, which are both designated as support for
+@code{breqn}.")
+ (license license:lppl1.3+)))
(define-public texlive-breakurl
(package
- 363/416: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., (continued)
- 363/416: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 365/416: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 366/416: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 369/416: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 361/416: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/28
- 370/416: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 371/416: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 372/416: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 373/416: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 379/416: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 381/416: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 384/416: gnu: texlive-soul: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 383/416: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 385/416: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 390/416: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/05/28
- 391/416: gnu: texlive-cm: Fix build., guix-commits, 2023/05/28
- 394/416: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/05/28
- 396/416: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/05/28
- 397/416: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/05/28
- 399/416: gnu: texlive-eurosym: Fix build., guix-commits, 2023/05/28
- 401/416: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/05/28