Archived
1
0
Fork 0

gnu: xpdf: Update to 4.02.

* gnu/packages/pdf.scm (xpdf): Update to 4.02.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-17 16:42:47 +01:00
parent 9900eb1cbb
commit 04761fcc1a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -272,13 +272,14 @@ reading and editing of existing PDF files.")
(define-public xpdf (define-public xpdf
(package (package
(name "xpdf") (name "xpdf")
(version "3.04") (version "4.02")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "ftp://ftp.foolabs.com/pub/xpdf/xpdf-" (method url-fetch)
version ".tar.gz")) (uri (string-append "https://xpdfreader-dl.s3.amazonaws.com/xpdf-"
(sha256 (base32 version "4.02.tar.gz"))
"1rbp54mr3z2x3a3a1qmz8byzygzi223vckfam9ib5g1sfds0qf8i")))) (sha256
(base32 "1rbp54mr3z2x3a3a1qmz8byzygzi223vckfam9ib5g1sfds0qf8i"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("freetype" ,freetype) (inputs `(("freetype" ,freetype)
("gs-fonts" ,gs-fonts) ("gs-fonts" ,gs-fonts)
@ -292,8 +293,8 @@ reading and editing of existing PDF files.")
("libpng" ,libpng) ("libpng" ,libpng)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
`(#:tests? #f ; there is no check target `(#:tests? #f ; there is no check target
#:parallel-build? #f ; build fails randomly on 8-way machines #:parallel-build? #f ; build fails randomly on 8-way machines
#:configure-flags #:configure-flags
(list (string-append "--with-freetype2-includes=" (list (string-append "--with-freetype2-includes="
(assoc-ref %build-inputs "freetype") (assoc-ref %build-inputs "freetype")
@ -315,7 +316,7 @@ reading and editing of existing PDF files.")
(synopsis "Viewer for PDF files based on the Motif toolkit") (synopsis "Viewer for PDF files based on the Motif toolkit")
(description (description
"Xpdf is a viewer for Portable Document Format (PDF) files.") "Xpdf is a viewer for Portable Document Format (PDF) files.")
(license license:gpl3) ; or gpl2, but not gpl2+ (license license:gpl3) ; or gpl2, but not gpl2+
(home-page "https://www.xpdfreader.com/"))) (home-page "https://www.xpdfreader.com/")))
(define-public zathura-cb (define-public zathura-cb