guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: inkscape: Fix build with poppler.


From: Ricardo Wurmus
Subject: 01/01: gnu: inkscape: Fix build with poppler.
Date: Fri, 29 Jun 2018 16:37:54 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit cda7f4bc8ecf331d623c7d37b01931a46830c648
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jun 29 22:09:36 2018 +0200

    gnu: inkscape: Fix build with poppler.
    
    * gnu/packages/inkscape.scm (inkscape)[source]: Add upstream patch to fix
    incompatibility with latest version of poppler.
---
 gnu/packages/inkscape.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index de9940d..8471cf2 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 John Darrington <address@hidden>
 ;;; Copyright © 2014, 2016 Mark H Weaver <address@hidden>
-;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2016, 2018 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Marius Bakke <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
@@ -54,7 +54,16 @@
                                   "inkscape-" version ".tar.bz2"))
               (sha256
                (base32
-                "1chng2yw8dsjxc9gf92aqv7plj11cav8ax321wmakmv5bb09cch6"))))
+                "1chng2yw8dsjxc9gf92aqv7plj11cav8ax321wmakmv5bb09cch6"))
+              (patches
+               (list (origin
+                       (method url-fetch)
+                       (uri (string-append 
"https://gitlab.com/inkscape/inkscape/commit/";
+                                           
"a600c6438fef2f4c06f9a4a7d933d99fb054a973.diff"))
+                       (file-name "inkscape-poppler-compat.patch")
+                       (sha256
+                        (base32
+                         
"19dam5vsy571xszgjddl5g0958dmcsv0wvgxidp4bhj2lban222i")))))))
     (build-system cmake-build-system)
     (inputs
      `(("aspell" ,aspell)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]