Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eliab Andi Artz
package-helpers
Commits
ae206c63
Commit
ae206c63
authored
3 years ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
Fix build for ff 98, enable EGL 10.0
parent
63ed1a42
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
helpers/DATA/firefox/bookmarks.html.in
+0
-17
0 additions, 17 deletions
helpers/DATA/firefox/bookmarks.html.in
helpers/DATA/firefox/default-bookmarks.html
+23
-0
23 additions, 0 deletions
helpers/DATA/firefox/default-bookmarks.html
helpers/make-firefox
+4
-12
4 additions, 12 deletions
helpers/make-firefox
with
27 additions
and
29 deletions
helpers/DATA/firefox/bookmarks.html.in
deleted
100644 → 0
+
0
−
17
View file @
63ed1a42
#filter substitution
#include @BOOKMARKS_INCLUDE_PATH@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<meta charset="UTF-8">
<title>@bookmarks_title@</title>
<h1>@bookmarks_heading@</h1>
<dl><p>
<dt><h3 personal_toolbar_folder="true">@bookmarks_toolbarfolder@</h3></dt>
<dd>@bookmarks_toolbarfolder_description@
<dl>
</dl>
</dl>
This diff is collapsed.
Click to expand it.
helpers/DATA/firefox/default-bookmarks.html
0 → 100644
+
23
−
0
View file @
ae206c63
#filter substitution
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<html>
<head>
<meta
charset=
"UTF-8"
>
<!-- These localization links are not automatically applied to any XHR
response body and must be applied manually as well. They are included
so that viewing the file directly shows the results. -->
<link
rel=
"localization"
href=
"branding/brand.ftl"
/>
<link
rel=
"localization"
href=
"browser/profile/default-bookmarks.ftl"
/>
<title
data-l10n-id=
"default-bookmarks-title"
>
default-bookmarks-title
</title>
</head>
<body>
<h1
data-l10n-id=
"default-bookmarks-heading"
>
default-bookmarks-heading
</h1>
<dl><p>
<dt><h3
personal_toolbar_folder=
"true"
data-l10n-id=
"default-bookmarks-toolbarfolder"
>
Bookmarks Toolbar
</h3></dt>
</dl>
</body>
</html>
This diff is collapsed.
Click to expand it.
helpers/make-firefox
+
4
−
12
View file @
ae206c63
...
...
@@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
8
6
VERSION
=
8
7
.
./config
...
...
@@ -282,7 +282,7 @@ sed "s/ubuntu_version/trisquel_version/; s/Ubuntu 10.10/Trisquel $REVISION/; s/1
rm
-rf
./browser/metro ./addon-sdk/source/doc/static-files/media ./browser/themes/osx ./b2g
#Trisquel custom bookmarks
cp
$DATA
/bookmarks.html
.in
browser/
locales/generic/profile/
bookmarks.html
.in
cp
$DATA
/
default-
bookmarks.html browser/
base/content/default-
bookmarks.html
#Trisquel custom search engines
cp
-a
$DATA
/searchplugins/
*
browser/components/search/extensions/
...
...
@@ -358,16 +358,8 @@ MOZ_TELEMETRY_REPORTING=0
MOZ_ADDON_SIGNING=0
EOF
# Fix locale
cat
<<
EOF
>> mobile/locales/en-US/chrome/region.properties
browser.search.defaultenginename=DuckDuckGo
browser.search.order.1=DuckDuckGo
browser.search.order.2=Google
browser.search.order.3=Yahoo
browser.suggestedsites.restricted_mozilla.url=https://www.trisquel.info
browser.suggestedsites.webmaker.title=GNU Project
browser.suggestedsites.webmaker.url=https://www.gnu.org
EOF
#Enable EGL by default
sed
-i
'/gfx.x11-egl.force-enabled/,/mirror/s|false|true|'
modules/libpref/init/StaticPrefList.yaml
# Branding
rm
mobile/android/branding/
{
official,unofficial,beta,nightly
}
-rf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment