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