[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: ghostscript: Replace with the "fixed" Ghostscript.
From: |
guix-commits |
Subject: |
02/08: gnu: ghostscript: Replace with the "fixed" Ghostscript. |
Date: |
Sun, 25 Aug 2019 16:48:57 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0b859092a7346f3b4d0a3a4dac878fd64fd70b79
Author: Ludovic Courtès <address@hidden>
Date: Sun Aug 25 21:32:06 2019 +0200
gnu: ghostscript: Replace with the "fixed" Ghostscript.
* gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field.
(ghostscript/fixed)[version]: Remove, to comply with the same-length
constraint of grafts.
---
gnu/packages/ghostscript.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index bcd853d..139682b 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -145,6 +145,12 @@ printing, and psresize, for adjusting page sizes.")
(package
(name "ghostscript")
(version "9.26")
+
+ ;; The problems addressed by GHOSTSCRIPT/FIXED are not security-related,
+ ;; but they have a significant impact on usability, hence this graft.
+ ;; TODO: Ungraft on next update cycle.
+ (replacement ghostscript/fixed)
+
(source
(origin
(method url-fetch)
@@ -274,7 +280,6 @@ output file formats and printers.")
;; rendering issues described in <https://issues.guix.gnu.org/issue/34877>.
(package/inherit
ghostscript
- (version (string-append (package-version ghostscript) "-1"))
(arguments
(substitute-keyword-arguments (package-arguments ghostscript)
((#:configure-flags flags ''())
- branch master updated (8c1379b -> 7dff322), guix-commits, 2019/08/25
- 01/08: gnu: ghostscript: Add a new variant that depends on Freetype., guix-commits, 2019/08/25
- 02/08: gnu: ghostscript: Replace with the "fixed" Ghostscript.,
guix-commits <=
- 03/08: maint: Add 'download-po' rule., guix-commits, 2019/08/25
- 07/08: gnu: Add wterm., guix-commits, 2019/08/25
- 08/08: gnu: shroud: Update to 0.1.2., guix-commits, 2019/08/25
- 04/08: nls: Update 'fr' translation., guix-commits, 2019/08/25
- 06/08: nls: Update 'sv' translation., guix-commits, 2019/08/25
- 05/08: nls: Update 'de' translation., guix-commits, 2019/08/25