From 833c4964c815630875298299120bbd03b11b7118 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 28 Dec 2009 17:45:55 +0100 Subject: [PATCH] thunderbird: update to 3.0. --HG-- extra : convert_revision : 63ac89f9af20c65e70f2657d6ef27febc2acb52c --- srcpkgs/thunderbird/template | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/srcpkgs/thunderbird/template b/srcpkgs/thunderbird/template index 75fcf0751e..aad1afe5b2 100644 --- a/srcpkgs/thunderbird/template +++ b/srcpkgs/thunderbird/template @@ -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 " -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 -} \ No newline at end of file +}