From 28bbbb93b7a982e48bd2b0a7798aae9b07d4a63f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Thu, 23 Jul 2020 20:07:34 -0300 Subject: [PATCH] thunderbird: add thunderbird-wayland wrapper. [ci-skip] --- srcpkgs/thunderbird/files/thunderbird-wayland | 2 ++ srcpkgs/thunderbird/template | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/thunderbird/files/thunderbird-wayland diff --git a/srcpkgs/thunderbird/files/thunderbird-wayland b/srcpkgs/thunderbird/files/thunderbird-wayland new file mode 100644 index 00000000000..cd7f9ab7394 --- /dev/null +++ b/srcpkgs/thunderbird/files/thunderbird-wayland @@ -0,0 +1,2 @@ +#!/bin/sh +exec env MOZ_ENABLE_WAYLAND= /usr/lib/thunderbird/thunderbird "$@" diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index 7c1b361f7ca..33dfa6a385c 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -4,7 +4,7 @@ # pkgname=thunderbird version=68.10.0 -revision=1 +revision=2 build_helper="rust" short_desc="Standalone Mail/News reader" maintainer="Enno Boland " @@ -197,4 +197,6 @@ do_install() { # https://bugzilla.mozilla.org/show_bug.cgi?id=658850 ln -sf thunderbird ${DESTDIR}/usr/lib/thunderbird/thunderbird-bin + + vbin ${FILESDIR}/thunderbird-wayland }