[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
241/452: gnu: texlive-metalogo: Refresh package definition.
From: |
guix-commits |
Subject: |
241/452: gnu: texlive-metalogo: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 225b8e796c4c9c1ff014a3e7028514c2069e4708
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:52:48 2023 +0200
gnu: texlive-metalogo: Refresh package definition.
* gnu/packages/tex.scm (texlive-metalogo): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 64 ++++++++++++++--------------------------------------
1 file changed, 17 insertions(+), 47 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index fc4775b5da..a857d5170d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6342,56 +6342,26 @@ output routine.")
(define-public texlive-metalogo
(package
- (inherit (simple-texlive-package
- "texlive-metalogo"
- (list "doc/latex/metalogo/README"
- ;; These PDFs are apparently used as graphic files, not
- ;; built.
- "doc/latex/metalogo/TeXoutline.pdf"
- "doc/latex/metalogo/eLaToutline.pdf"
- "source/latex/metalogo/metalogo.dtx"
- "source/latex/metalogo/metalogo.ins")
- (base32 "0v1jwp8xhzwn0a4apiyya17s4r1kpn6q9nmv38jj1wwdvgia0jpi")))
+ (name "texlive-metalogo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/metalogo/" "source/latex/metalogo/"
+ "tex/latex/metalogo/")
+ (base32
+ "1xzy982kc7k5n7gy019rk4hbvxli2mlf4s7h7s11diasmh5fa2gf")))
(outputs '("out" "doc"))
- (arguments
- (list
- #:tex-directory "latex/metalogo"
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'patch-metalogo.dtx
- (lambda _
- (substitute* "source/latex/metalogo/metalogo.dtx"
- ;; Prevent embedding a build time date, for reproducibility.
- (("^% \\\\date.*") "")
- ;; These fonts are not free.
- (("^\\\\setmainfont.*") "")
- (("^\\\\DeclareSymbolFont\\{SabonMaths}.*") "")
- (("^\\\\AtBeginDocument\\{.*") "")
- ((".*\\\\expandafter.*\\\\symSabonMaths.*") "")
- (("^\\\\setsansfont.*MgOpen Cosmetica.*") "")
- (("^\\\\setmonofont.*Consolas.*") "")
- ;; The 'stix' texlive font package has been obsoleted by
- ;; stix2.
- (("^\\\\newfontfamily\\\\stixgeneral\\{STIXGeneral}")
- "\\newfontfamily\\stixgeneral{STIX Two Text}")))))))
- (native-inputs (list fontconfig ;for XDG_DATA_DIRS, to locate OTF fonts
- texlive-booktabs
- texlive-cm
- texlive-eukdate
- texlive-fontspec
- texlive-iftex
- texlive-latex-base
- texlive-graphics
- texlive-multirow
- texlive-lm ;for lmroman10-regular
- texlive-stix2-otf))
- (propagated-inputs (list texlive-fontspec texlive-iftex
- texlive-graphics))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-fontspec
+ texlive-graphics
+ texlive-iftex))
(home-page "https://ctan.org/pkg/metalogo")
(synopsis "Extended TeX logo macros")
- (description "This package exposes spacing parameters for various TeX
-logos to the end user, to optimise the logos for different fonts. It is
-written especially for XeLaTeX users.")
+ (description
+ "This package exposes spacing parameters for various TeX logos to the end
+user, to optimise the logos for different fonts. It is written especially for
+XeLaTeX users.")
(license license:lppl1.3c+)))
(define-public texlive-paralist
- 95/452: gnu: Add texlive-luatexbase., (continued)
- 95/452: gnu: Add texlive-luatexbase., guix-commits, 2023/06/09
- 121/452: gnu: texlive-fonts-iwona -> texlive-iwona., guix-commits, 2023/06/09
- 112/452: gnu: texlive-latex-bussproofs -> texlive-bussproofs., guix-commits, 2023/06/09
- 130/452: gnu: texlive-ydoc: Refresh package definition., guix-commits, 2023/06/09
- 169/452: gnu: texlive-endfloat: Refresh package definition., guix-commits, 2023/06/09
- 205/452: gnu: texlive-csquotes: Refresh package definition., guix-commits, 2023/06/09
- 225/452: gnu: Add texlive-xmltexconfig., guix-commits, 2023/06/09
- 230/452: gnu: texlive-csplain: Refresh package definition., guix-commits, 2023/06/09
- 231/452: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/09
- 239/452: gnu: texlive-capt-of: Refresh package definition., guix-commits, 2023/06/09
- 241/452: gnu: texlive-metalogo: Refresh package definition.,
guix-commits <=
- 245/452: gnu: texlive-polyglossia: Refresh package definition., guix-commits, 2023/06/09
- 250/452: gnu: texlive-pdfpages: Refresh package definition., guix-commits, 2023/06/09
- 252/452: gnu: texlive-lh: Refresh package definition., guix-commits, 2023/06/09
- 258/452: gnu: texlive-bigintcalc: Refresh package definition., guix-commits, 2023/06/09
- 273/452: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/06/09
- 278/452: gnu: texlive-epstopdf-pkg: Refresh package definition., guix-commits, 2023/06/09
- 262/452: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/09
- 267/452: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/09
- 260/452: gnu: texlive-etexcmds: Refresh package definition., guix-commits, 2023/06/09
- 282/452: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/09