[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/135: gnu: cups-filters: Fix build with newer version of poppler.
From: |
guix-commits |
Subject: |
68/135: gnu: cups-filters: Fix build with newer version of poppler. |
Date: |
Fri, 21 Dec 2018 14:37:38 -0500 (EST) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit cd4ecac0fdcb2ff1466b487e5a56dbe9ca7ebc70
Author: Ricardo Wurmus <address@hidden>
Date: Wed Aug 8 13:07:16 2018 +0200
gnu: cups-filters: Fix build with newer version of poppler.
* gnu/packages/cups.scm (cups-filters)[arguments]: Add build phase
"patch-for-poppler".
---
gnu/packages/cups.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 4343910..a31dfe6 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -119,6 +119,12 @@
(("/usr/local/lib/cups/filter")
(string-append out "/lib/cups/filter")))
#t)))
+ (add-after 'unpack 'patch-for-poppler
+ (lambda _
+ (substitute* "filter/pdf.cxx"
+ (("GooString \\*field_name;" m)
+ (string-append "const " m)))
+ #t))
(add-after 'install 'wrap-filters
(lambda* (#:key inputs outputs #:allow-other-keys)
;; Some filters expect to find 'gs' in $PATH. We cannot
- 129/135: gnu: glib-networking: Update to 2.58.0., (continued)
- 129/135: gnu: glib-networking: Update to 2.58.0., guix-commits, 2018/12/21
- 14/135: gnu: Add libusbmuxd., guix-commits, 2018/12/21
- 40/135: gnu: gjs: Update to 1.52.3., guix-commits, 2018/12/21
- 93/135: gnu: seahorse: Update to 3.30., guix-commits, 2018/12/21
- 120/135: gnu: gvfs: Update to 1.38.1., guix-commits, 2018/12/21
- 35/135: gnu: gnome-keyring: Update to 3.28.2., guix-commits, 2018/12/21
- 09/135: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2018/12/21
- 112/135: gnu: gdm: Update to 3.30.2., guix-commits, 2018/12/21
- 90/135: gnu: libwnck: Update to 3.30.0., guix-commits, 2018/12/21
- 24/135: gnu: goffice: Update to 0.10.41., guix-commits, 2018/12/21
- 68/135: gnu: cups-filters: Fix build with newer version of poppler.,
guix-commits <=
- 77/135: gnu: gobject-introspection: Update to 1.58.1., guix-commits, 2018/12/21
- 75/135: gnu: libqmi: Update to 1.20.2., guix-commits, 2018/12/21
- 79/135: gnu: Add mozjs-60., guix-commits, 2018/12/21
- 07/135: gnu: yelp: Update to 3.28.1., guix-commits, 2018/12/21
- 31/135: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2018/12/21
- 44/135: gnu: gnome-session: Update to 3.28.1., guix-commits, 2018/12/21
- 88/135: gnu: libgnomeprint: Update to 2.18.8., guix-commits, 2018/12/21
- 50/135: gnu: gnome-calculator: Update to 3.28.2., guix-commits, 2018/12/21
- 17/135: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2018/12/21
- 118/135: gnu: libgdata: Update to 0.17.9., guix-commits, 2018/12/21