[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/12: gnu: xpdf: Update to 4.02.
From: |
guix-commits |
Subject: |
02/12: gnu: xpdf: Update to 4.02. |
Date: |
Mon, 17 Feb 2020 11:31:50 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 04761fcc1ac1d6f08a0b63b0a5322de1d0c8ebce
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 16:42:47 2020 +0100
gnu: xpdf: Update to 4.02.
* gnu/packages/pdf.scm (xpdf): Update to 4.02.
---
gnu/packages/pdf.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 173e39a..34a3fba 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -272,13 +272,14 @@ reading and editing of existing PDF files.")
(define-public xpdf
(package
(name "xpdf")
- (version "3.04")
- (source (origin
- (method url-fetch)
- (uri (string-append "ftp://ftp.foolabs.com/pub/xpdf/xpdf-"
- version ".tar.gz"))
- (sha256 (base32
- "1rbp54mr3z2x3a3a1qmz8byzygzi223vckfam9ib5g1sfds0qf8i"))))
+ (version "4.02")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://xpdfreader-dl.s3.amazonaws.com/xpdf-"
+ version "4.02.tar.gz"))
+ (sha256
+ (base32 "1rbp54mr3z2x3a3a1qmz8byzygzi223vckfam9ib5g1sfds0qf8i"))))
(build-system gnu-build-system)
(inputs `(("freetype" ,freetype)
("gs-fonts" ,gs-fonts)
@@ -292,8 +293,8 @@ reading and editing of existing PDF files.")
("libpng" ,libpng)
("zlib" ,zlib)))
(arguments
- `(#:tests? #f ; there is no check target
- #:parallel-build? #f ; build fails randomly on 8-way machines
+ `(#:tests? #f ; there is no check target
+ #:parallel-build? #f ; build fails randomly on 8-way machines
#:configure-flags
(list (string-append "--with-freetype2-includes="
(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")
(description
"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/")))
(define-public zathura-cb
- branch master updated (3dd311e -> 7046106), guix-commits, 2020/02/17
- 01/12: gnu: xpdf: Update home page., guix-commits, 2020/02/17
- 06/12: gnu: sxiv: Update to 26., guix-commits, 2020/02/17
- 05/12: gnu: rsnapshot: Use HTTPS home page., guix-commits, 2020/02/17
- 02/12: gnu: xpdf: Update to 4.02.,
guix-commits <=
- 03/12: gnu: git: Update to 2.25.1., guix-commits, 2020/02/17
- 08/12: gnu: liblangtag: Don't use NAME in source URI., guix-commits, 2020/02/17
- 07/12: gnu: weechat: Update to 2.7., guix-commits, 2020/02/17
- 12/12: gnu: upx: Clean up., guix-commits, 2020/02/17
- 04/12: gnu: slib: Use HTTPS home page., guix-commits, 2020/02/17
- 10/12: gnu: haveged: Update to 1.9.8., guix-commits, 2020/02/17
- 09/12: gnu: liblangtag: Update to 0.6.3., guix-commits, 2020/02/17
- 11/12: gnu: ebtables: Update to 2.0.11., guix-commits, 2020/02/17