guix-commits
[Top][All Lists]
Advanced

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

14/63: gnu: cups-filters: Update to 1.27.4.


From: guix-commits
Subject: 14/63: gnu: cups-filters: Update to 1.27.4.
Date: Mon, 25 May 2020 15:15:21 -0400 (EDT)

mbakke pushed a commit to branch staging2
in repository guix.

commit c8d27f69793de04dfb04c993098205169fdd2861
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 23:03:41 2020 +0200

    gnu: cups-filters: Update to 1.27.4.
    
    * gnu/packages/cups.scm (cups-filters): Update to 1.27.4.
    [arguments]: Remove obsolete patch-for-poppler phase.
---
 gnu/packages/cups.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index b253d06..441fccd 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -59,7 +59,7 @@
 (define-public cups-filters
   (package
     (name "cups-filters")
-    (version "1.27.1")
+    (version "1.27.4")
     (source(origin
               (method url-fetch)
               (uri
@@ -67,7 +67,7 @@
                               "cups-filters-" version ".tar.xz"))
               (sha256
                (base32
-                "0dpn4rkmrdprkhlnpih5dzrn4fxzj20k42d516kx4qx0g5l74lrm"))
+                "110b1xhb5vfpcx0zq9kkas7pj281skx5dpnnr22idx509jfdzj8b"))
               (modules '((guix build utils)))
               (snippet
                ;; install backends, banners and filters to cups-filters output
@@ -125,12 +125,6 @@
                           (("/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



reply via email to

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