Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] thunderbird: add thunderbird-wayland wrapper.
Date: Mon, 27 Jul 2020 02:02:38 +0200	[thread overview]
Message-ID: <20200727000238.TdFPZQUzNbcQnCG1Vv2s8XuSGYgV72IdWi0w7WV1U38@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23789@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages thunder
https://github.com/void-linux/void-packages/pull/23789

thunderbird: add thunderbird-wayland wrapper.
It's similar to the one shipped by Firefox.

A patch file from https://github.com/void-linux/void-packages/pull/23789.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-thunder-23789.patch --]
[-- Type: text/x-diff, Size: 1371 bytes --]

From 28bbbb93b7a982e48bd2b0a7798aae9b07d4a63f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
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 <gottox@voidlinux.org>"
@@ -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
 }

  reply	other threads:[~2020-07-27  0:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-23 23:08 [PR PATCH] " ericonr
2020-07-27  0:02 ` ericonr [this message]
2020-08-17  2:13 ` ericonr
2020-08-17  2:20 ` [PR PATCH] [Closed]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200727000238.TdFPZQUzNbcQnCG1Vv2s8XuSGYgV72IdWi0w7WV1U38@z \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).