emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#49249: closed ([PATCH master] gnu: evince: Update to 40.2)


From: GNU bug Tracking System
Subject: bug#49249: closed ([PATCH master] gnu: evince: Update to 40.2)
Date: Thu, 19 Aug 2021 14:04:02 +0000

Your message dated Thu, 19 Aug 2021 16:03:47 +0200
with message-id <87bl5tedks.fsf@gnu.org>
and subject line Re: bug#49249: [PATCH master] gnu: evince: Update to 40.2
has caused the debbugs.gnu.org bug report #49249,
regarding [PATCH master] gnu: evince: Update to 40.2
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49249: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49249
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH master] gnu: evince: Update to 40.2 Date: Mon, 28 Jun 2021 04:52:02 -0300
 gnu/packages/gnome.scm | 26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 36e0bbac07..ff441c3906 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2570,24 +2570,25 @@ forgotten when the session ends.")
 (define-public evince
   (package
     (name "evince")
-    (version "3.36.5")
+    (version "40.2")
     (source (origin
-             (method url-fetch)
-             (uri (string-append "mirror://gnome/sources/evince/"
-                                 (version-major+minor version) "/"
-                                 "evince-" version ".tar.xz"))
-             (sha256
-              (base32
-               "0z79jl0j9xq9wgwkfr0d1w1qrdy4447y8shs407n5srr0vixc3bg"))))
-    (build-system glib-or-gtk-build-system)
+              (method url-fetch)
+              (uri "mirror://gnome/sources/evince/40/evince-40.2.tar.xz")
+              (sha256
+               (base32
+                "0xrwls1bhvny8vvd7mfjy9p26zjch0pd6x6j9jn9g2ka6xwyrxqg"))))
+    (build-system meson-build-system)
     (arguments
-     `(#:configure-flags '("--disable-nautilus" "--enable-introspection")
+     `(#:glib-or-gtk? #t
+       #:build-type "release"
+       #:configure-flags '("-Dnautilus=false" "-Dintrospection=true"
+                           "-Dgtk_doc=false")
        #:phases
        (modify-phases %standard-phases
-         (add-before 'install 'skip-gtk-update-icon-cache
+         (add-after 'unpack 'skip-gtk-update-icon-cache
            ;; Don't create 'icon-theme.cache'.
            (lambda _
-             (substitute* "data/Makefile"
+             (substitute* "meson_post_install.py"
                (("gtk-update-icon-cache") "true"))
              #t)))))
     (inputs
@@ -2618,6 +2619,7 @@ forgotten when the session ends.")
        ("dconf" ,dconf)
        ("libcanberra" ,libcanberra)
        ("libsecret" ,libsecret)
+       ("libhandy" ,libhandy)
 
        ;; For tests.
        ("dogtail" ,python2-dogtail)))

base-commit: 364b56124b88398c199aacbfd4fdfc9a1583e634
-- 
2.32.0





--- End Message ---
--- Begin Message --- Subject: Re: bug#49249: [PATCH master] gnu: evince: Update to 40.2 Date: Thu, 19 Aug 2021 16:03:47 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

I pushed a variant of this patch on the core-updates-frozen branch as
c88a870e9c13c54adafc69855df2d00ed200782f.

Thanks,

Mathieu


--- End Message ---

reply via email to

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