Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] thunderbird: add thunderbird-wayland wrapper.
@ 2020-07-23 23:08 ericonr
  2020-07-27  0:02 ` [PR PATCH] [Updated] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ericonr @ 2020-07-23 23:08 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1151 bytes --]

From 03e116c6bd729d3a6dbbd8e55cc2468e4b12ca1a 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.

---
 srcpkgs/thunderbird/files/thunderbird-wayland | 2 ++
 srcpkgs/thunderbird/template                  | 2 ++
 2 files changed, 4 insertions(+)
 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..bc7f3a301eb 100644
--- a/srcpkgs/thunderbird/template
+++ b/srcpkgs/thunderbird/template
@@ -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
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] thunderbird: add thunderbird-wayland wrapper.
  2020-07-23 23:08 [PR PATCH] thunderbird: add thunderbird-wayland wrapper ericonr
@ 2020-07-27  0:02 ` ericonr
  2020-08-17  2:13 ` ericonr
  2020-08-17  2:20 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-07-27  0:02 UTC (permalink / raw)
  To: ml

[-- 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
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: thunderbird: add thunderbird-wayland wrapper.
  2020-07-23 23:08 [PR PATCH] thunderbird: add thunderbird-wayland wrapper ericonr
  2020-07-27  0:02 ` [PR PATCH] [Updated] " ericonr
@ 2020-08-17  2:13 ` ericonr
  2020-08-17  2:20 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-08-17  2:13 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/23789#issuecomment-674620408

Comment:
That's reasonable. Ideally mozilla would switch to wayland by default at some point, too.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: thunderbird: add thunderbird-wayland wrapper.
  2020-07-23 23:08 [PR PATCH] thunderbird: add thunderbird-wayland wrapper ericonr
  2020-07-27  0:02 ` [PR PATCH] [Updated] " ericonr
  2020-08-17  2:13 ` ericonr
@ 2020-08-17  2:20 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-08-17  2:20 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

thunderbird: add thunderbird-wayland wrapper.
https://github.com/void-linux/void-packages/pull/23789

Description:
It's similar to the one shipped by Firefox.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-08-17  2:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 23:08 [PR PATCH] thunderbird: add thunderbird-wayland wrapper ericonr
2020-07-27  0:02 ` [PR PATCH] [Updated] " ericonr
2020-08-17  2:13 ` ericonr
2020-08-17  2:20 ` [PR PATCH] [Closed]: " ericonr

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).