summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-09-16 15:32:28 +0200
committersibel <lesibel at free dot fr>2010-09-16 15:32:28 +0200
commitd375d6293c43f202548cbdf7a91539a7a06b992b (patch)
tree8b9ef398cf2d4f802339548e5bd39262aba54f89
parentadbaaad90235d648b1165217228f06711a7a7f40 (diff)
downloadnutyx-extra-d375d6293c43f202548cbdf7a91539a7a06b992b.tar.gz
nutyx-extra-d375d6293c43f202548cbdf7a91539a7a06b992b.tar.bz2
nutyx-extra-d375d6293c43f202548cbdf7a91539a7a06b992b.tar.xz
nutyx-extra-d375d6293c43f202548cbdf7a91539a7a06b992b.zip
maj de firefox#3.6.10-1
-rw-r--r--acompiler/firefox/.md5sum6
-rw-r--r--acompiler/firefox/Pkgfile19
-rw-r--r--acompiler/firefox/mozconfig2
3 files changed, 11 insertions, 16 deletions
diff --git a/acompiler/firefox/.md5sum b/acompiler/firefox/.md5sum
index 770596a57..9dbd8a2f5 100644
--- a/acompiler/firefox/.md5sum
+++ b/acompiler/firefox/.md5sum
@@ -1,4 +1,4 @@
-100ecafd6c6c5062bc03bb2fb651fc17 firefox-3.6.9.source.tar.bz2
+59ee60ddfd8b33e99a24788d3b12adb3 firefox-3.6.10.source.tar.bz2
68cf02788491c6e846729b2f2913bf79 firefox.desktop
-a4e71186da87d60c06feb70ec5af3662 fr.xpi
-0ce15c57ad95ec84d688188d1ac6e64a mozconfig
+658183e3e94959582c3bd382644692ea fr.xpi
+dbe3d190f2b705db179107190f605156 mozconfig
diff --git a/acompiler/firefox/Pkgfile b/acompiler/firefox/Pkgfile
index 1856cde8c..23ba6b2fa 100644
--- a/acompiler/firefox/Pkgfile
+++ b/acompiler/firefox/Pkgfile
@@ -5,19 +5,13 @@
# Depends on: desktop-file-utils, alsa-lib, gtk, libidl, pango, python, curl, nss, libnotify, sqlite3, dbus-glib, libgnomeui
name=firefox
-version=3.6.9
+version=3.6.10
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2\
http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/linux-i686/xpi/fr.xpi\
mozconfig firefox.desktop)
build() {
-# unset MAKEFLAGS
-# unset CFLAGS
-# unset CXXFLAGS
-
-# export LDFLAGS="-Wl,-rpath,/usr/lib/firefox-3.6"
-
export MOZ_CO_PROJECT=browser
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
@@ -25,6 +19,7 @@ build() {
cd mozilla-1.9.2
sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig
+
./configure
make
@@ -41,11 +36,11 @@ build() {
# devel stuff
cp -frL dist/idl/* $PKG/usr/share/idl/firefox/
cp -frL dist/include/* $PKG/usr/include/firefox/
-install -m755 -d $PKG/usr/share/{applications,pixmaps}
-install -m644 browser/branding/unofficial/default48.png \
- $PKG/usr/share/pixmaps/firefox.png
-install -m644 ../firefox.desktop \
- $PKG/usr/share/applications/
+ install -m755 -d $PKG/usr/share/{applications,pixmaps}
+ install -m644 browser/branding/unofficial/default48.png \
+ $PKG/usr/share/pixmaps/firefox.png
+ install -m644 ../firefox.desktop \
+ $PKG/usr/share/applications/
# Localisation
cd ..
diff --git a/acompiler/firefox/mozconfig b/acompiler/firefox/mozconfig
index 8d59c4cd7..1c776f933 100644
--- a/acompiler/firefox/mozconfig
+++ b/acompiler/firefox/mozconfig
@@ -2,7 +2,7 @@
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-shared
# parallel build
-mk_add_options MOZ_MAKE_FLAGS=-j2
+# mk_add_options MOZ_MAKE_FLAGS=-j2
# grab the defaults from the firefox tarball
. $topsrcdir/browser/config/mozconfig