diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-08 07:29:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-08 07:29:33 +0800 |
commit | c981d6fd9b62667bf96307a7b2b3a2261d5b9ff7 (patch) | |
tree | c26b0500fd3b9428e7b62b947dc4efc6670ef7ea /mail/thunderbird/files | |
parent | 87db70663f19cf712d4aa3a26b3cff13bb8d2348 (diff) | |
download | freebsd-ports-gnome-c981d6fd9b62667bf96307a7b2b3a2261d5b9ff7.tar.gz freebsd-ports-gnome-c981d6fd9b62667bf96307a7b2b3a2261d5b9ff7.tar.zst freebsd-ports-gnome-c981d6fd9b62667bf96307a7b2b3a2261d5b9ff7.zip |
* Fix Movemail and RSS support
* Install a GNOME desktop icon [1]
* Correct installation when root's shell is non-standard (e.g.
/usr/local/bin/bash) [2]
Submitted by: ahze [1]
Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2]
Diffstat (limited to 'mail/thunderbird/files')
-rw-r--r-- | mail/thunderbird/files/mozconfig.in | 3 | ||||
-rw-r--r-- | mail/thunderbird/files/thunderbird.desktop.in | 8 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mail/thunderbird/files/mozconfig.in b/mail/thunderbird/files/mozconfig.in index e4c0bcd9ecd1..d5faf34896bb 100644 --- a/mail/thunderbird/files/mozconfig.in +++ b/mail/thunderbird/files/mozconfig.in @@ -6,7 +6,6 @@ export MOZ_THUNDERBIRD=1 mk_add_options MOZ_MOZ_THUNDERBIRD=1 ac_add_options --enable-crypto ac_add_options --disable-mathml -ac_add_options --disable-installer ac_add_options --disable-activex ac_add_options --disable-activex-scripting ac_add_options --disable-oji @@ -15,7 +14,7 @@ ac_add_options --disable-tests ac_add_options --disable-profilesharing ac_add_options --enable-single-profile ac_add_options --disable-freetype2 -ac_add_options --enable-extensions=wallet,spellcheck,xmlextras +ac_add_options --enable-extensions=wallet,spellcheck,xmlextras,webservices ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data ac_add_options --enable-image-decoders=default,-xbm ac_add_options --enable-default-toolkit=gtk2 diff --git a/mail/thunderbird/files/thunderbird.desktop.in b/mail/thunderbird/files/thunderbird.desktop.in new file mode 100644 index 000000000000..78db15b185f0 --- /dev/null +++ b/mail/thunderbird/files/thunderbird.desktop.in @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Thunderbird +Comment=Mail client and News Reader +Exec=thunderbird +Icon=@THUNDERBIRD_ICON@ +Terminal=false +Type=Application +Categories=Application;Network; |