gnu: dblatex: Update to 0.3.12.
* gnu/packages/docbook.scm (dblatex): Update to 0.3.12. [source](uri): Adjust file name. [inputs]: Add TEXLIVE-LATEX-BOOKMARK and TEXLIVE-LATEX-REFCOUNT. [arguments]: Remove #:python.
This commit is contained in:
parent
4d85dde0ef
commit
5e61abcaf6
1 changed files with 6 additions and 5 deletions
|
@ -390,21 +390,22 @@ the in DocBook SGML DTDs.")
|
||||||
(define-public dblatex
|
(define-public dblatex
|
||||||
(package
|
(package
|
||||||
(name "dblatex")
|
(name "dblatex")
|
||||||
(version "0.3.11")
|
(version "0.3.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/dblatex/dblatex/"
|
(uri (string-append "mirror://sourceforge/dblatex/dblatex/"
|
||||||
"dblatex-" version "/dblatex-"
|
"dblatex-" version "/dblatex3-"
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rp1bc2lgisigscq1i7zxfd2qdaxxxld6khbcxss4pq7fpi9fzkv"))))
|
"0yd09nypswy3q4scri1dg7dr99d7gd6r2dwx0xm81l9f4y32gs0n"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; TODO: Add xfig/transfig for fig2dev utility
|
;; TODO: Add xfig/transfig for fig2dev utility
|
||||||
(inputs
|
(inputs
|
||||||
`(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
`(("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
|
||||||
texlive-latex-anysize
|
texlive-latex-anysize
|
||||||
texlive-latex-appendix
|
texlive-latex-appendix
|
||||||
|
texlive-latex-bookmark
|
||||||
texlive-latex-changebar
|
texlive-latex-changebar
|
||||||
texlive-latex-colortbl
|
texlive-latex-colortbl
|
||||||
texlive-latex-eepic
|
texlive-latex-eepic
|
||||||
|
@ -421,6 +422,7 @@ the in DocBook SGML DTDs.")
|
||||||
texlive-latex-oberdiek
|
texlive-latex-oberdiek
|
||||||
texlive-latex-overpic
|
texlive-latex-overpic
|
||||||
texlive-latex-pdfpages
|
texlive-latex-pdfpages
|
||||||
|
texlive-latex-refcount
|
||||||
texlive-latex-subfigure
|
texlive-latex-subfigure
|
||||||
texlive-latex-titlesec
|
texlive-latex-titlesec
|
||||||
texlive-latex-url
|
texlive-latex-url
|
||||||
|
@ -436,8 +438,7 @@ the in DocBook SGML DTDs.")
|
||||||
("docbook" ,docbook-xml)
|
("docbook" ,docbook-xml)
|
||||||
("libxslt" ,libxslt))) ;for xsltproc
|
("libxslt" ,libxslt))) ;for xsltproc
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2 ;'print' syntax
|
`(;; Using setuptools causes an invalid "package_base" path in
|
||||||
;; Using setuptools causes an invalid "package_base" path in
|
|
||||||
;; out/bin/.dblatex-real due to a missing leading '/'. This is caused
|
;; out/bin/.dblatex-real due to a missing leading '/'. This is caused
|
||||||
;; by dblatex's setup.py stripping the root path when creating the
|
;; by dblatex's setup.py stripping the root path when creating the
|
||||||
;; script. (dblatex's setup.py still uses distutils and thus has to
|
;; script. (dblatex's setup.py still uses distutils and thus has to
|
||||||
|
|
Reference in a new issue