FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
ucam_wpkg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
ucam_wpkg
Commits
f8c5c8a1
Commit
f8c5c8a1
authored
4 years ago
by
Dr Adam Thorn
Browse files
Options
Downloads
Patches
Plain Diff
thunderbird: replace some refs to chemistry with more generic "institute-specific"
parent
5b6b8c1a
No related branches found
Branches containing commit
No related tags found
1 merge request
!112
Thunderbird.xml
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/thunderbird.xml
+8
-4
8 additions, 4 deletions
packages/thunderbird.xml
with
8 additions
and
4 deletions
packages/thunderbird.xml
+
8
−
4
View file @
f8c5c8a1
...
...
@@ -3,7 +3,7 @@
<package
id=
"thunderbird"
name=
"Mozilla Thunderbird"
revision=
"%version%.1"
reboot=
"false"
priority=
"81"
>
<!-- NB: we've had problems with major version bumps which sometimes change the format of options we add in
chemistry
-prefs.js.
<!-- NB: we've had problems with major version bumps which sometimes change the format of options we add in
%WPKGINSTITUTION%
-prefs.js.
Thus, we tie that to a version, and please test carefully when upgrading -->
<variable
name=
"version"
value=
"68.8.0"
/>
<!-- For Maths, set version value in package id thunderbird_config_maths to the same as this VERSION -->
...
...
@@ -17,22 +17,26 @@
<!-- Installing 32 bit version while Add-on's all move to 64 bit -->
<install
cmd=
'"%WPKGSOFTWARE%\thunderbird\Thunderbird Setup %version%.exe" -ms'
/>
<!-- a few Chemistry tweaks -->
<install
cmd=
'cmd /c copy %WPKGSHAREBASE%\%WPKGINSTITUTION%-config\thunderbird\chemistry-prefs.js-%prefsversion% "%programfiles(x86)%\mozilla thunderbird\defaults\pref\chemistry-prefs.js" '
>
<!-- optional institution-specific tweaks -->
<install
cmd=
'cmd /c copy %WPKGSHAREBASE%\%WPKGINSTITUTION%-config\thunderbird\%WPKGINSTITUTION%-prefs.js-%prefsversion% "%programfiles(x86)%\mozilla thunderbird\defaults\pref\%WPKGINSTITUTION%-prefs.js" '
>
<condition>
<check
type=
"file"
condition=
"exists"
path=
"%WPKGSHAREBASE%\%WPKGINSTITUTION%-config\thunderbird\
chemistry
-prefs.js-%prefsversion%"
/>
<check
type=
"file"
condition=
"exists"
path=
"%WPKGSHAREBASE%\%WPKGINSTITUTION%-config\thunderbird\
%WPKGINSTITUTION%
-prefs.js-%prefsversion%"
/>
</condition>
</install>
<install
cmd=
'cmd /c copy "%WPKGSHAREBASE%\%WPKGINSTITUTION%-config\thunderbird\cam.ac.uk.xml" "%programfiles(x86)%\mozilla thunderbird\isp\cam.ac.uk.xml" '
>
<condition>
<check
type=
"file"
condition=
"exists"
path=
"%WPKGSHAREBASE%\%WPKGINSTITUTION%-config\thunderbird\cam.ac.uk.xml"
/>
</condition>
</install>
<install
cmd=
'%WPKGSOFTWARE%\wpkg\tools\copydir.cmd "%WPKGSHAREBASE%\%WPKGINSTITUTION%-config\thunderbird\dictionaries" "%programfiles(x86)%\mozilla thunderbird\dictionaries"'
>
<condition>
<check
type=
"file"
condition=
"exists"
path=
"%WPKGSHAREBASE%\%WPKGINSTITUTION%-config\thunderbird\dictionaries"
/>
</condition>
</install>
<install
cmd=
'reg add HKLM\SOFTWARE\Policies\Mozilla\Thunderbird /t reg_dword /v DisableAppUpdate /d 1 /f'
/>
<!-- although an in-place upgrade works, Thunderbird then insists on a reboot the next time one tries to start Thunderbird -->
...
...
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