[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
385/458: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
385/458: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Wed, 14 Jun 2023 05:23:20 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2a734800eaa45435209fb8843bf607a76bb21d18
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu May 18 14:34:06 2023 +0200
gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call.
* gnu/packages/tex.scm (texlive-soulutf8!): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 41 ++++++++++++++++++-----------------------
1 file changed, 18 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f808b367ca..b103433c47 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13769,31 +13769,26 @@ syllable. The package itself does not support UTF-8
input in ordinary
(define-deprecated-package texlive-generic-soul texlive-soul)
(define-public texlive-soulutf8
- (let ((template (simple-texlive-package
- "texlive-soulutf8"
- (list "doc/latex/soulutf8/"
- "source/latex/soulutf8/"
- "tex/generic/soulutf8/")
- (base32
- "0d9lv3xsads8ms642ys3pghxnsa2hlzafkcx66d2hbq224bz1phc"))))
- (package
- (inherit template)
- (outputs '("out" "doc"))
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:tex-directory _ #t) "generic/soulutf8")
- ((#:build-targets _ '()) '(list "soulutf8.dtx"))))
- (propagated-inputs
- (list texlive-etexcmds
- texlive-infwarerr
- texlive-soul))
- (home-page "https://ctan.org/pkg/soulutf8")
- (synopsis "Permit use of UTF-8 characters in @code{soul}")
- (description
- "This package extends package @code{soul} and adds some support for
+ (package
+ (name "texlive-soulutf8")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/soulutf8/" "source/latex/soulutf8/"
+ "tex/generic/soulutf8/")
+ (base32
+ "0d9lv3xsads8ms642ys3pghxnsa2hlzafkcx66d2hbq224bz1phc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etexcmds texlive-infwarerr texlive-soul))
+ (home-page "https://ctan.org/pkg/soulutf8")
+ (synopsis "Permit use of UTF-8 characters in @code{soul}")
+ (description
+ "This package extends package @code{soul} and adds some support for
UTF-8. Namely the input encodings in @file{utf8.def} from package
@code{inputenc} and @file{utf8x.def} from package @code{ucs} are supported.")
- (license license:lppl1.3+))))
+ (license license:lppl1.3+)))
(define-public texlive-xstring
(package
- 388/458: gnu: simple-texlive-package: Remove it., (continued)
- 388/458: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/14
- 364/458: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 380/458: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 381/458: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 382/458: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 363/458: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 387/458: gnu: texlive-totpages: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 398/458: gnu: texlive-rsfs: Fix build., guix-commits, 2023/06/14
- 401/458: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/14
- 390/458: guix: import: Handle native inputs in texlive importer., guix-commits, 2023/06/14
- 385/458: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 399/458: gnu: texlive-eurosym: Fix build., guix-commits, 2023/06/14
- 417/458: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/14
- 411/458: guix: import: Fix Creative Common licenses in texlive importer., guix-commits, 2023/06/14
- 432/458: gnu: texlive-xetex: Create formats., guix-commits, 2023/06/14
- 436/458: guix: texlive importer: Fix build system and arguments for meta-packages., guix-commits, 2023/06/14
- 440/458: gnu: Add texlive-xdvi., guix-commits, 2023/06/14
- 448/458: gnu: Add texlive-pslatex., guix-commits, 2023/06/14
- 449/458: gnu: Add texlive-pspicture., guix-commits, 2023/06/14
- 451/458: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/14
- 455/458: gnu: Deprecate texlive-base in favor of texlive-scheme-basic., guix-commits, 2023/06/14