thunderbird: update to 3.0.4.
This commit is contained in:
parent
63ada1176a
commit
20cf2e6056
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'thunderbird'.
|
# Template build file for 'thunderbird'.
|
||||||
pkgname=thunderbird
|
pkgname=thunderbird
|
||||||
version=3.0.1
|
version=3.0.4
|
||||||
wrksrc=comm-1.9.1
|
wrksrc=comm-1.9.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"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -10,10 +10,11 @@ configure_args="--enable-application=mail --enable-default-toolkit=cairo-gtk2
|
||||||
--disable-embedding-tests --disable-necko-wifi --disable-libnotify
|
--disable-embedding-tests --disable-necko-wifi --disable-libnotify
|
||||||
--with-system-zlib --with-system-bz2 --enable-system-cairo
|
--with-system-zlib --with-system-bz2 --enable-system-cairo
|
||||||
--with-system-png --with-system-nspr --with-system-nss
|
--with-system-png --with-system-nspr --with-system-nss
|
||||||
--disable-javaxpcom --with-system-jpeg --with-system-sqlite"
|
--disable-javaxpcom --with-system-jpeg --with-system-sqlite
|
||||||
|
--disable-gnomevfs --disable-gnomeui --disable-gconf"
|
||||||
short_desc="Mozilla mail client"
|
short_desc="Mozilla mail client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=de53a892ffcad7217f17214c15709aba5ba3c5302939d122a28e2515768632af
|
checksum=fdf28d6a9ea42c98557554ba28d0a3a8db11475eee49f16aa4a3aaf2ca1f1343
|
||||||
long_desc="
|
long_desc="
|
||||||
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
|
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
|
||||||
goal is to produce a cross platform stand alone mail application using
|
goal is to produce a cross platform stand alone mail application using
|
||||||
|
|
Loading…
Reference in New Issue