[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
98/141: gnu: Do not create origins for "ctxdocstrip.tex".
From: |
guix-commits |
Subject: |
98/141: gnu: Do not create origins for "ctxdocstrip.tex". |
Date: |
Wed, 26 Jun 2024 06:34:29 -0400 (EDT) |
ngz pushed a commit to branch tex-team
in repository guix.
commit 7b6696ffa95ca4a282f4dfa43be8cae9546a0bb4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 21 22:45:35 2024 +0200
gnu: Do not create origins for "ctxdocstrip.tex".
* gnu/packages/tex.scm (texlive-xecjk)[native-inputs]:
(texlive-xcjk2uni)[native-inputs]:
(texlive-xpinyin)[native-inputs]: Remove <origin> pointing to
"ctxdocstrip.tex". Grab it from TEXLIVE-CTEX's source instead.
Change-Id: I8208f4e1cc25b6ac03e0727a41d79d0c76568bdc
---
gnu/packages/tex.scm | 34 +++-------------------------------
1 file changed, 3 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 72788b021b..8ef8570279 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -39996,16 +39996,7 @@ undergraduate and postgraduate that meet the school's
requirements.")
"build/")
(setenv "TEXINPUTS" (string-append (getcwd) "/build:")))))))
(native-inputs
- (list (origin
- (method svn-multi-fetch)
- (uri (svn-multi-reference
- (url (texlive-packages-repository version))
- (revision 66594)
- (locations (list "tex/generic/ctex/ctxdocstrip.tex"))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli")))))
+ (list (package-source texlive-ctex)))
(home-page "https://ctan.org/pkg/xecjk")
(synopsis "Support for CJK documents in XeLaTeX")
(description
@@ -58589,17 +58580,7 @@ for the user.")
"build/")
(setenv "TEXINPUTS" (string-append (getcwd) "/build:")))))))
(native-inputs
- (list texlive-ttfutils
- (origin
- (method svn-multi-fetch)
- (uri (svn-multi-reference
- (url (texlive-packages-repository version))
- (revision 66594)
- (locations (list "tex/generic/ctex/ctxdocstrip.tex"))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli")))))
+ (list (package-source texlive-ctex) texlive-ttfutils))
(home-page "https://ctan.org/pkg/xcjk2uni")
(synopsis "Convert CJK characters to Unicode, in pdfTeX")
(description
@@ -58918,16 +58899,7 @@ others.")
;; should be a native input) and `ctex' (where this package is
;; a propagated input). To work around this, grab the required
;; "ctxdocstrip.tex" file from `ctex'.
- (origin
- (method svn-multi-fetch)
- (uri (svn-multi-reference
- (url (texlive-packages-repository version))
- (revision 66594)
- (locations (list "tex/generic/ctex/ctxdocstrip.tex"))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli")))))
+ (package-source texlive-ctex)))
(home-page "https://ctan.org/pkg/xpinyin")
(synopsis "Automatically add pinyin to Chinese characters")
(description
- 85/141: guix: import texlive: Factorize package inputs listing., (continued)
- 85/141: guix: import texlive: Factorize package inputs listing., guix-commits, 2024/06/26
- 90/141: gnu: texlive-scripts: Allow auto-updates., guix-commits, 2024/06/26
- 89/141: gnu: TeX Live packages built from TEXLIVE-SOURCE use same version., guix-commits, 2024/06/26
- 91/141: gnu: texlive-scripts: Fix typo in description., guix-commits, 2024/06/26
- 95/141: gnu: texlive-scripts: Add missing file name for checkout., guix-commits, 2024/06/26
- 88/141: gnu: Set version of all TeX Live packages to "2023.0"., guix-commits, 2024/06/26
- 96/141: guix: import texlive: Adjust to generate new source format., guix-commits, 2024/06/26
- 94/141: gnu: Remove artefacts from previous TeX Live packaging., guix-commits, 2024/06/26
- 101/141: gnu: texlive-newverbs: Do not create origin for "ydocstrip.tex"., guix-commits, 2024/06/26
- 93/141: gnu: Refactor TeX Live packages to refer to SVN directly., guix-commits, 2024/06/26
- 98/141: gnu: Do not create origins for "ctxdocstrip.tex".,
guix-commits <=
- 102/141: gnu: texlive-makecmds: Remove unnecessary input., guix-commits, 2024/06/26
- 104/141: gnu: texlive-psfragx: Remove native inputs., guix-commits, 2024/06/26
- 97/141: guix: import texlive: Reduce friction when updating., guix-commits, 2024/06/26
- 105/141: gnu: texlive-texaccents: Add missing script., guix-commits, 2024/06/26
- 103/141: gnu: texlive-dotseqn: Remove native input., guix-commits, 2024/06/26
- 99/141: gnu: texlive-metafont: Fix inputs., guix-commits, 2024/06/26
- 100/141: gnu: texlive-luatex: Remove unnecessary native input., guix-commits, 2024/06/26
- 107/141: gnu: texlive-cluttex: Add "cllualatex" and "clxelatex" symlinks., guix-commits, 2024/06/26
- 106/141: gnu: texlive-pdfcrop. Add "rpdfcrop" symlink., guix-commits, 2024/06/26
- 108/141: gnu: texlive-blockdraw-mp: Specify upstream name., guix-commits, 2024/06/26