CVS: moonbase/web/MozillaFirebird BUILD, NONE, 1.1 CONFLICTS, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1

Terry Chan tchan at lunar-linux.org
Wed Sep 17 03:01:43 GMT 2003


Update of /var/cvs/lunar/moonbase/web/MozillaFirebird
In directory dbguin.lunar-linux.org:/tmp/cvs-serv19707

Added Files:
	BUILD CONFLICTS DEPENDS DETAILS POST_INSTALL 
Log Message:
Added the MozillaFirebird module to moonbase.


--- NEW FILE: BUILD ---
(

  OPTS="$OPTS --enable-strip --enable-strip-libs"

  OPTS="$OPTS --disable-toolkit-gtk --enable-default-toolkit=gtk2 --enable-toolkit=gtk2 --with-gtk2"

  OPTS="$OPTS --enable-crypto"

  export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:/usr/lib/pkgconfig:/opt/lunar/gnome/2/lib/pkgconfig
  export MOZ_NSS_AUTOCONF=1
  export NATIVE_THEME_SUPPORT=1

  echo "$OPTS $EXTENTIONS" > /tmp/mozz

  ./configure --prefix=/usr							\
              --with-default-mozilla-five-home=/usr/lib/mozilla-$VERSION	\
              --sysconfdir=/etc							\
              --localstatedir=/var						\
              --infodir=/usr/share/info						\
              --mandir=/usr/share/man						\
              --with-system-jpeg						\
              --with-system-zlib						\
              --with-system-png							\
              --with-system-mng							\
              --enable-old-abi-compat-wrappers					\
              --with-pthreads							\
              --enable-reorder							\
              --disable-tests							\
              --disable-installer						\
              --disable-pedantic						\
              --disable-debug							\
              --disable-dtd-debug						\
              --enable-cpp-rtti                                                 \
              $OPTS								\
              $EXTENTIONS							&&
make &&


cd $SOURCE_DIRECTORY &&

make install


) > $C_FIFO 2>&1

--- NEW FILE: CONFLICTS ---
conflicts mozilla-nightly &&
conflicts mozilla

--- NEW FILE: DEPENDS ---
depends zlib &&
depends jpeg &&
depends libpng &&
depends libmng &&
depends ORBit2 &&
depends	zip &&
depends	unzip &&
depends libIDL &&
depends freetype2 &&
depends gtk+-2 &&

optional_depends "flash-plugin" "" "" "to enable shockwave flash"

# optional_depends "j2sdk"        "" "" "to enable java in mozilla" &&

--- NEW FILE: DETAILS ---
          MODULE=MozillaFirebird
         VERSION=0.6.1
          SOURCE=$MODULE-source-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla
   SOURCE_URL[0]=http://ftp.mozilla.org/pub/firebird/releases/$VERSION/$SOURCE
      SOURCE_VFY=md5:35191de0d02601f7a190b5065a26de85
        WEB_SITE=http://www.mozilla.org/projects/firebird
         ENTERED=20030810
         UPDATED=20030916
      MAINTAINER="tchan at lunar-linux.org"
           FUZZY="off"
           SHORT="Mozilla Firebird is a speedy, full-featured web browser."
cat << EOF
Firebird includes
  comprehensive popup controls to keep unwanted advertising off your desktop;
  a tab browsing mode that lets you open several pages in a single window,
    allowing you to load links in the background without leaving the page you're on;
  integrated Google search ;
  industry leading accessibility with Find As You Type - find links and pagei
    text by simply typing;
  simplified privacy controls that let you cover your tracks more effectively;
  a streamlined browser window that lets you see more of the page than any
    other browser while at the same time being more configurable;
  a large variety of free downloadable extensions and themes that add specific
    functionality and visual changes to the browser;

NOTE: This Lunar version of Firebird has crypto enabled and is gtk+-2.  NOTHING
ELSE IS CONFIGURED IN !!! (i.e NO mail, irc, composer, gpg, calendar, MathML,
SVG, Javascript debugger, html code inspector, XFT, LDAP, help support.  If you
want any of that use the regular mozilla module.
EOF

--- NEW FILE: POST_INSTALL ---
# Ugly, eeek, explains need for chrooted installs
if [ "-d /usr/lib/mozilla-$VERSION/plugins" ] ; then
  mv /usr/lib/mozilla-$VERSION/plugins/libnullplugin.so /usr/lib/mozilla-$VERSION
  rm -Rf /usr/lib/mozilla-$VERSION/plugins
fi
 
# Symlink
cd /usr/lib
rm -Rf /usr/lib/mozilla
ln -sf "mozilla-$VERSION" mozilla

cd /usr/include
rm -Rf /usr/include/mozilla
ln -sf "mozilla-$VERSION" mozilla

cd /usr/lib/mozilla-$VERSION
mkdir -p /opt/lunar/plugins
ln -sf /opt/lunar/plugins plugins

export LD_LIBRARY_PATH="/usr/lib/mozilla-$VERSION:/usr/lib/mozilla-$VERSION/plugins:/usr/lib/mozilla-$VERSION/components"
export MOZILLA_FIVE_HOME="/usr/lib/mozilla-$VERSION"
ldconfig

echo "skin,install,select,classic/1.0" >> chrome/installed-chrome.txt
echo "locale,install,select,en-US" >> chrome/installed-chrome.txt

./regxpcom
./regchrome

ln -sf /usr/lib/j2sdk1.4.1/jre/plugin/i386/mozilla/javaplugin_oji.so /usr/lib/mozilla/plugins/javaplugin_oji.so 

rm -fr $BOOST_LOCK




More information about the Lunar-commits mailing list