-
Notifications
You must be signed in to change notification settings - Fork 902
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Linux app details to remove Google mention
Should fix brave/brave-browser#3757
- Loading branch information
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/> |
35 changes: 35 additions & 0 deletions
35
patches/chrome-installer-linux-common-google-chrome-google-chrome.appdata.xml.template.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |