[arch-commits] Commit in thunderbird/trunk (3 files)
Ionut Biru
ibiru at archlinux.org
Sat Dec 24 12:00:02 UTC 2011
Date: Saturday, December 24, 2011 @ 07:00:02
Author: ibiru
Revision: 145619
update to 9.0.1
Added:
thunderbird/trunk/vendor.js
Modified:
thunderbird/trunk/PKGBUILD
Deleted:
thunderbird/trunk/thunderbird-3.0-lang.patch
----------------------------+
PKGBUILD | 15 ++++++++-------
thunderbird-3.0-lang.patch | 11 -----------
vendor.js | 9 +++++++++
3 files changed, 17 insertions(+), 18 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-12-24 05:53:53 UTC (rev 145618)
+++ PKGBUILD 2011-12-24 12:00:02 UTC (rev 145619)
@@ -4,7 +4,7 @@
# Contributor: Anders Bostrom <anders.bostrom at home.se>
pkgname=thunderbird
-pkgver=9.0
+pkgver=9.0.1
pkgrel=1
pkgdesc="Standalone Mail/News reader"
arch=('i686' 'x86_64')
@@ -17,17 +17,16 @@
source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/source/thunderbird-$pkgver.source.tar.bz2
mozconfig
thunderbird.desktop
- thunderbird-3.0-lang.patch
- thunderbird-install-dir.patch)
-md5sums=('681bdf6362945b59b2bec23f8aecc7e7'
+ thunderbird-install-dir.patch
+ vendor.js)
+md5sums=('a5904751dbd33074682b438b732fdbab'
'ca98c2bf1017b33e19dae22fdcef2e73'
'af3e5b344d2edf1c7d61bb0a5a96de9a'
- '25b6fe16ac24cd5c852213e5c1adb272'
- 'aea906acf72c43dd82ead2fabcc1c6db')
+ 'aea906acf72c43dd82ead2fabcc1c6db'
+ '5a53179d14ae9631b7afe5e4d0fc0b25')
build() {
cd "$srcdir/comm-release"
- patch -Np1 -i "$srcdir/thunderbird-3.0-lang.patch"
patch -Np1 -i "$srcdir/thunderbird-install-dir.patch"
cp "$srcdir/mozconfig" .mozconfig
@@ -42,6 +41,8 @@
cd "$srcdir/comm-release"
make -j1 -f client.mk DESTDIR="$pkgdir" install
+ install -m644 "$srcdir"/vendor.js "$pkgdir/usr/lib/thunderbird/defaults/pref/"
+
for i in 16x16 22x22 24x24 32x32 48x48 256x256; do
install -Dm644 other-licenses/branding/thunderbird/mailicon${i/x*/}.png \
"$pkgdir/usr/share/icons/hicolor/$i/apps/thunderbird.png"
Deleted: thunderbird-3.0-lang.patch
===================================================================
--- thunderbird-3.0-lang.patch 2011-12-24 05:53:53 UTC (rev 145618)
+++ thunderbird-3.0-lang.patch 2011-12-24 12:00:02 UTC (rev 145619)
@@ -1,11 +0,0 @@
---- comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-10-11 02:12:44.000000000 +0200
-+++ comm-1.9.1/mozilla/modules/libpref/src/init/all.js 2009-09-16 02:56:45.000000000 +0200
-@@ -890,7 +890,7 @@
- pref("intl.charset.detector", "chrome://global/locale/intl.properties");
- pref("intl.charset.default", "chrome://global-platform/locale/intl.properties");
- pref("intl.ellipsis", "chrome://global-platform/locale/intl.properties");
--pref("intl.locale.matchOS", false);
-+pref("intl.locale.matchOS", true);
- // fallback charset list for Unicode conversion (converting from Unicode)
- // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
- // for ISO-8859-1
Added: vendor.js
===================================================================
--- vendor.js (rev 0)
+++ vendor.js 2011-12-24 12:00:02 UTC (rev 145619)
@@ -0,0 +1,9 @@
+// Use LANG environment variable to choose locale
+pref("intl.locale.matchOS", true);
+
+// 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);
More information about the arch-commits
mailing list