thunderbird: update to 3.0.

--HG--
extra : convert_revision : 63ac89f9af20c65e70f2657d6ef27febc2acb52c
This commit is contained in:
Juan RP 2009-12-28 17:45:55 +01:00
parent e0443c5a4b
commit 833c4964c8

View file

@ -1,8 +1,8 @@
# Template build file for 'thunderbird'.
pkgname=thunderbird
version=3.0rc2
version=3.0
wrksrc=comm-1.9.1
distfiles="ftp://ftp.mozilla.org/pub/${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
configure_args="--enable-application=mail --enable-default-toolkit=cairo-gtk2
--disable-dbus --disable-crashreporter --disable-tests --disable-debug
@ -13,11 +13,11 @@ configure_args="--enable-application=mail --enable-default-toolkit=cairo-gtk2
# --enable-libxul --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.1"
short_desc="Mozilla mail client"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=2c18b692e2eb5bbb4a6207a249a7a478463f333bae50c3648568104eb3368481
checksum=750fc955e4474eef9ec36e8193df2811bcafb2b8cf27ecc0ebe65cec2eb33067
long_desc="
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language. This version uses the gtk2 toolkit."
Mozilla Thunderbird is a redesign of the Mozilla mail component. The
goal is to produce a cross platform stand alone mail application using
the XUL user interface language. This version uses the gtk2 toolkit."
Add_dependency run libstdc++
Add_dependency run gtk+
@ -35,4 +35,4 @@ post_install()
${DESTDIR}/usr/share/applications || return 1
install -m644 ${wrksrc}/mail/branding/nightly/mailicon48.png \
${DESTDIR}/usr/share/pixmaps/thunderbird.png || return 1
}
}