Date: Saturday, August 15, 2015 @ 04:16:51 Author: foutrelis Revision: 243720
upgpkg: thunderbird 38.2.0-1 New upstream release. Modified: thunderbird/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-14 22:57:42 UTC (rev 243719) +++ PKGBUILD 2015-08-15 02:16:51 UTC (rev 243720) @@ -5,7 +5,7 @@ # Contributor: Anders Bostrom <[email protected]> pkgname=thunderbird -pkgver=38.1.0 +pkgver=38.2.0 pkgrel=1 pkgdesc="Standalone Mail/News reader" arch=('i686' 'x86_64') @@ -23,7 +23,7 @@ thunderbird-install-dir.patch vendor.js) options=('!emptydirs' '!makeflags') -sha256sums=('ddf1fd6048f07370bb0375eac76e687c19d29100c19e9f86fc04bb88d4409787' +sha256sums=('4881cf0a721a9d0204a6cff01e20a6c54010f4b576df2820cd699d17892ac2d0' '6d60c77705baae25dc9324765c420e8623173390e8d2abea66f3d0d30ce388e4' '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb' '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d' @@ -67,6 +67,10 @@ ln -sf /usr/share/hunspell "$pkgdir/usr/lib/thunderbird/dictionaries" ln -sf /usr/share/hyphen "$pkgdir/usr/lib/thunderbird/hyphenation" + # Replace duplicate binary with symlink + # https://bugzilla.mozilla.org/show_bug.cgi?id=658850 + ln -sf thunderbird "$pkgdir/usr/lib/thunderbird/thunderbird-bin" + # Remove development stuff rm -r "$pkgdir"/usr/{include,lib/thunderbird-devel-*,share/idl} }
