[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/452: gnu: texlive-latex-g-brief -> texlive-g-brief.
From: |
guix-commits |
Subject: |
53/452: gnu: texlive-latex-g-brief -> texlive-g-brief. |
Date: |
Fri, 9 Jun 2023 13:42:55 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 800f66d26cca0b1a3bb3cd7c083a9b720960c6c6
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")
- 270/452: gnu: texlive-pdfx: Refresh package definition., (continued)
- 270/452: gnu: texlive-pdfx: Refresh package definition., guix-commits, 2023/06/09
- 254/452: gnu: texlive-ms: Refresh package definition., guix-commits, 2023/06/09
- 294/452: gnu: texlive-zhspacing: Refresh package definition., guix-commits, 2023/06/09
- 305/452: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/09
- 306/452: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/06/09
- 315/452: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/09
- 354/452: gnu: Add texlive-mptopdf., guix-commits, 2023/06/09
- 361/452: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/09
- 359/452: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 19/452: gnu: Add texlive-xfor., guix-commits, 2023/06/09
- 53/452: gnu: texlive-latex-g-brief -> texlive-g-brief.,
guix-commits <=
- 59/452: gnu: texlive-latex-geometry -> texlive-geometry., guix-commits, 2023/06/09
- 62/452: gnu: texlive-latex-supertabular -> texlive-supertabular., guix-commits, 2023/06/09
- 71/452: gnu: texlive-zref: Fix build., guix-commits, 2023/06/09
- 89/452: gnu: texlive-latex-threeparttable -> texlive-threeparttable., guix-commits, 2023/06/09
- 104/452: gnu: texlive-latex-ocgx2 -> texlive-ocgx2., guix-commits, 2023/06/09
- 107/452: gnu: texlive-latex-readarray -> texlive-readarray., guix-commits, 2023/06/09
- 119/452: gnu: texlive-generic-babel-norsk -> texlive-babel-norsk., guix-commits, 2023/06/09
- 132/452: gnu: texlive-kastrup: Refresh package definition., guix-commits, 2023/06/09
- 136/452: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/09
- 149/452: gnu: texlive-comment: Refresh package definition., guix-commits, 2023/06/09