Date: Tuesday, March 1, 2011 @ 12:40:43 Author: ibiru Revision: 111885
upgpkg: thunderbird 3.1.8-1 update to 3.1.8. fixed integration with future application lookup from glib2 2.28. Added: thunderbird/trunk/thunderbird.install Modified: thunderbird/trunk/PKGBUILD thunderbird/trunk/thunderbird-preferences.patch thunderbird/trunk/thunderbird.desktop -------------------------------+ PKGBUILD | 17 +++++++++++------ thunderbird-preferences.patch | 12 ++++++------ thunderbird.desktop | 3 +++ thunderbird.install | 11 +++++++++++ 4 files changed, 31 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-01 15:16:49 UTC (rev 111884) +++ PKGBUILD 2011-03-01 17:40:43 UTC (rev 111885) @@ -3,15 +3,16 @@ # Contributor: Dale Blount <[email protected]> # Contributor: Anders Bostrom <[email protected]> pkgname=thunderbird -pkgver=3.1.7 -pkgrel=3 +pkgver=3.1.8 +pkgrel=1 pkgdesc="Standalone Mail/News reader" arch=('i686' 'x86_64') license=('MPL' 'GPL') url="http://www.mozilla.org/projects/thunderbird" -depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3>=3.7.4') +depends=('gtk2' 'gcc-libs' 'mozilla-common' 'nss' 'libxt' 'shared-mime-info' 'alsa-lib' 'dbus-glib' 'hunspell' 'sqlite3>=3.7.4' 'desktop-file-utils') makedepends=('zip' 'pkg-config' 'libgnomeui' 'python2' 'libidl2' 'wireless_tools' 'autoconf2.13') optdepends=('libcanberra: for sound support') +install=thunderbird.install source=(ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/${pkgver}/source/thunderbird-${pkgver}.source.tar.bz2 mozconfig thunderbird.desktop @@ -21,13 +22,13 @@ thunderbird-preferences.patch xulrunner-png14.patch python2.7.patch) -md5sums=('be64630152a2d5a824a76752594e7596' +md5sums=('bb4564eba437adceb22292249d186e11' 'c1551d308480d241247c5662d8bebbcb' - '7a119d30341dca4eadecedd523404fdb' + '37457073c7f6feeb86c053701d23197f' '25b6fe16ac24cd5c852213e5c1adb272' '48ffcdb877a69d383b7d354e330f7658' '3dca714ee8054634e6dfdb059464dc42' - 'fce17db6057c58a17ca1a02f31adef5a' + '1d4f9978e8228ace523b18a09cf41e4e' '989b15f6bc9e2e9233fe4c6b23f412b1' '78a4d0c920cbb8ec6a9a36974cd775ef') @@ -47,6 +48,10 @@ export LDFLAGS="-Wl,-rpath,/usr/lib/thunderbird-3.1" make -j1 -f client.mk build MOZ_MAKE_FLAGS="${MAKEFLAGS}" +} + +package() { + cd "${srcdir}/comm-1.9.2" make -j1 DESTDIR="${pkgdir}" install #Remove included dictionaries, add symlink to system myspell path. Modified: thunderbird-preferences.patch =================================================================== --- thunderbird-preferences.patch 2011-03-01 15:16:49 UTC (rev 111884) +++ thunderbird-preferences.patch 2011-03-01 17:40:43 UTC (rev 111885) @@ -15,16 +15,16 @@ +++ comm-1.9.2/mail/branding/nightly/thunderbird-branding.js 2010-06-25 00:36:10.605569121 +0300 @@ -1,11 +1,11 @@ // Default start page --pref("mailnews.start_page.url","http://live.mozillamessaging.com/%APP%/start?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); -+pref("mailnews.start_page.url","http://www.mozillamessaging.com/%APP%/%VERSION%/start?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); +-pref("mailnews.start_page.url","https://live.mozillamessaging.com/%APP%/start?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); ++pref("mailnews.start_page.url","https://www.mozillamessaging.com/%APP%/%VERSION%/start?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); // first launch welcome page --pref("mailnews.start_page.welcome_url","http://live.mozillamessaging.com/%APP%/firstrun?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); -+pref("mailnews.start_page.welcome_url","http://www.mozillamessaging.com/%APP%/%VERSION%/firstrun?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); +-pref("mailnews.start_page.welcome_url","https://live.mozillamessaging.com/%APP%/firstrun?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); ++pref("mailnews.start_page.welcome_url","https://www.mozillamessaging.com/%APP%/%VERSION%/firstrun?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); // start page override to load after an update --pref("mailnews.start_page.override_url","http://live.mozillamessaging.com/%APP%/whatsnew?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); -+pref("mailnews.start_page.override_url","http://www.mozillamessaging.com/%APP%/%VERSION%/whatsnew?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); +-pref("mailnews.start_page.override_url","https://live.mozillamessaging.com/%APP%/whatsnew?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); ++pref("mailnews.start_page.override_url","https://www.mozillamessaging.com/%APP%/%VERSION%/whatsnew?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%"); // Interval: Time between checks for a new version (in seconds) // nightly=8 hours, official=24 hours Modified: thunderbird.desktop =================================================================== --- thunderbird.desktop 2011-03-01 15:16:49 UTC (rev 111884) +++ thunderbird.desktop 2011-03-01 17:40:43 UTC (rev 111885) @@ -1,10 +1,13 @@ [Desktop Entry] +Version=1.0 Name=Thunderbird Comment=Mail & News Reader GenericName=Mail Client & News Reader Exec=thunderbird +TryExec=thunderbird Icon=thunderbird Terminal=false Type=Application Categories=Network;Email; +MimeType=message/rfc822;x-scheme-handler/mailto; StartupNotify=true Added: thunderbird.install =================================================================== --- thunderbird.install (rev 0) +++ thunderbird.install 2011-03-01 17:40:43 UTC (rev 111885) @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}
