* [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/, www-client/google-chrome-beta/files/
@ 2019-04-24 15:36 Mike Gilbert
0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert @ 2019-04-24 15:36 UTC (permalink / raw
To: gentoo-commits
commit: b51d344e64ba2c17f81372844a6d5ddcc01c3173
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 24 15:35:35 2019 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Apr 24 15:36:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51d344e
www-client/google-chrome-beta: apply workaround for GNOME
Closes: https://bugs.gentoo.org/684116
Package-Manager: Portage-2.3.62_p4, Repoman-2.3.12_p87
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
www-client/google-chrome-beta/files/chrome-gnome.patch | 14 ++++++++++++++
...8.ebuild => google-chrome-beta-74.0.3729.108-r1.ebuild} | 2 ++
2 files changed, 16 insertions(+)
diff --git a/www-client/google-chrome-beta/files/chrome-gnome.patch b/www-client/google-chrome-beta/files/chrome-gnome.patch
new file mode 100644
index 00000000000..9662ea3d82f
--- /dev/null
+++ b/www-client/google-chrome-beta/files/chrome-gnome.patch
@@ -0,0 +1,14 @@
+--- a/opt/google/chrome-beta/google-chrome-beta
++++ b/opt/google/chrome-beta/google-chrome-beta
+@@ -39,6 +39,11 @@
+ # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
+ export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
+
++# Workaround to detect GNOME session variants until fix is backported to
++# older Chrome versions (fixed in 75.x):
++# https://chromium.googlesource.com/chromium/src/+/dd407d416fa941c04e33d81f2b1d8cab8196b633
++[[ ${XDG_CURRENT_DESKTOP} = *"GNOME"* ]] && export XDG_CURRENT_DESKTOP="GNOME"
++
+ # Sanitize std{in,out,err} because they'll be shared with untrusted child
+ # processes (http://crbug.com/376567).
+ exec < /dev/null
diff --git a/www-client/google-chrome-beta/google-chrome-beta-74.0.3729.108.ebuild b/www-client/google-chrome-beta/google-chrome-beta-74.0.3729.108-r1.ebuild
similarity index 98%
rename from www-client/google-chrome-beta/google-chrome-beta-74.0.3729.108.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-74.0.3729.108-r1.ebuild
index e75218fcde2..b8601eeffdf 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-74.0.3729.108.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-74.0.3729.108-r1.ebuild
@@ -90,6 +90,8 @@ src_install() {
cd "${ED}" || die
unpacker
+ eapply "${FILESDIR}"/chrome-gnome.patch
+
rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/, www-client/google-chrome-beta/files/
@ 2019-06-14 17:04 Mike Gilbert
0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert @ 2019-06-14 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 61eb044dcb5d15d3b8ddba3e1a822ca280392f25
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 17:01:15 2019 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 17:03:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61eb044d
www-client/google-chrome-beta: automated update (76.0.3809.25)
Package-Manager: Portage-2.3.67_p4, Repoman-2.3.13_p3
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
www-client/google-chrome-beta/Manifest | 2 +-
www-client/google-chrome-beta/files/chrome-gnome.patch | 14 --------------
...70.66.ebuild => google-chrome-beta-76.0.3809.25.ebuild} | 2 --
3 files changed, 1 insertion(+), 17 deletions(-)
diff --git a/www-client/google-chrome-beta/Manifest b/www-client/google-chrome-beta/Manifest
index d70cd9fdf1b..0d64a630afa 100644
--- a/www-client/google-chrome-beta/Manifest
+++ b/www-client/google-chrome-beta/Manifest
@@ -1 +1 @@
-DIST google-chrome-beta_75.0.3770.66-1_amd64.deb 60416518 BLAKE2B 151a392fb94111c73019c264691a1e206bee8472027fbf857afa043189051086cecfd8c779ae5eee61502857c3d965c8614f82669c34bc35366b2f6aeda4bbc1 SHA512 b206e271b90336891b3a816b63c21a93ea0b64aa725ac754b0629ecd97190b45a67d64008f8f38eae3b2dd55a446d7d719e179d74ccfed25f2062f8fe25691e8
+DIST google-chrome-beta_76.0.3809.25-1_amd64.deb 61011392 BLAKE2B e625f2e9f6ab4b4337bfa9ad9fa05875578b02370af7d32060ffcef05107f661425151e8fccc21f5409fb5cba7be0e1e0bef95071aeecdb94222e9fbf1777481 SHA512 b0f710a01cb40763ea79526878f1e601ee239652c5dd3f43ad8883143dc8db1a3834d7908ff36653193e42a2080b39f9d5e4172985d591493e70ed7bb7e50dc4
diff --git a/www-client/google-chrome-beta/files/chrome-gnome.patch b/www-client/google-chrome-beta/files/chrome-gnome.patch
deleted file mode 100644
index 9662ea3d82f..00000000000
--- a/www-client/google-chrome-beta/files/chrome-gnome.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/opt/google/chrome-beta/google-chrome-beta
-+++ b/opt/google/chrome-beta/google-chrome-beta
-@@ -39,6 +39,11 @@
- # We don't want bug-buddy intercepting our crashes. http://crbug.com/24120
- export GNOME_DISABLE_CRASH_DIALOG=SET_BY_GOOGLE_CHROME
-
-+# Workaround to detect GNOME session variants until fix is backported to
-+# older Chrome versions (fixed in 75.x):
-+# https://chromium.googlesource.com/chromium/src/+/dd407d416fa941c04e33d81f2b1d8cab8196b633
-+[[ ${XDG_CURRENT_DESKTOP} = *"GNOME"* ]] && export XDG_CURRENT_DESKTOP="GNOME"
-+
- # Sanitize std{in,out,err} because they'll be shared with untrusted child
- # processes (http://crbug.com/376567).
- exec < /dev/null
diff --git a/www-client/google-chrome-beta/google-chrome-beta-75.0.3770.66.ebuild b/www-client/google-chrome-beta/google-chrome-beta-76.0.3809.25.ebuild
similarity index 98%
rename from www-client/google-chrome-beta/google-chrome-beta-75.0.3770.66.ebuild
rename to www-client/google-chrome-beta/google-chrome-beta-76.0.3809.25.ebuild
index b8601eeffdf..e75218fcde2 100644
--- a/www-client/google-chrome-beta/google-chrome-beta-75.0.3770.66.ebuild
+++ b/www-client/google-chrome-beta/google-chrome-beta-76.0.3809.25.ebuild
@@ -90,8 +90,6 @@ src_install() {
cd "${ED}" || die
unpacker
- eapply "${FILESDIR}"/chrome-gnome.patch
-
rm -r etc usr/share/menu || die
mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-06-14 17:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-24 15:36 [gentoo-commits] repo/gentoo:master commit in: www-client/google-chrome-beta/, www-client/google-chrome-beta/files/ Mike Gilbert
-- strict thread matches above, loose matches on Subject: below --
2019-06-14 17:04 Mike Gilbert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox