[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/458: gnu: texlive-latex-g-brief -> texlive-g-brief.
From: |
guix-commits |
Subject: |
53/458: gnu: texlive-latex-g-brief -> texlive-g-brief. |
Date: |
Wed, 14 Jun 2023 05:22:05 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 26b86ee2cc9ba1b5df382656d08dba6230a77bc1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 13 08:09:03 2023 +0200
gnu: texlive-latex-g-brief -> texlive-g-brief.
* gnu/packages/tex.scm (texlive-g-brief): New variable.
(texlive-latex-g-brief): Deprecate variable.
---
gnu/packages/tex.scm | 37 ++++++++++++++++++-------------------
1 file changed, 18 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dfc5722f94..bfe2a00a2f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5933,35 +5933,34 @@ course of the framed/shaded matter. There is also a
command
(define-deprecated-package texlive-latex-framed texlive-framed)
-(define-public texlive-latex-g-brief
+(define-public texlive-g-brief
(package
- (name "texlive-latex-g-brief")
+ (name "texlive-g-brief")
(version (number->string %texlive-revision))
- (source (origin
- (method svn-fetch)
- (uri (texlive-ref "latex" "g-brief"))
- (file-name (string-append name "-" version "-checkout"))
- (sha256
- (base32
- "1br4kv9y17cvngp83ykpvy7gy3jqfan5plk7sggcgbdfhndi5dsr"))))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/g-brief/"
+ "source/latex/g-brief/"
+ "tex/latex/g-brief/")
+ (base32
+ "0sicgf3wjw5jymh5xjxby2hsilakhw2lqgywx0f2zax1z854xc2m")))
+ (outputs '("out" "doc"))
(build-system texlive-build-system)
- (arguments
- '(#:tex-directory "latex/g-brief"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'remove-generated-file
- (lambda _
- (delete-file "g-brief.drv")
- #t)))))
+ (propagated-inputs
+ (list texlive-babel
+ texlive-eurosym
+ texlive-marvosym))
(home-page "https://www.ctan.org/pkg/g-brief")
(synopsis "Letter document class")
(description
"This package is designed for formatting formless letters in German; it
can also be used for English (by those who can read the documentation). There
-are LaTeX 2.09 @code{documentstyle} and LaTeX 2e class files for both an
-\"old\" and a \"new\" version of g-brief.")
+are LaTeX 2.09 @code{documentstyle} and LaTeX 2e class files for both an old
+and a new version of @code{g-brief}.")
(license license:lppl)))
+(define-deprecated-package texlive-latex-g-brief texlive-g-brief)
+
(define-public texlive-latex-galois
(package
(name "texlive-latex-galois")
- 65/458: gnu: texlive-latex-appendix -> texlive-appendix., (continued)
- 65/458: gnu: texlive-latex-appendix -> texlive-appendix., guix-commits, 2023/06/14
- 24/458: gnu: Add texlive-enctex., guix-commits, 2023/06/14
- 25/458: gnu: Add texlive-dehyph., guix-commits, 2023/06/14
- 26/458: gnu: Add texlive-passivetex., guix-commits, 2023/06/14
- 38/458: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/06/14
- 47/458: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/06/14
- 48/458: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/06/14
- 50/458: gnu: texlive-latex-tocloft -> texlive-tocloft., guix-commits, 2023/06/14
- 51/458: gnu: texlive-latex-fncychap -> texlive-fncychap., guix-commits, 2023/06/14
- 52/458: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/06/14
- 53/458: gnu: texlive-latex-g-brief -> texlive-g-brief.,
guix-commits <=
- 57/458: gnu: texlive-fonts-latex -> texlive-latex-fonts., guix-commits, 2023/06/14
- 79/458: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/14
- 85/458: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/14
- 87/458: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/06/14
- 91/458: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/14
- 95/458: gnu: Add texlive-luatexbase., guix-commits, 2023/06/14
- 72/458: gnu: texlive-latex-bookmark -> texlive-bookmark., guix-commits, 2023/06/14
- 76/458: gnu: texlive-latex-fancybox -> texlive-fancybox., guix-commits, 2023/06/14
- 81/458: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/14
- 86/458: gnu: texlive-latex-pbox -> texlive-pbox., guix-commits, 2023/06/14