[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
221/452: gnu: texlive-libertine: Refresh package definition.
From: |
guix-commits |
Subject: |
221/452: gnu: texlive-libertine: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:26 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 56df0700378f4498ae275ae744e110447743cdc8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 22:08:56 2023 +0200
gnu: texlive-libertine: Refresh package definition.
* gnu/packages/tex.scm (texlive-libertine): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[propagated-inputs]: Add TEXLIVE-FONTAXES, TEXLIVE-FONTSPEC,
TEXLIVE-HYPERREF,
TEXLIVE-IFTEX, TEXLIVE-MWEIGHTS, TEXLIVE-XKEYVAL.
---
gnu/packages/tex.scm | 48 +++++++++++++++++++++++++++---------------------
1 file changed, 27 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 4488a7a576..8a54ea1c2e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8281,30 +8281,36 @@ command).")
(define-public texlive-libertine
(package
- (inherit (simple-texlive-package
- "texlive-libertine"
- (list "/doc/fonts/libertine/"
-
- "/fonts/enc/dvips/libertine/"
- "/fonts/map/dvips/libertine/"
- "/fonts/opentype/public/libertine/"
- "/fonts/tfm/public/libertine/"
- "/fonts/type1/public/libertine/"
- "/fonts/vf/public/libertine/"
-
- "/tex/latex/libertine/")
- (base32
- "1d5r80isyvs2v3i8pzlhsn7ns6bn8ldkbs82g25widraixlhg6yg")
- #:trivial? #t))
- (home-page "https://www.ctan.org/pkg/libertine")
- (synopsis "Use Linux Libertine and Biolinum fonts with LaTeX")
+ (name "texlive-libertine")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/libertine/"
+ "fonts/enc/dvips/libertine/"
+ "fonts/map/dvips/libertine/"
+ "fonts/opentype/public/libertine/"
+ "fonts/tfm/public/libertine/"
+ "fonts/type1/public/libertine/"
+ "fonts/vf/public/libertine/"
+ "tex/latex/libertine/")
+ (base32
+ "1d5r80isyvs2v3i8pzlhsn7ns6bn8ldkbs82g25widraixlhg6yg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-fontaxes
+ texlive-fontspec
+ texlive-hyperref
+ texlive-iftex
+ texlive-mweights
+ texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/libertine")
+ (synopsis "Use of Linux Libertine and Biolinum fonts with LaTeX")
(description
"The package provides the Libertine and Biolinum fonts in both Type 1 and
OTF styles, together with support macros for their use. Monospaced and
-display fonts, and the \"keyboard\" set are also included, in OTF style, only.
-The @code{mweights} package is used to manage the selection of font weights.
-The package supersedes both the @code{libertineotf} and the
-@code{libertine-legacy} packages.")
+display fonts, and the keyboard set are also included, in OTF style, only.
+The @code{mweights} package is used to manage the selection of font weights.")
(license (list license:gpl2+ ; with font exception
license:silofl1.1
license:lppl))))
- 193/452: gnu: texlive-fpl: Refresh package definition., (continued)
- 193/452: gnu: texlive-fpl: Refresh package definition., guix-commits, 2023/06/09
- 197/452: gnu: texlive-caption: Refresh package definition., guix-commits, 2023/06/09
- 186/452: gnu: texlive-cabin: Refresh package definition., guix-commits, 2023/06/09
- 199/452: gnu: texlive-microtype: Refresh package definition., guix-commits, 2023/06/09
- 191/452: gnu: texlive-mathdesign: Refresh package definition., guix-commits, 2023/06/09
- 198/452: gnu: texlive-minted: Refresh package definition., guix-commits, 2023/06/09
- 209/452: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/06/09
- 211/452: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/06/09
- 213/452: gnu: texlive-pgf: Refresh package definition., guix-commits, 2023/06/09
- 215/452: gnu: texlive-pdftex: Refresh package definition., guix-commits, 2023/06/09
- 221/452: gnu: texlive-libertine: Refresh package definition.,
guix-commits <=
- 223/452: gnu: texlive-paralist: Fix build., guix-commits, 2023/06/09
- 228/452: gnu: texlive-psnfss: Refresh package definition., guix-commits, 2023/06/09
- 229/452: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/06/09
- 232/452: gnu: texlive-babel: Refresh package definition., guix-commits, 2023/06/09
- 233/452: gnu: texlive-mathdots: Refresh package definition., guix-commits, 2023/06/09
- 235/452: gnu: texlive-filemod: Refresh package definition., guix-commits, 2023/06/09
- 236/452: gnu: texlive-firstaid: Refresh package definition., guix-commits, 2023/06/09
- 243/452: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/09
- 246/452: gnu: texlive-letltxmacro: Refresh package definition., guix-commits, 2023/06/09
- 253/452: gnu: texlive-acronym: Refresh package definition., guix-commits, 2023/06/09