me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xpdfopen.

* gnu/packages/tex.scm (texlive-xpdfopen): New variable.
Nicolas Goaziou 2023-07-16 17:38:11 +02:00
parent c79b6b6c5f
commit d88e2fdd38
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -8451,6 +8451,29 @@ a Cistercian numeral, and @code{\\cisterciannum@{<integer>@}}, formats the
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")