guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: cups-filters: Update to 1.11.5.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: cups-filters: Update to 1.11.5.
Date: Sat, 29 Oct 2016 23:08:42 +0000 (UTC)

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

commit 4ab016e0ab9bfff2f108d1fc6f0ed3b0e1eff735
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 30 00:07:08 2016 +0200

    gnu: cups-filters: Update to 1.11.5.
    
    * gnu/packages/cups.scm (cups-filters): Update to 1.11.5.
    [arguments]: Add ‘--with-gs-path=’ to #:configure-flags.
    [inputs]: Add mupdf.
---
 gnu/packages/cups.scm |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index 2050c9b..2b70bff 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -51,15 +51,15 @@
 (define-public cups-filters
   (package
     (name "cups-filters")
-    (version "1.11.2")
-    (source (origin
+    (version "1.11.5")
+    (source(origin
               (method url-fetch)
               (uri
                (string-append "http://openprinting.org/download/cups-filters/";
                               "cups-filters-" version ".tar.xz"))
               (sha256
                (base32
-                "0x864p794m10kn157n6iv1q9nix5f7x82a8xwjf8hlvri4458j2b"))
+                "1hcp1cfx1a71aa6fyayajjh7vw1ia7zya6981gz73vsy2pdb23qf"))
               (modules '((guix build utils)))
               (snippet
                ;; install backends, banners and filters to cups-filters output
@@ -85,7 +85,10 @@
     (arguments
      `(#:make-flags (list (string-append "PREFIX=" %output))
        #:configure-flags
-       `(,(string-append "--with-test-font-path="
+       `(,(string-append "--with-gs-path="
+                         (assoc-ref %build-inputs "ghostscript")
+                         "/bin")
+         ,(string-append "--with-test-font-path="
                          (assoc-ref %build-inputs "font-dejavu")
                          "/share/fonts/truetype/DejaVuSans.ttf")
          ,(string-append "--with-gs-path="
@@ -108,6 +111,7 @@
        ("libjpeg-8"    ,libjpeg-8)
        ("libpng"       ,libpng)
        ("libtiff"      ,libtiff)
+       ("mupdf"        ,mupdf)
        ("glib"         ,glib)
        ("qpdf"         ,qpdf)
        ("poppler"      ,poppler)



reply via email to

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