[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/62: gnu: cups-filters: Fix build with newer version of poppler.
From: |
guix-commits |
Subject: |
59/62: gnu: cups-filters: Fix build with newer version of poppler. |
Date: |
Fri, 8 Feb 2019 16:26:45 -0500 (EST) |
rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.
commit b3bc05f4761310b30224524c66014e1ce4d7284a
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 9c470c4..a7f9484 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -120,6 +120,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
- 30/62: gnu: gnome-mines: Update to 3.28.0., (continued)
- 30/62: gnu: gnome-mines: Update to 3.28.0., guix-commits, 2019/02/08
- 46/62: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/02/08
- 55/62: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/02/08
- 40/62: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/02/08
- 16/62: gnu: adwaita-icon-theme: Update to 3.28.0., guix-commits, 2019/02/08
- 29/62: gnu: librsvg: Build Vala bindings., guix-commits, 2019/02/08
- 32/62: gnu: gjs: Update to 1.52.3., guix-commits, 2019/02/08
- 43/62: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/02/08
- 51/62: gnu: nautilus: Update to 3.28.1., guix-commits, 2019/02/08
- 44/62: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/02/08
- 59/62: gnu: cups-filters: Fix build with newer version of poppler.,
guix-commits <=
- 35/62: gnu: network-manager: Update to 1.10.10., guix-commits, 2019/02/08
- 60/62: gnu: eog: Ensure RUNPATH contains output library directory., guix-commits, 2019/02/08
- 56/62: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/02/08
- 54/62: gnu: evolution-data-server: Update to 3.28.3., guix-commits, 2019/02/08
- 14/62: gnu: gcr: Update to 3.28.0., guix-commits, 2019/02/08