Browse Source

Rene Rebe:

* updated mozilla, firefox and thunderbird


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3299 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 20 years ago
parent
commit
1af70e30e5
6 changed files with 27 additions and 25 deletions
  1. +11
    -0
      package/x11/firefox/firefox.conf
  2. +2
    -2
      package/x11/firefox/firefox.desc
  3. +0
    -13
      package/x11/firefox/gcc34.patch
  4. +10
    -6
      package/x11/mozilla/mozilla.conf
  5. +2
    -2
      package/x11/mozilla/mozilla.desc
  6. +2
    -2
      package/x11/thunderbird/thunderbird.desc

+ 11
- 0
package/x11/firefox/firefox.conf

@ -39,11 +39,22 @@ moz_main() {
cat >> .mozconfig <<-EOT
. \$topsrcdir/browser/config/mozconfig
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector,gnomevfs,negotiateauth
ac_add_options --enable-crypto
ac_add_options --disable-ldap
ac_add_options --disable-profilesharing
EOT
moz_configure
moz_build
moz_install
moz_register
}

+ 2
- 2
package/x11/firefox/firefox.desc

@ -35,8 +35,8 @@
[L] MPL
[S] Beta
[V] 0.8
[V] 0.9
[P] X -----5---9 531.000
[D] 859560963 firefox-source-0.8.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.8/
[D] 3058806869 firefox-0.9-source.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/0.9/

+ 0
- 13
package/x11/firefox/gcc34.patch

@ -1,13 +0,0 @@
--- mozilla/gfx/public/nsRegion.h 2003-03-25 03:57:42.000000000 +0100
+++ mozilla-fixed/gfx/public/nsRegion.h 2004-05-05 23:52:57.000000000 +0200
@@ -233,8 +233,9 @@
void MoveInto (nsRegion& aDestRegion, const RgnRect* aStartRect);
void MoveInto (nsRegion& aDestRegion)
{ MoveInto (aDestRegion, mRectListHead.next); }
-
+public:
nsRegion (const nsRegion& aRegion); // Prevent copying of regions
+private:
nsRegion& operator = (const nsRegion& aRegion);
};

+ 10
- 6
package/x11/mozilla/mozilla.conf

@ -74,6 +74,14 @@ moz_install() {
eval $MAKE install
}
moz_register() {
echo "Run the component registration ..."
pushd $MOZILLA_FIVE_HOME
LD_LIBRARY_PATH=. ./regxpcom
LD_LIBRARY_PATH=. ./regchrome
popd
}
moz_main() {
# maybe obsolete ... to be checked
export MOZILLA_OFFICIAL=1 BUILD_OFFICIAL=1
@ -100,6 +108,7 @@ EOT
moz_build
moz_install
moz_register
echo "Copy all mozilla include files" \
"(required for building galeon, evolution, etc.) ..."
@ -108,14 +117,9 @@ EOT
cp -rL dist/include/* $includedir/mozilla-$ver/
cp -rL dist/public/* $includedir/mozilla-$ver/
echo "Run the component registration ..."
cd $MOZILLA_FIVE_HOME
LD_LIBRARY_PATH=. ./regxpcom
LD_LIBRARY_PATH=. ./regchrome
echo "Creating /etc/profile.d/mozilla ..."
cat <<- EOT > $root/etc/profile.d/mozilla
export MOZILLA_FIVE_HOME=$root/usr/lib/mozilla-$ver
export MOZILLA_FIVE_HOME=$MOZILLA_FIVE_HOME
EOT
echo "Creating library symlinks ..."

+ 2
- 2
package/x11/mozilla/mozilla.desc

@ -44,8 +44,8 @@
[L] MPL
[S] Stable
[V] 1.7rc1
[V] 1.7rc3
[P] X -----5---9 531.000
[D] 2863280715 mozilla-source-1.7rc1.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7rc1/src/
[D] 3905351292 mozilla-source-1.7rc3.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7rc3/src/

+ 2
- 2
package/x11/thunderbird/thunderbird.desc

@ -36,8 +36,8 @@
[L] MPL
[S] Beta
[V] 0.6
[V] 0.7
[P] X -----5---9 531.000
[D] 2891730931 thunderbird-source-0.6.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.6/
[D] 1746147941 thunderbird-0.7-source.tar.bz2 http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/0.7/

Loading…
Cancel
Save