Thunderbird 10.0
This commit is contained in:
parent
4cc8f59f48
commit
e897f0436c
1 changed files with 7 additions and 2 deletions
|
|
@ -120,8 +120,13 @@ sed 's%https://www.mozilla.org/legal/privacy/%https://trisquel.info/legal%' -i .
|
||||||
sed -i 's|https://www.mozilla.org/thunderbird/legal/privacy/|https://trisquel.info/legal|' comm/mail/components/newmailaccount/content/accountProvisioner.js comm/mail/app/profile/all-thunderbird.js
|
sed -i 's|https://www.mozilla.org/thunderbird/legal/privacy/|https://trisquel.info/legal|' comm/mail/components/newmailaccount/content/accountProvisioner.js comm/mail/app/profile/all-thunderbird.js
|
||||||
# Org branding
|
# Org branding
|
||||||
sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
|
sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
|
||||||
# Disable DRM support
|
# Disable DRM support, armhf has no such option.
|
||||||
echo ac_add_options --disable-eme >> debian/config/mozconfig.in
|
## Add other archs that might present the same lack of disable-eme option
|
||||||
|
cat << ARCH >> debian/config/mozconfig.in
|
||||||
|
%%if DEB_HOST_ARCH != armhf
|
||||||
|
ac_add_options --disable-eme
|
||||||
|
%%endif
|
||||||
|
ARCH
|
||||||
########################################################
|
########################################################
|
||||||
|
|
||||||
sed '/^MOZ_PKG_NAME/s/.*/MOZ_PKG_NAME=icedove/' -i debian/build/config.mk
|
sed '/^MOZ_PKG_NAME/s/.*/MOZ_PKG_NAME=icedove/' -i debian/build/config.mk
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue