[arch-commits] Commit in thunderbird/trunk (PKGBUILD mozconfig)
Evangelos Foutras
foutrelis at nymeria.archlinux.org
Tue Sep 17 10:00:57 UTC 2013
Date: Tuesday, September 17, 2013 @ 12:00:56
Author: foutrelis
Revision: 194523
upgpkg: thunderbird 24.0-1
New upstream release.
Modified:
thunderbird/trunk/PKGBUILD
thunderbird/trunk/mozconfig
-----------+
PKGBUILD | 14 +++++++-------
mozconfig | 1 +
2 files changed, 8 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-17 09:08:40 UTC (rev 194522)
+++ PKGBUILD 2013-09-17 10:00:56 UTC (rev 194523)
@@ -5,7 +5,7 @@
# Contributor: Anders Bostrom <anders.bostrom at home.se>
pkgname=thunderbird
-pkgver=17.0.8
+pkgver=24.0
pkgrel=1
pkgdesc="Standalone Mail/News reader"
arch=('i686' 'x86_64')
@@ -21,14 +21,14 @@
thunderbird-install-dir.patch
vendor.js)
options=(!emptydirs)
-sha256sums=('f5d338c7a79111370a719bc3979dc11fab11ada0534c69530fe6fb42c1a358d7'
- '5b8da0121d73707f9ae7b331f822a368a782c5108671d57a14c6e8b778adaac1'
+sha256sums=('60a1abde987a61c8096e431f13df2ba2cf188a22fdbf1712aaec795b302a5ff5'
+ 'd8844a988b660d40732d4694104d38dd5e8924a987d79247f9651e52fe9e4516'
'd506b771e765e09e2e039b975e25befade8eec97e8950813a32463604955ab4e'
'929a7ceca0e90d0635a2099b7df24033e865fb5b5b8c5824468c4561c21c377d'
'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
prepare() {
- cd comm-esr17
+ cd comm-esr24
patch -Np1 -i "$srcdir/thunderbird-install-dir.patch"
cp "$srcdir/mozconfig" .mozconfig
@@ -35,11 +35,11 @@
# configure script misdetects the preprocessor without an optimization level
# https://bugs.archlinux.org/task/34644
- sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
+ sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' mozilla/configure
}
build() {
- cd comm-esr17
+ cd comm-esr24
export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/thunderbird"
export PYTHON="/usr/bin/python2"
@@ -48,7 +48,7 @@
}
package() {
- cd comm-esr17
+ cd comm-esr24
make -j1 -f client.mk DESTDIR="$pkgdir" install
install -Dm644 "$srcdir"/vendor.js "$pkgdir/usr/lib/thunderbird/defaults/preferences/vendor.js"
Modified: mozconfig
===================================================================
--- mozconfig 2013-09-17 09:08:40 UTC (rev 194522)
+++ mozconfig 2013-09-17 10:00:56 UTC (rev 194523)
@@ -26,6 +26,7 @@
ac_add_options --enable-startup-notification
ac_add_options --enable-gio
+ac_add_options --disable-gstreamer
ac_add_options --disable-gnomevfs
ac_add_options --disable-crashreporter
ac_add_options --disable-updater
More information about the arch-commits
mailing list