Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (afe56bc8a212c732c7e21ca72201f111059e3853)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (afe56bc8a212c732c7e21ca72201f111059e3853)
  • Date: Sun, 16 Nov 2008 10:19:41 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

mail/thunderbird/BUILD | 4 ++++
mail/thunderbird/CONFIGURE | 3 +++
mail/thunderbird/desktop/thunderbird.desktop | 2 +-
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit afe56bc8a212c732c7e21ca72201f111059e3853
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

thunderbird: Added official branding and icon for desktop
file. Bug 14888.

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index e89dab3..863ebfe 100755
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -19,6 +19,10 @@ if echo $LDFLAGS | grep -q '\-s'; then
OPTS="$OPTS --enable-strip"
fi &&

+if [[ $THUNDERBIRD_OFFICIAL == y ]]; then
+ OPTS="$OPTS --enable-official-branding"
+fi
+
./configure --prefix=${INSTALL_ROOT}/usr \
--with-user-appdir=.thunderbird \
--enable-application=mail \
diff --git a/mail/thunderbird/CONFIGURE b/mail/thunderbird/CONFIGURE
index 136dd07..cae6196 100755
--- a/mail/thunderbird/CONFIGURE
+++ b/mail/thunderbird/CONFIGURE
@@ -1 +1,4 @@
config_query BUILD_ENIGMAIL "Build enigmail?" y
+
+config_query THUNDERBIRD_OFFICIAL "Enable official branding? If enabled, you
may \
+be restricted in distributing these binaries IAW mozilla policies" n
diff --git a/mail/thunderbird/desktop/thunderbird.desktop
b/mail/thunderbird/desktop/thunderbird.desktop
index 2ad4760..e83779c 100644
--- a/mail/thunderbird/desktop/thunderbird.desktop
+++ b/mail/thunderbird/desktop/thunderbird.desktop
@@ -2,7 +2,7 @@
Encoding=UTF-8
Name=Thunderbird
Exec=thunderbird
-Icon=
+Icon=/usr/lib/thunderbird/icons/mozicon50.xpm
Terminal=false
Type=Application
Categories=Application;Network;Mail;



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (afe56bc8a212c732c7e21ca72201f111059e3853), George Sherwood, 11/16/2008

Archive powered by MHonArc 2.6.24.

Top of Page