[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/15: gnu: Add icedove-wayland.
From: |
guix-commits |
Subject: |
09/15: gnu: Add icedove-wayland. |
Date: |
Tue, 10 Nov 2020 16:34:19 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 764c682e58329e9c59087f8492b8fd40754b7b6f
Author: Jonathan Brielmaier <jonathan.brielmaier@web.de>
AuthorDate: Sun Nov 1 20:39:08 2020 +0100
gnu: Add icedove-wayland.
* gnu/packages/gnuzilla.scm (icedove/wayland): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
gnu/packages/gnuzilla.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index db67d7a..b6e68c8 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -1476,6 +1476,27 @@ standards of the IceCat project.")
Thunderbird. It supports email, news feeds, chat, calendar and contacts.")
(license license:mpl2.0)))
+(define-public icedove/wayland
+ (package/inherit icedove
+ (name "icedove-wayland")
+ (arguments
+ (substitute-keyword-arguments (package-arguments icedove)
+ ((#:phases phases)
+ `(modify-phases ,phases
+ (replace 'wrap-program
+ (lambda* (#:key inputs outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (lib (string-append out "/lib"))
+ (gtk (assoc-ref inputs "gtk+"))
+ (gtk-share (string-append gtk "/share"))
+ (pulseaudio (assoc-ref inputs "pulseaudio"))
+ (pulseaudio-lib (string-append pulseaudio "/lib")))
+ (wrap-program (car (find-files lib "^icedove$"))
+ `("MOZ_ENABLE_WAYLAND" = ("1"))
+ `("XDG_DATA_DIRS" prefix (,gtk-share))
+ `("LD_LIBRARY_PATH" prefix (,pulseaudio-lib)))
+ #t)))))))))
+
(define-public firefox-decrypt
(package
(name "firefox-decrypt")
- 07/15: gnu: v4l-utils: Do not build static libraries., (continued)
- 07/15: gnu: v4l-utils: Do not build static libraries., guix-commits, 2020/11/10
- 08/15: gnu: sdcc: Remove non-free code., guix-commits, 2020/11/10
- 01/15: gnu: ungoogled-chromium: Update to 86.0.4240.193-0.b68e17f., guix-commits, 2020/11/10
- 02/15: gnu: cl-slime-swank: Update to 2.26., guix-commits, 2020/11/10
- 03/15: gnu: Add python-re-assert., guix-commits, 2020/11/10
- 05/15: gnu: python-canonicaljson: Update to 1.4.0., guix-commits, 2020/11/10
- 11/15: gnu: gnucash: Enable python bindings., guix-commits, 2020/11/10
- 15/15: gnu: nomad: Update to 0.2.0-alpha-199-g3e7a475., guix-commits, 2020/11/10
- 14/15: gnu: g-golf: Update to ef830107b9765bd6a2da848d0cbe45e11374c0b5., guix-commits, 2020/11/10
- 10/15: gnu: Add setzer., guix-commits, 2020/11/10
- 09/15: gnu: Add icedove-wayland.,
guix-commits <=
- 13/15: gnu: emacsy-minimal: Update to v0.4.1-37-g5f91ee6., guix-commits, 2020/11/10
- 12/15: gnu: httpie: Add 'lint-hidden-cve' property., guix-commits, 2020/11/10