mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-xpdfopen.
* gnu/packages/tex.scm (texlive-xpdfopen): New variable.
This commit is contained in:
parent
c79b6b6c5f
commit
d88e2fdd38
1 changed files with 23 additions and 0 deletions
|
@ -8451,6 +8451,29 @@ (define-public texlive-xistercian
|
|||
integer (given as a string) as a Cistercian numeral.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-xpdfopen
|
||||
(package
|
||||
(name "texlive-xpdfopen")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/man/man1/pdfclose.1"
|
||||
"doc/man/man1/pdfclose.man1.pdf"
|
||||
"doc/man/man1/pdfopen.1"
|
||||
"doc/man/man1/pdfopen.man1.pdf")
|
||||
(base32
|
||||
"130wvaypfrg9sav0pdcdy1g10fll8pqcsqsy70fxlzzr937glsh1")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/xpdfopen")
|
||||
(synopsis "Commands to control PDF readers, under X11")
|
||||
(description
|
||||
"The command-line programs @command{pdfopen} and @command{pdfclose} allow
|
||||
you to control the X Window System version of Adobe's Acrobat Reader from the
|
||||
command line or from within a (shell) script. The programs work with
|
||||
@command{xpdf} and @command{evince}.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-xpicture
|
||||
(package
|
||||
(name "texlive-xpicture")
|
||||
|
|
Loading…
Reference in a new issue