[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
385/409: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call.
From: |
guix-commits |
Subject: |
385/409: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call. |
Date: |
Sat, 20 May 2023 04:03:32 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit ddf27d6d2b2b2008e76de6bbd114f38809f23f5c
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 5a78f094ae..2e1df339c2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13806,31 +13806,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
- 329/409: gnu: texlive-dehyph-exptl: Refresh package definition., (continued)
- 329/409: gnu: texlive-dehyph-exptl: Refresh package definition., guix-commits, 2023/05/20
- 345/409: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/20
- 347/409: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/20
- 369/409: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 371/409: gnu: texlive-grfext: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 375/409: gnu: texlive-babel-czech: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 379/409: gnu: texlive-babel-polish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 378/409: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 381/409: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 383/409: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 385/409: gnu: texlive-soulutf8: Remove SIMPLE-TEXLIVE-PACKAGE call.,
guix-commits <=
- 396/409: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/05/20
- 404/409: gnu: texlive-cs: Fix build., guix-commits, 2023/05/20
- 397/409: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/05/20
- 406/409: gnu: texlive-xypic: Fix build., guix-commits, 2023/05/20
- 106/409: gnu: texlive-latex-eukdate -> texlive-eukdate., guix-commits, 2023/05/20
- 120/409: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/05/20
- 128/409: gnu: Add texlive-svn-prov., guix-commits, 2023/05/20
- 142/409: gnu: texlive-xetex: Refresh package definition., guix-commits, 2023/05/20
- 158/409: gnu: texlive-pgfgantt: Refresh package definition., guix-commits, 2023/05/20
- 159/409: gnu: texlive-setspace: Refresh package definition., guix-commits, 2023/05/20