[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
205/416: gnu: texlive-csquotes: Refresh package definition.
From: |
guix-commits |
Subject: |
205/416: gnu: texlive-csquotes: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:32:48 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 85d202d2cac0435ffa5721d6280eab2651784839
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 20:48:34 2023 +0200
gnu: texlive-csquotes: Refresh package definition.
* gnu/packages/tex.scm (texlive-csquotes): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-ETOOLBOX, TEXLIVE-GRAPHICS,
TEXLIVE-RELSIZE.
---
gnu/packages/tex.scm | 53 ++++++++++++++++++++++++++++------------------------
1 file changed, 29 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 57cb362b7f..1825442d6b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -10750,30 +10750,35 @@ to what constitutes a good table in this context.
The package offers
(license license:lppl1.3+)))
(define-public texlive-csquotes
- (let ((template (simple-texlive-package
- "texlive-csquotes"
- (list "/doc/latex/csquotes/"
- "/tex/latex/csquotes/")
- (base32
- "17y5mrmjmi7n0cgq4cnqr55f4bni6lx1pfdv5pzsmbrzha3mhbfg")
- #:trivial? #t)))
- (package
- (inherit template)
- (propagated-inputs
- (list texlive-etoolbox))
- (home-page "https://www.ctan.org/pkg/csquotes")
- (synopsis "Context sensitive quotation facilities")
- (description "This package provides advanced facilities for inline and
-display quotations. It is designed for a wide range of tasks ranging from the
-most simple applications to the more complex demands of formal quotations.
-The facilities include commands, environments, and user-definable 'smart
-quotes' which dynamically adjust to their context. Quotation marks are
-switched automatically if quotations are nested and they can be adjusted to
-the current language if the babel package is available. There are additional
-facilities designed to cope with the more specific demands of academic
-writing, especially in the humanities and the social sciences. All quote
-styles as well as the optional active quotes are freely configurable.")
- (license license:lppl1.3c+))))
+ (package
+ (name "texlive-csquotes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/csquotes/"
+ "tex/latex/csquotes/")
+ (base32
+ "17y5mrmjmi7n0cgq4cnqr55f4bni6lx1pfdv5pzsmbrzha3mhbfg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etoolbox
+ texlive-graphics
+ texlive-relsize))
+ (home-page "https://www.ctan.org/pkg/csquotes")
+ (synopsis "Context sensitive quotation facilities")
+ (description
+ "This package provides advanced facilities for inline and display
+quotations. It is designed for a wide range of tasks ranging from the most
+simple applications to the more complex demands of formal quotations. The
+facilities include commands, environments, and user-definable smart quotes
+which dynamically adjust to their context. Quotation marks are switched
+automatically if quotations are nested and they can be adjusted to the current
+language if the babel package is available. There are additional facilities
+designed to cope with the more specific demands of academic writing,
+especially in the humanities and the social sciences. All quote styles as
+well as the optional active quotes are freely configurable.")
+ (license license:lppl1.3c+)))
(define-public texlive-logreq
(package
- 164/416: gnu: texlive-mdframed: Refresh package definition., (continued)
- 164/416: gnu: texlive-mdframed: Refresh package definition., guix-commits, 2023/05/28
- 168/416: gnu: texlive-was: Refresh package definition., guix-commits, 2023/05/28
- 173/416: gnu: texlive-inriafonts: Refresh package definition., guix-commits, 2023/05/28
- 176/416: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/28
- 183/416: gnu: texlive-xcharter: Refresh package definition., guix-commits, 2023/05/28
- 182/416: gnu: texlive-ly1: Refresh package definition., guix-commits, 2023/05/28
- 196/416: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/28
- 194/416: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/05/28
- 197/416: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/05/28
- 200/416: gnu: texlive-units: Refresh package definition., guix-commits, 2023/05/28
- 205/416: gnu: texlive-csquotes: Refresh package definition.,
guix-commits <=
- 206/416: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/05/28
- 208/416: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/28
- 207/416: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/05/28
- 209/416: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/28
- 210/416: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/05/28
- 211/416: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/28
- 214/416: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/05/28
- 215/416: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/05/28
- 228/416: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/05/28
- 244/416: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/05/28