[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
58/61: gnu: cups-filters: Fix build with newer version of poppler.
From: |
guix-commits |
Subject: |
58/61: gnu: cups-filters: Fix build with newer version of poppler. |
Date: |
Sat, 9 Mar 2019 02:53:29 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit a6d378e2e7b37db686c73d7c374d7705beb4146c
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 b20e925..047f903 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -122,6 +122,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
- 37/61: gnu: mutter: Update to 3.28.2., (continued)
- 37/61: gnu: mutter: Update to 3.28.2., guix-commits, 2019/03/09
- 22/61: gnu: totem-pl-parser: Update to 3.26.1., guix-commits, 2019/03/09
- 21/61: gnu: gnome-settings-daemon: Update to 3.28.1., guix-commits, 2019/03/09
- 36/61: gnu: zenity: Update to 3.28.1., guix-commits, 2019/03/09
- 42/61: gnu: libgnomekbd: Update to 3.26.0., guix-commits, 2019/03/09
- 39/61: gnu: gnome-system-monitor: Update to 3.28.2., guix-commits, 2019/03/09
- 32/61: gnu: orca: Update to 3.28.1., guix-commits, 2019/03/09
- 28/61: gnu: librsvg: Build Vala bindings., guix-commits, 2019/03/09
- 46/61: gnu: gnome-clocks: Update to 3.28.0., guix-commits, 2019/03/09
- 49/61: gnu: gnome-bluetooth: Update to 3.28.0., guix-commits, 2019/03/09
- 58/61: gnu: cups-filters: Fix build with newer version of poppler.,
guix-commits <=
- 31/61: gnu: gjs: Update to 1.52.3., guix-commits, 2019/03/09
- 34/61: gnu: network-manager: Update to 1.10.10., guix-commits, 2019/03/09
- 29/61: gnu: gnome-mines: Update to 3.28.0., guix-commits, 2019/03/09
- 47/61: gnu: gnome-screenshot: Update to 3.26.0., guix-commits, 2019/03/09
- 44/61: gnu: gnome-calendar: Update to 3.28.2., guix-commits, 2019/03/09
- 50/61: gnu: nautilus: Update to 3.28.1., guix-commits, 2019/03/09
- 53/61: gnu: evolution-data-server: Update to 3.28.3., guix-commits, 2019/03/09
- 45/61: gnu: gnome-todo: Update to 3.28.1., guix-commits, 2019/03/09
- 56/61: gnu: network-manager-applet: Update to 1.8.14., guix-commits, 2019/03/09
- 41/61: gnu: gnome-calculator: Update to 3.28.2., guix-commits, 2019/03/09