mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
thunderbird: update to 24.2.0 and unbreak build.
This commit is contained in:
parent
42bd0fe05f
commit
415314fb99
2 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@ ac_add_options --with-system-libvpx
|
||||||
ac_add_options --enable-system-hunspell
|
ac_add_options --enable-system-hunspell
|
||||||
ac_add_options --enable-system-sqlite
|
ac_add_options --enable-system-sqlite
|
||||||
ac_add_options --enable-system-ffi
|
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 --enable-system-pixman
|
||||||
ac_add_options --with-pthreads
|
ac_add_options --with-pthreads
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,20 @@
|
||||||
# Template build file for 'thunderbird'.
|
# Template build file for 'thunderbird'.
|
||||||
pkgname=thunderbird
|
pkgname=thunderbird
|
||||||
version=24.0.1
|
version=24.2.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="comm-esr24"
|
wrksrc="comm-esr24"
|
||||||
short_desc="Standalone Mail/News reader"
|
short_desc="Standalone Mail/News reader"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mozilla.org/thunderbird/"
|
homepage="http://www.mozilla.org/thunderbird/"
|
||||||
license="MPL-1.1, GPL-2, LGPL-2.1"
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
||||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.bz2"
|
||||||
checksum=171086f079ea6a254780cf8348bea684c19c07f6b9f855b9e2fa18ad09e715cb
|
checksum=66474132bd6ebbb8a913c3f4acd4ecc9bec011e4c7ee49475f29558801a905cf
|
||||||
|
|
||||||
hostmakedepends="unzip zip perl python yasm pkg-config"
|
hostmakedepends="unzip zip perl python yasm pkg-config"
|
||||||
makedepends="python-devel libjpeg-turbo-devel hunspell-devel
|
makedepends="python-devel cairo-devel libjpeg-turbo-devel hunspell-devel>=1.3.2
|
||||||
pixman-devel libIDL-devel nss-devel>=3.13.3 sqlite-devel libXrender-devel
|
pixman-devel nss-devel>=3.13.3 sqlite-devel libXrender-devel
|
||||||
gtk+-devel libevent-devel libnotify-devel libvpx-devel GConf-devel
|
gtk+-devel libevent-devel libnotify-devel libvpx-devel
|
||||||
startup-notification-devel dbus-glib-devel alsa-lib-devel hunspell-devel>=1.3.2
|
startup-notification-devel dbus-glib-devel alsa-lib-devel
|
||||||
wireless_tools-devel libXScrnSaver-devel libSM-devel libXt-devel"
|
wireless_tools-devel libXScrnSaver-devel libSM-devel libXt-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue