From c807a9cd18027f58429d183a7aea7c9f6eebe807 Mon Sep 17 00:00:00 2001 From: Antz Date: Wed, 30 Oct 2019 22:36:10 +0100 Subject: [PATCH] thunderbird: add thunderbird-wayland start script. Thunderbird equivalent for the firefox-wayland script in the firefox package. --- 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 00ac7345e35..271b18fe6b8 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -4,7 +4,7 @@ # pkgname=thunderbird version=68.2.0 -revision=1 +revision=2 build_helper="rust" short_desc="Standalone Mail/News reader" maintainer="Enno Boland " @@ -202,4 +202,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 }