[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
327/416: gnu: texlive-ruhyphen: Refresh package definition.
From: |
guix-commits |
Subject: |
327/416: gnu: texlive-ruhyphen: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:16 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit e49a3488049da6b8a6414fd8e1dd08a81b4eb038
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:35:16 2023 +0200
gnu: texlive-ruhyphen: Refresh package definition.
* gnu/packages/tex.scm (texlive-ruhyphen): Remove SIMPLE-TEXLIVE-PACKAGE
call.
[arguments]<#:phases>: Remove buggy phase generating only empty files.
[native-inputs]: Remove COREUTILS, GAWK, SED, GREP, PERL.
---
gnu/packages/tex.scm | 46 +++++++++++++++-------------------------------
1 file changed, 15 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 76d1bb5349..26cc8267e4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3034,39 +3034,23 @@ T2A.")
(license license:lppl)))
(define-public texlive-ruhyphen
- (let ((template (simple-texlive-package
- "texlive-ruhyphen"
- (list "/source/generic/ruhyphen/"
- "/tex/generic/ruhyphen/")
- (base32
- "18n1bqhh8jv765vz3a3fjwffy7m71vhwx9yq8zl0p5j7p72q9qcn")
- #:trivial? #t)))
- (package
- (inherit template)
- (arguments
- (substitute-keyword-arguments (package-arguments template)
- ((#:phases phases)
- `(modify-phases ,phases
- (replace 'build
- (lambda _
- (let ((cwd (getcwd)))
- ;; Remove generated files.
- (for-each delete-file
- (find-files "tex/generic/ruhyphen/"
- "^cyry.*.tex$"))
- (substitute* "source/generic/ruhyphen/Makefile"
- (("./mkcyryo") (string-append cwd
"/source/generic/ruhyphen/mkcyryo")))
- (with-directory-excursion "tex/generic/ruhyphen"
- (invoke "make" "-f"
- (string-append cwd
"/source/generic/ruhyphen/Makefile"))))))))))
- (native-inputs
- (list coreutils gawk sed grep perl))
- (home-page "https://www.ctan.org/pkg/ruhyphen")
- (synopsis "Hyphenation patterns for Russian")
- (description "The package provides a collection of Russian hyphenation
+ (package
+ (name "texlive-ruhyphen")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "source/generic/ruhyphen/"
+ "tex/generic/ruhyphen/")
+ (base32
+ "18n1bqhh8jv765vz3a3fjwffy7m71vhwx9yq8zl0p5j7p72q9qcn")))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
+ (home-page "https://ctan.org/pkg/ruhyphen")
+ (synopsis "Hyphenation patterns for Russian")
+ (description "The package provides a collection of Russian hyphenation
patterns supporting a number of Cyrillic font encodings, including T2,
UCY (Omega Unicode Cyrillic), LCY, LWN (OT2), and koi8-r.")
- (license license:lppl))))
+ (license license:lppl)))
(define-public texlive-inputenx
(package
- 259/416: gnu: texlive-bitset: Refresh package definition., (continued)
- 259/416: gnu: texlive-bitset: Refresh package definition., guix-commits, 2023/05/28
- 261/416: gnu: texlive-gettitlestring: Refresh package definition., guix-commits, 2023/05/28
- 268/416: gnu: texlive-uniquecounter: Refresh package definition., guix-commits, 2023/05/28
- 269/416: gnu: Add texlive-colorprofiles., guix-commits, 2023/05/28
- 273/416: gnu: texlive-unicode-data: Refresh package definition., guix-commits, 2023/05/28
- 276/416: gnu: texlive-atveryend: Refresh package definition., guix-commits, 2023/05/28
- 302/416: gnu: texlive-doi: Refresh package definition., guix-commits, 2023/05/28
- 306/416: gnu: texlive-seminar: Refresh package definition., guix-commits, 2023/05/28
- 301/416: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/05/28
- 299/416: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/05/28
- 327/416: gnu: texlive-ruhyphen: Refresh package definition.,
guix-commits <=
- 320/416: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/05/28
- 291/416: gnu: texlive-stix2-otf: Refresh package definition., guix-commits, 2023/05/28
- 11/416: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/28
- 19/416: gnu: Add texlive-xfor., guix-commits, 2023/05/28
- 37/416: gnu: texlive-dvips-l3backend -> texlive-l3backend., guix-commits, 2023/05/28
- 38/416: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/28
- 46/416: gnu: texlive-latex-psfrag -> texlive-psfrag., guix-commits, 2023/05/28
- 48/416: gnu: texlive-generic-listofitems -> texlive-listofitems., guix-commits, 2023/05/28
- 52/416: gnu: texlive-latex-framed -> texlive-framed., guix-commits, 2023/05/28
- 60/416: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/05/28