wok-current diff thunderbird/receipt @ rev 11983
removed extensions from desktop files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Fri Mar 02 16:14:59 2012 -0800 (2012-03-02) |
parents | 74f603c507d4 |
children | 9c762d56b413 |
line diff
1.1 --- a/thunderbird/receipt Sat Feb 25 14:16:39 2012 -0500 1.2 +++ b/thunderbird/receipt Fri Mar 02 16:14:59 2012 -0800 1.3 @@ -5,14 +5,14 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Mozilla's Thunderbird email application." 1.6 MAINTAINER="domcox@slitaz.org" 1.7 -DEPENDS="alsa-lib gtk+ dbus dbus-glib glib jpeg nss sqlite xorg-libX11 xorg-libXdamage \ 1.8 -xorg-libXt libnotify libevent libvpx" 1.9 -BUILD_DEPENDS="alsa-lib-dev bzip2 dbus-dev dbus-glib-dev freetype-dev fontconfig-dev \ 1.10 -gtk+-dev libIDL libnotify-dev libvpx-dev nss-dev perl python-dev sqlite-dev \ 1.11 -tar wireless_tools-dev libevent-dev xorg-dev xorg-libXt-dev zip \ 1.12 -wireless_tools-dev yasm mesa-dev" 1.13 +DEPENDS="alsa-lib gtk+ dbus dbus-glib glib jpeg libevent libnotify nspr nss \ 1.14 + sqlite xorg-libX11 xorg-libXdamage xorg-libXt" 1.15 +BUILD_DEPENDS="alsa-lib-dev bzip2 dbus-dev dbus-glib-dev freetype fontconfig \ 1.16 + gtk+-dev libIDL libevent-dev libnotify-dev make mesa-dev nspr-dev \ 1.17 + nss-dev perl pkg-config python sqlite-dev tar wireless_tools-dev \ 1.18 + xorg-dev xorg-libXt-dev zip" 1.19 TARBALL="$PACKAGE-$VERSION.source.tar.bz2" 1.20 -WEB_SITE="http://www.mozillamessaging.com/" 1.21 +WEB_SITE="http://www.mozilla.org/" 1.22 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source/$TARBALL" 1.23 TAGS="email pop imap smtp" 1.24 LANG="de es_ES fr en_GB pt_PT pt_BR ru" 1.25 @@ -20,14 +20,15 @@ 1.26 # Rules to configure and make the package. 1.27 compile_rules() 1.28 { 1.29 - # WARNING: long compile time. 1.30 - # Requirements: 1.31 - # - 512MB RAM with lots of available swap space. Additional RAM will 1.32 - # significantly decrease build time. 1.33 - # - At least 2.5 GB of disk space. 1.34 - 1.35 + cat <<EOF 1.36 +WARNING: long compile time. 1.37 +Requirements: 1.38 +- 512MB RAM with lots of available swap space. Additional RAM will 1.39 + significantly decrease build time. 1.40 +- At least 2.5 GB of disk space. 1.41 +EOF 1.42 # add config 1.43 - cp -a $stuff/thunderbird.mozconfig.conf $src/.mozconfig 1.44 + cp -a $stuff/thunderbird.mozconfig.conf $src/.mozconfig 1.45 # languages 1.46 echo "# languages" >> $src/.mozconfig 1.47 echo "mk_add_options MOZ_CO_LOCALES=\"$LANG\"" >> $src/.mozconfig 1.48 @@ -58,3 +59,6 @@ 1.49 mkdir -p $fs/usr/share/pixmaps 1.50 cp -a $stuff/thunderbird-icon.png $fs/usr/share/pixmaps 1.51 } 1.52 + 1.53 + 1.54 +