Skip to content

Commit

Permalink
Update Linux app details to remove Google mention
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Mar 18, 2019
1 parent 566a4e2 commit 1fb6de4
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
37 changes: 37 additions & 0 deletions patches/chrome-app-resources-manpage.1.in.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
diff --git a/chrome/app/resources/manpage.1.in b/chrome/app/resources/manpage.1.in
index 1e4fe85907e3548022671465586c3227b3d2607d..1a85bb52c716c54506b3f2fa0fc9b5e58f42ec80 100644
--- a/chrome/app/resources/manpage.1.in
+++ b/chrome/app/resources/manpage.1.in
@@ -3,16 +3,16 @@
.TH @@PACKAGE@@ 1 "" "" "USER COMMANDS"

.SH NAME
-@@PACKAGE@@ \- the web browser from Google
+@@PACKAGE@@ \- Brave Browser

.SH SYNOPSIS
.B @@PACKAGE@@
[\fIOPTION\fR] [\fIPATH\fR|\fIURL\fR]

.SH DESCRIPTION
-See the Google Chrome help center for help on using the browser.
+See the Brave Help Center for help on using the browser.
.IP
-<https://support.google.com/chrome/>
+<https://support.brave.com>
.PP
This manpage only describes invocation, environment, and arguments.

@@ -161,10 +161,10 @@ Default directory for cache data. (Why? See
.SH BUGS
Bug tracker:
.IP
-http://code.google.com/p/chromium/issues/list
+https://github.com/brave/brave-browser/issues
.PP
Be sure to do your search within "All Issues" before reporting bugs,
and be sure to pick the "Defect on Linux" template when filing a new one.

.SH AUTHOR
-The Chromium team \- <http://www.chromium.org>
+The Brave Authors \- <https://brave.com/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
diff --git a/chrome/installer/linux/common/google-chrome/google-chrome.appdata.xml.template b/chrome/installer/linux/common/google-chrome/google-chrome.appdata.xml.template
index 828dc1f0b625f411538751a8f8a12088aed7d729..b11609c809cc7931c512e3c30be911d82db66fa7 100644
--- a/chrome/installer/linux/common/google-chrome/google-chrome.appdata.xml.template
+++ b/chrome/installer/linux/common/google-chrome/google-chrome.appdata.xml.template
@@ -2,11 +2,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>@@PACKAGE@@.desktop</id>
- <update_contact>chromium-dev@chromium.org</update_contact>
+ <update_contact>support@brave.com</update_contact>
<metadata_license>CC0-1.0</metadata_license>
- <project_license>Freeware under Google Chrome Terms of Service</project_license>
+ <project_license>MPL-2.0</project_license>
<name>@@MENUNAME@@</name>
- <summary>The web browser from Google</summary>
+ <summary>Brave Browser</summary>
<description>
<p>
@@FULLDESC@@
@@ -15,12 +15,12 @@
<url type="homepage">@@PRODUCTURL@@</url>
<screenshots>
<screenshot type="default">
- <image>https://www.gstatic.com/chrome/appstream/chrome-2.png</image>
+ <image>https://www.brave.com/images/browser.png</image>
<caption/>
</screenshot>
</screenshots>
<translation/>
<developer_name>Google</developer_name>
- <url type="bugtracker">https://support.google.com/chrome/?p=feedback</url>
- <url type="help">https://support.google.com/chrome</url>
+ <url type="bugtracker">https://github.com/brave/brave-browser/issues</url>
+ <url type="help">https://support.brave.com</url>
</component>

0 comments on commit 1fb6de4

Please sign in to comment.