[arch-commits] Commit in thunderbird/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Aug 10 11:02:51 UTC 2018


    Date: Friday, August 10, 2018 @ 11:02:51
  Author: bpiotrowski
Revision: 331329

60.0-3: fix setting non-English locales and install svg icon

Modified:
  thunderbird/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-10 09:18:51 UTC (rev 331328)
+++ PKGBUILD	2018-08-10 11:02:51 UTC (rev 331329)
@@ -7,7 +7,7 @@
 
 pkgname=thunderbird
 pkgver=60.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=(x86_64)
 license=(MPL GPL LGPL)
@@ -96,8 +96,11 @@
   _vendorjs="$pkgdir/usr/lib/$pkgname/defaults/preferences/vendor.js"
   install -Dm644 /dev/stdin "$_vendorjs" <<END
 // Use LANG environment variable to choose locale
-pref("intl.locale.matchOS", true);
+pref("intl.locale.requested", "");
 
+// Use system-provided dictionaries
+pref("spellchecker.dictionary_path", "/usr/share/hunspell");
+
 // Disable default mailer checking.
 pref("mail.shell.checkDefaultMail", false);
 
@@ -119,10 +122,12 @@
 app.partner.archlinux=archlinux
 END
 
-  for i in 16 22 24 32 48 256; do
+  for i in 16 22 24 32 48 64 128 256; do
     install -Dm644 comm/mail/branding/thunderbird/default${i}.png \
       "$pkgdir/usr/share/icons/hicolor/${i}x${i}/apps/$pkgname.png"
   done
+  install -Dm644 comm/mail/branding/thunderbird/TB-symbolic.svg \
+    "$pkgdir/usr/share/icons/hicolor/symbolic/apps/thunderbird-symbolic.svg"
 
   install -Dm644 ../$pkgname.desktop \
     "$pkgdir/usr/share/applications/$pkgname.desktop"



More information about the arch-commits mailing list