GNU bug report logs - #67849
[PATCH] WIP: gnu: icedove: Update to 115.5.2.

Previous Next

Package: guix-patches;

Reported by: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Date: Sat, 16 Dec 2023 12:19:02 UTC

Severity: normal

Tags: patch

Done: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 67849 <at> debbugs.gnu.org (full text, mbox):

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: 67849 <at> debbugs.gnu.org
Cc: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: [PATCH v3 3/5] gnu: icedove-wayland: Use icedove-minimal instead of
 icedove.
Date: Sun, 18 Aug 2024 13:57:26 +0200
`icedove` does currently not built.

* gnu/packages/gnuzilla.scm (icedove-wayland): Use `icedove-minimal` instead of
`icedove`.

Change-Id: Idc01d6a93071cff11ef139e6738aff1c7687d975
---
 gnu/packages/gnuzilla.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index c109729b49..823ab2758b 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1787,7 +1787,7 @@ (define-public icedove

 (define-public icedove/wayland
   (package
-    (inherit icedove)
+    (inherit icedove-minimal)
     (name "icedove-wayland")
     (build-system trivial-build-system)
     (arguments
@@ -1803,14 +1803,14 @@ (define-public icedove/wayland
                 (format port "#!~a
  MOZ_ENABLE_WAYLAND=1 exec ~a \"$@\""
                         #$(file-append bash-minimal "/bin/bash")
-                        #$(file-append icedove "/bin/icedove"))))
+                        #$(file-append icedove-minimal "/bin/icedove"))))
             (chmod exe #o555)
             ;; Provide the manual and .desktop file.
-            (copy-recursively (string-append #$icedove "/share")
+            (copy-recursively (string-append #$icedove-minimal "/share")
                               (string-append #$output "/share"))
             (substitute* (string-append #$output
                                         "/share/applications/icedove.desktop")
-              ((#$icedove) #$output))))))
+              ((#$icedove-minimal) #$output))))))
     (native-inputs '())
     (inputs '())))

--
2.45.2





This bug report was last modified 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.