From 415314fb992223c965f466dc9efec91fd021b61b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 4 Feb 2014 10:00:13 +0100 Subject: [PATCH] thunderbird: update to 24.2.0 and unbreak build. --- srcpkgs/thunderbird/files/mozconfig | 2 +- srcpkgs/thunderbird/template | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/thunderbird/files/mozconfig b/srcpkgs/thunderbird/files/mozconfig index 6930b2474c1..d13efdb6016 100644 --- a/srcpkgs/thunderbird/files/mozconfig +++ b/srcpkgs/thunderbird/files/mozconfig @@ -16,7 +16,7 @@ ac_add_options --with-system-libvpx ac_add_options --enable-system-hunspell ac_add_options --enable-system-sqlite ac_add_options --enable-system-ffi -#ac_add_options --enable-system-cairo +ac_add_options --enable-system-cairo ac_add_options --enable-system-pixman ac_add_options --with-pthreads diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index ed5490362cb..7a44efca7d7 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -1,20 +1,20 @@ # Template build file for 'thunderbird'. pkgname=thunderbird -version=24.0.1 -revision=2 +version=24.2.0 +revision=1 wrksrc="comm-esr24" short_desc="Standalone Mail/News reader" maintainer="Juan RP " homepage="http://www.mozilla.org/thunderbird/" license="MPL-1.1, GPL-2, LGPL-2.1" distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2" -checksum=171086f079ea6a254780cf8348bea684c19c07f6b9f855b9e2fa18ad09e715cb +checksum=66474132bd6ebbb8a913c3f4acd4ecc9bec011e4c7ee49475f29558801a905cf hostmakedepends="unzip zip perl python yasm pkg-config" -makedepends="python-devel libjpeg-turbo-devel hunspell-devel - pixman-devel libIDL-devel nss-devel>=3.13.3 sqlite-devel libXrender-devel - gtk+-devel libevent-devel libnotify-devel libvpx-devel GConf-devel - startup-notification-devel dbus-glib-devel alsa-lib-devel hunspell-devel>=1.3.2 +makedepends="python-devel cairo-devel libjpeg-turbo-devel hunspell-devel>=1.3.2 + pixman-devel nss-devel>=3.13.3 sqlite-devel libXrender-devel + gtk+-devel libevent-devel libnotify-devel libvpx-devel + startup-notification-devel dbus-glib-devel alsa-lib-devel wireless_tools-devel libXScrnSaver-devel libSM-devel libXt-devel" depends="desktop-file-utils hicolor-icon-theme"