thunderbird rebuild
This commit is contained in:
@@ -52,6 +52,8 @@ def install():
|
|||||||
# Install fix language packs
|
# Install fix language packs
|
||||||
pisitools.insinto("/usr/lib/thunderbird/extensions", "langpack-tb/*")
|
pisitools.insinto("/usr/lib/thunderbird/extensions", "langpack-tb/*")
|
||||||
|
|
||||||
|
pisitools.insinto("/usr/share/metainfo", "comm/mail/branding/thunderbird/net.thunderbird.Thunderbird.appdata.xml")
|
||||||
|
|
||||||
# Install icons
|
# Install icons
|
||||||
pisitools.insinto("/usr/share/pixmaps", "comm/mail/branding/thunderbird/default256.png", "thunderbird.png")
|
pisitools.insinto("/usr/share/pixmaps", "comm/mail/branding/thunderbird/default256.png", "thunderbird.png")
|
||||||
pisitools.insinto("%s/icons" % MOZAPPDIR, "comm/mail/branding/thunderbird/default16.png")
|
pisitools.insinto("%s/icons" % MOZAPPDIR, "comm/mail/branding/thunderbird/default16.png")
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
// Use LANG environment variable to choose locale
|
// Use LANG environment variable to choose locale
|
||||||
pref("intl.locale.matchOS", true);
|
pref("intl.locale.requested", "");
|
||||||
|
|
||||||
// Disable default mailer checking.
|
// Disable default mailer checking.
|
||||||
pref("mail.shell.checkDefaultMail", false);
|
pref("mail.shell.checkDefaultMail", false);
|
||||||
|
|
||||||
// Don't disable our bundled extensions in the application directory
|
// Don't disable our bundled extensions in the application directory
|
||||||
pref("extensions.autoDisableScopes", 11);
|
pref("extensions.autoDisableScopes", 11);
|
||||||
pref("extensions.shownSelectionUI", true);
|
pref("extensions.shownSelectionUI", true);
|
||||||
|
|||||||
@@ -108,9 +108,10 @@
|
|||||||
<Path fileType="data">/usr/lib/thunderbird</Path>
|
<Path fileType="data">/usr/lib/thunderbird</Path>
|
||||||
<Path fileType="data">/usr/share/applications</Path>
|
<Path fileType="data">/usr/share/applications</Path>
|
||||||
<Path fileType="data">/usr/share/icons/hicolor</Path>
|
<Path fileType="data">/usr/share/icons/hicolor</Path>
|
||||||
|
<Path fileType="info">/usr/share/metainfo</Path>
|
||||||
</Files>
|
</Files>
|
||||||
<AdditionalFiles>
|
<AdditionalFiles>
|
||||||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/thunderbird/defaults/preferences/vendor.js">vendor.js</AdditionalFile>
|
<AdditionalFile owner="root" permission="0644" target="/usr/lib/thunderbird/defaults/pref/vendor.js">vendor.js</AdditionalFile>
|
||||||
<!-- Desktop file -->
|
<!-- Desktop file -->
|
||||||
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/thunderbird.desktop">thunderbird.desktop</AdditionalFile>
|
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/thunderbird.desktop">thunderbird.desktop</AdditionalFile>
|
||||||
<!-- Notification sound file -->
|
<!-- Notification sound file -->
|
||||||
|
|||||||
Reference in New Issue
Block a user