gnu: texlive-tex-texinfo -> texlive-texinfo.
* gnu/packages/tex.scm (texlive-texinfo): New variable. (texlive-tex-texinfo): Deprecate variable. * doc/build.scm (pdf-manual): * gnu/packages/finance.scm (optionmatrix): * gnu/packages/lisp.scm (sbcl): * gnu/packages/plotutils.scm (asymptote): * gnu/packages/scheme.scm (mit-scheme): * gnu/packages/xdisorg.scm (xforms): Use new name.
parent
8ace45c088
commit
ac29f53d30
|
@ -916,7 +916,7 @@ makeinfo OPTIONS."
|
||||||
texlive-bin ;for GUIX_TEXMF
|
texlive-bin ;for GUIX_TEXMF
|
||||||
texlive-epsf
|
texlive-epsf
|
||||||
texlive-ec
|
texlive-ec
|
||||||
texlive-tex-texinfo)))))
|
texlive-texinfo)))))
|
||||||
|
|
||||||
(define build
|
(define build
|
||||||
(with-imported-modules '((guix build utils))
|
(with-imported-modules '((guix build utils))
|
||||||
|
|
|
@ -2073,7 +2073,7 @@ trading, and risk management in real-life.")
|
||||||
(list gsl gtk+ ncurses))
|
(list gsl gtk+ ncurses))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config texinfo
|
(list pkg-config texinfo
|
||||||
(texlive-updmap.cfg (list texlive-epsf texlive-tex-texinfo))))
|
(texlive-updmap.cfg (list texlive-epsf texlive-texinfo))))
|
||||||
(home-page "https://anthonybradford.github.io/optionmatrix/")
|
(home-page "https://anthonybradford.github.io/optionmatrix/")
|
||||||
(synopsis "Financial derivative calculator")
|
(synopsis "Financial derivative calculator")
|
||||||
(description
|
(description
|
||||||
|
|
|
@ -481,7 +481,7 @@ an interpreter, a compiler, a debugger, and much more.")
|
||||||
ed
|
ed
|
||||||
inetutils ;for hostname(1)
|
inetutils ;for hostname(1)
|
||||||
texinfo
|
texinfo
|
||||||
(texlive-updmap.cfg (list texlive-tex-texinfo))
|
(texlive-updmap.cfg (list texlive-texinfo))
|
||||||
which))
|
which))
|
||||||
(inputs
|
(inputs
|
||||||
(list gmp ; for sb-gmp
|
(list gmp ; for sb-gmp
|
||||||
|
|
|
@ -325,7 +325,7 @@ colors, styles, options and details.")
|
||||||
texlive-ocgx2
|
texlive-ocgx2
|
||||||
texlive-parskip
|
texlive-parskip
|
||||||
texlive-pdftexcmds
|
texlive-pdftexcmds
|
||||||
texlive-tex-texinfo))))
|
texlive-texinfo))))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal
|
(list bash-minimal
|
||||||
eigen
|
eigen
|
||||||
|
|
|
@ -191,8 +191,9 @@
|
||||||
("autoconf" ,autoconf)
|
("autoconf" ,autoconf)
|
||||||
("automake" ,automake)
|
("automake" ,automake)
|
||||||
("libtool" ,libtool)
|
("libtool" ,libtool)
|
||||||
("texlive" ,(texlive-updmap.cfg (list texlive-tex-texinfo
|
("texlive" ,(texlive-updmap.cfg
|
||||||
texlive-epsf)))
|
(list texlive-epsf
|
||||||
|
texlive-texinfo)))
|
||||||
("texinfo" ,texinfo)
|
("texinfo" ,texinfo)
|
||||||
("ghostscript" ,ghostscript)
|
("ghostscript" ,ghostscript)
|
||||||
("m4" ,m4)))
|
("m4" ,m4)))
|
||||||
|
|
|
@ -6523,34 +6523,18 @@ a few situations where longtable has problems.")
|
||||||
|
|
||||||
(define-deprecated-package texlive-latex-supertabular texlive-supertabular)
|
(define-deprecated-package texlive-latex-supertabular texlive-supertabular)
|
||||||
|
|
||||||
(define-public texlive-tex-texinfo
|
(define-public texlive-texinfo
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex-texinfo")
|
(name "texlive-texinfo")
|
||||||
(version (number->string %texlive-revision))
|
(version (number->string %texlive-revision))
|
||||||
(source (origin
|
(source (texlive-origin
|
||||||
(method svn-fetch)
|
name version
|
||||||
(uri (svn-reference
|
(list "tex/texinfo/")
|
||||||
(url (string-append "svn://www.tug.org/texlive/tags/"
|
(base32
|
||||||
%texlive-tag "/Master/texmf-dist/"
|
"0wbbhjr1jqiicnssiy6n5s4v5p6axhlilpkfhix4kavbj8mb6mfn")))
|
||||||
"/tex/texinfo"))
|
(build-system texlive-build-system)
|
||||||
(revision %texlive-revision)))
|
(home-page "https://ctan.org/pkg/texinfo")
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(synopsis "Texinfo documentation system")
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1qcmcsxdsibca0mad559vhz36xaxsbkivgv1hc98vdyd90fg4y31"))))
|
|
||||||
(build-system trivial-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:modules ((guix build utils))
|
|
||||||
#:builder
|
|
||||||
(begin
|
|
||||||
(use-modules (guix build utils))
|
|
||||||
(let ((target (string-append (assoc-ref %outputs "out")
|
|
||||||
"/share/texmf-dist/tex/texinfo")))
|
|
||||||
(mkdir-p target)
|
|
||||||
(copy-recursively (assoc-ref %build-inputs "source") target)
|
|
||||||
#t))))
|
|
||||||
(home-page "https://www.ctan.org/pkg/texinfo")
|
|
||||||
(synopsis "TeX macros to handle Texinfo files")
|
|
||||||
(description
|
(description
|
||||||
"Texinfo is the preferred format for documentation in the GNU project;
|
"Texinfo is the preferred format for documentation in the GNU project;
|
||||||
the format may be used to produce online or printed output from a single
|
the format may be used to produce online or printed output from a single
|
||||||
|
@ -6559,6 +6543,8 @@ other programs in the distribution offer online interactive use (with
|
||||||
hypertext linkages in some cases).")
|
hypertext linkages in some cases).")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-deprecated-package texlive-tex-texinfo texlive-texinfo)
|
||||||
|
|
||||||
(define-public texlive-textcase
|
(define-public texlive-textcase
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
|
@ -3486,7 +3486,7 @@ the following features:
|
||||||
texinfo
|
texinfo
|
||||||
texi2html
|
texi2html
|
||||||
(texlive-updmap.cfg (list texlive-epsf
|
(texlive-updmap.cfg (list texlive-epsf
|
||||||
texlive-tex-texinfo))
|
texlive-texinfo))
|
||||||
imagemagick))
|
imagemagick))
|
||||||
(propagated-inputs (list libx11 libxpm libjpeg-turbo))
|
(propagated-inputs (list libx11 libxpm libjpeg-turbo))
|
||||||
(home-page "http://xforms-toolkit.org/")
|
(home-page "http://xforms-toolkit.org/")
|
||||||
|
|
Reference in New Issue