[Lunar-commits] <moonbase> thunderbird6: moved to thunderbird

Zbigniew Luszpinski zbiggy at lunar-linux.org
Fri Sep 2 21:41:42 CEST 2011


commit e8ae83abef0f8455f29af8373a13c34ac2b9e653
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Fri Sep 2 21:41:42 2011 +0200

    thunderbird6: moved to thunderbird
---
 mail/thunderbird6/BUILD               |   75 ---------------------------------
 mail/thunderbird6/CONFIGURE           |    1 -
 mail/thunderbird6/CONFLICTS           |    1 -
 mail/thunderbird6/DEPENDS             |   30 -------------
 mail/thunderbird6/DETAILS             |   33 --------------
 mail/thunderbird6/POST_INSTALL        |   17 -------
 mail/thunderbird6/PRE_BUILD           |    7 ---
 mail/thunderbird6/mozconfig           |   43 -------------------
 mail/thunderbird6/thunderbird.desktop |   13 ------
 9 files changed, 0 insertions(+), 220 deletions(-)

diff --git a/mail/thunderbird6/BUILD b/mail/thunderbird6/BUILD
deleted file mode 100644
index 04a0ea9..0000000
--- a/mail/thunderbird6/BUILD
+++ /dev/null
@@ -1,75 +0,0 @@
-(
-
-  if module_is_expired $MODULE && [ "$VERSION" != "`installed_version $MODULE`" ]; then
-        set_module_config OLD_VER "`installed_version $MODULE`"
-  fi  &&
-
-  export MOZ_CO_PROJECT=mail  &&
-  export MOZILLA_HOME=/usr/lib/thunderbird-$VERSION &&
-  export MOZILLA_OFFICIAL=1  &&
-  export BUILD_OFFICIAL=1  &&
-  export MOZ_THUNDERBIRD=1 &&
-
-  cp $SCRIPT_DIRECTORY/mozconfig .  &&
-
-  export MOZ_OBJDIR="${SOURCE_DIRECTORY}/build-mozilla"  &&
-  mkdir -p ${MOZ_OBJDIR}  &&
-
-  echo "ac_add_options --disable-necko-wifi" >> mozconfig  &&
-  echo "ac_add_options --disable-system-sqlite" >> mozconfig  &&
-
-  #Add DEPENDS options
-
-  if in_depends $MODULE gnome-vfs ; then
-    echo "ac_add_options --enable-gnomevfs" >> mozconfig
-  else
-    echo "ac_add_options --disable-gnomevfs" >> mozconfig
-  fi  &&
-
-  if in_depends $MODULE libevent ; then
-    echo "ac_add_options --with-system-libevent" >> mozconfig
-  else
-    echo "ac_add_options --without-system-libevent" >> mozconfig
-  fi  &&
-
-  if in_depends $MODULE dbus-glib ; then
-    echo "ac_add_options --enable-dbus" >> mozconfig
-  else
-    echo "ac_add_options --disable-dbus" >> mozconfig
-  fi  &&
-
-  if in_depends $MODULE openldap ; then
-    echo "ac_add_options --enable-ldap" >> mozconfig
-  else
-    echo "ac_add_options --disable-ldap" >> mozconfig
-  fi  &&
-
-  setterm -bfreq -blength &&
-
-  #Finally, the build!
-  if [ "$PGO" == "y" ] ; then
-    #CCache breaks the pgo build
-    export CCACHE_DISABLE=1  &&
-    echo "ac_add_options --enable-profile-guided-optimization" >> mozconfig  &&
-    echo "mk_add_options PROFILE_GEN_SCRIPT='python $MOZ_OBJDIR/_profile/pgo/profileserver.py'" >> mozconfig  &&
-    make -f client.mk build &&
-    make -f client.mk profiledbuild
-  else
-    make -f client.mk build
-  fi  &&
-
-  cd ${MOZ_OBJDIR}  &&
-  prepare_install   &&
-  make install      || exit 1
-
-  # Now the .desktop file and icons
-  install -Dm 644 {"$SCRIPT_DIRECTORY",/usr/share/applications}/thunderbird.desktop  &&
-
-  for s in 16 22 24 256 32 48 ; do
-    install -Dm 644 mozilla/dist/thunderbird/chrome/icons/default/default${s}.png /usr/share/icons/hicolor/${s}x${s}/apps/thunderbird.png
-  done  &&
-  if [ -x /usr/bin/gtk-update-icon-cache -a -f /usr/share/icons/hicolor/index.theme ]; then
-    gtk-update-icon-cache -f /usr/share/icons/hicolor
-  fi
-
-) > $C_FIFO 2>&1
diff --git a/mail/thunderbird6/CONFIGURE b/mail/thunderbird6/CONFIGURE
deleted file mode 100644
index bb3eff0..0000000
--- a/mail/thunderbird6/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-mquery PGO "Build with Profile Guided Optimization?"  y  "--enable-profile-guided-optimization"  ""
diff --git a/mail/thunderbird6/CONFLICTS b/mail/thunderbird6/CONFLICTS
deleted file mode 100644
index baf133f..0000000
--- a/mail/thunderbird6/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts thunderbird
diff --git a/mail/thunderbird6/DEPENDS b/mail/thunderbird6/DEPENDS
deleted file mode 100644
index b462695..0000000
--- a/mail/thunderbird6/DEPENDS
+++ /dev/null
@@ -1,30 +0,0 @@
-depends ORBit2
-depends zip
-depends unzip
-depends gtk+-2
-
-optional_depends "Python"           ""  ""  "Needed to do a Profile Guided Optimization build"
-optional_depends "gnome-vfs"        ""  ""  "For Gnome VFS support"
-optional_depends "hunspell"         "--enable-system-hunspell"  "--disable-system-hunspell"  "For spelling support"
-
-# $OPTS is ignored in this BUILD
-optional_depends "libevent"         ""  ""  "For event detection"
-optional_depends "dbus-glib"        ""  ""  "For dbus support"
-
-optional_depends "startup-notification"  "--enable-startup-notification"  ""  \
-                 "To enable startup notification"
-
-optional_depends "libnotify"  "--enable-libnotify"  "--disable-libnotify"  \
-                 "To enable libnotify support"
-
-optional_depends "openldap"  "--enable-ldap"  "--disable-ldap"  \
-                 "To enable ldap support"
-
-optional_depends "xulrunner"  "--with-system-libxul --with-libxul-sdk=/usr/lib/xulrunner-devel-$XUL"  ""  \
-                 "To use system xulrunner"
-
-optional_depends "nspr"  "--with-system-nspr"  ""  \
-                "To use system nspr"
-
-optional_depends "nss"  "--with-system-nss"  ""  \
-                 "To use system nss"
diff --git a/mail/thunderbird6/DETAILS b/mail/thunderbird6/DETAILS
deleted file mode 100644
index d663e65..0000000
--- a/mail/thunderbird6/DETAILS
+++ /dev/null
@@ -1,33 +0,0 @@
-          MODULE=thunderbird6
-         VERSION=6.0
-          SOURCE=thunderbird-$VERSION.source.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/comm-release
-   SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/thunderbird/releases/$VERSION/source
-   SOURCE_URL[0]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/thunderbird/releases/$VERSION/source
-   SOURCE_URL[2]=http://archive.progeny.com/mozilla.org/thunderbird/releases/$VERSION/source
-   SOURCE_URL[3]=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source
-      SOURCE_VFY=sha1:7a9ea62aa11522230327574b245a2f793015b5f4
-        WEB_SITE=http://www.mozilla.org/projects/thunderbird
-         ENTERED=20031021
-         UPDATED=20110818
-           SHORT="A full-featured mail client"
-           PSAFE=no
-
-cat << EOF
-Thunderbird includes:
-* The ability to customize your toolbars the way you want them.
-  Choose View / Toolbars / Customize inside any window.
-* UI extensions can be added to Mozilla Thunderbird to customize your
-  experience with specific features and enhancements that you need. Support
-  for extensions. Extensions allow you to add features particular to your
-  needs such as offline mail support. A full list of available extensions can
-  be found here.
-* A new look and feel. Thunderbird also supports a large number of
-  downloadable themes which alter the appearance of the client.
-* An addressing sidebar for mail compose which makes it easy and convenient
-  to add address book contacts to emails.
-* Online help includes a FAQ, tips and tricks and other useful information.
-* Simplified preferences UI and menus.
-* Footprint and performance improvements.
-* Better Junk Mail Filtering Support
-EOF
diff --git a/mail/thunderbird6/POST_INSTALL b/mail/thunderbird6/POST_INSTALL
deleted file mode 100644
index 9ff84b1..0000000
--- a/mail/thunderbird6/POST_INSTALL
+++ /dev/null
@@ -1,17 +0,0 @@
-OLD_VER="`get_module_config OLD_VER`"
-TBIRD_LIBDIR=thunderbird-$VERSION
-
-if [ ! -z $OLD_VER ]; then
-  rm -rf /usr/lib/thunderbird-$OLD_VER
-  rm -rf /usr/include/thunderbird-$OLD_VER
-  rm -rf /usr/share/idl/thunderbird-$OLD_VER
-fi
-unset_module_config OLD_VER
-
-rm -rf /usr/lib/thunderbird-1*
-rm -rf /usr/lib/thunderbird-2*
-rm -rf /usr/lib/thunderbird-3*
-
-export LD_LIBRARY_PATH="/usr/lib/$TBIRD_LIBDIR:/usr/lib/$TBIRD_LIBDIR/components"
-export MOZILLA_FIVE_HOME="/usr/lib/$TBIRD_LIBDIR"
-ldconfig
diff --git a/mail/thunderbird6/PRE_BUILD b/mail/thunderbird6/PRE_BUILD
deleted file mode 100644
index 9574723..0000000
--- a/mail/thunderbird6/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-if [ ! -e /usr/include/cairo/cairo-tee.h ] ; then
-  message "${PROBLEM_COLOR}Run:  ${MODULE_COLOR}lin -c cairo"
-  message "${MESSAGE_COLOR}To recompile cairo with tee support, which is required by Seamonkey2.1.${DEFAULT_COLOR}"
-  exit 1
-fi
-
-default_pre_build
diff --git a/mail/thunderbird6/mozconfig b/mail/thunderbird6/mozconfig
deleted file mode 100644
index ee3e336..0000000
--- a/mail/thunderbird6/mozconfig
+++ /dev/null
@@ -1,43 +0,0 @@
-ac_add_options --prefix=/usr
-ac_add_options --with-x
-ac_add_options --with-pthreads
-ac_add_options --with-default-mozilla-five-home=$MOZILLA_HOME
-ac_add_options --with-user-appdir=".thunderbird"
-ac_add_options --with-system-zlib
-ac_add_options --with-system-jpeg
-ac_add_options --with-system-bz2
-ac_add_options --enable-storage
-ac_add_options --enable-application=mail
-ac_add_options --enable-default-toolkit=cairo-gtk2
-ac_add_options --enable-optimize="$CFLAGS"
-ac_add_options --enable-crypto
-ac_add_options --enable-strip
-ac_add_options --enable-system-cairo
-ac_add_options --enable-xterm-updates
-ac_add_options --enable-libxul
-ac_add_options --enable-official-branding
-ac_add_options --enable-jemalloc
-ac_add_options --disable-debug
-ac_add_options --disable-tests
-ac_add_options --disable-installer
-ac_add_options --disable-pedantic
-ac_add_options --disable-logging
-ac_add_options --disable-accessibility
-ac_add_options --disable-oji
-ac_add_options --disable-updater
-# static build is required for mail
-#ac_add_options --enable-static
-#ac_add_options --enable-static-mail
-ac_add_options --disable-os2-high-mem
-ac_add_options --enable-gio
-ac_add_options --enable-raw
-ac_add_options --enable-splashscreen
-ac_add_options --enable-shared-js
-ac_add_options --enable-system-pixman
-ac_add_options --enable-image-decoders=all
-ac_add_options --enable-image-encoders=all
-ac_add_options --enable-calendar
-ac_add_options --enable-functiontimer
-ac_add_options --enable-timeline
-ac_add_options --enable-tree-freetype
-ac_add_options --enable-faststart
diff --git a/mail/thunderbird6/thunderbird.desktop b/mail/thunderbird6/thunderbird.desktop
deleted file mode 100644
index 9228460..0000000
--- a/mail/thunderbird6/thunderbird.desktop
+++ /dev/null
@@ -1,13 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Thunderbird Mail
-Name[pl]=Poczta Thunderbird
-Comment=Thunderbird Mail Client
-Exec=thunderbird
-Icon=thunderbird
-Terminal=false
-Type=Application
-Categories=Application;Network;
-Comment[pl]=Thunderbird - klient poczty
-X-KDE-StartupNotify=true
-StartupNotify=true


More information about the Lunar-commits mailing list