X-Git-Url: http://gitweb/?a=blobdiff_plain;f=firefox%2FPkgfile;h=8a43e8486f348bdda3115154721acd6ac9c8a407;hb=8d236139fa7560c2febfe6f832c96c55c3f8743a;hp=5eeebb69be6a68ce2a5958162c3d4700fb921510;hpb=3f5266132a6a9637d6b27169f3bd32e2a61a1a10;p=ports%2Fopt-arm.git diff --git a/firefox/Pkgfile b/firefox/Pkgfile index 5eeebb6..8a43e84 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -2,26 +2,27 @@ # URL: http://www.mozilla.com/firefox/ # Maintainer: Fredrik Rinnestam, fredrik at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: libidl nss gtk perl python alsa-lib yasm mesa3d +# Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d name=firefox -version=6.0 +version=18.0.1 release=1 -source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2 +source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2 mozconfig) - + build() { export MOZ_CO_PROJECT=browser export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 export MOZILLA_FIVE_HOME=/usr/lib/firefox - # We avoid thumb instructions over CFLAGS - export CFLAGS="$(echo $CFLAGS | sed -e 's/\-mthumb//')" cd mozilla-release sed -e "s/#CFLAGS#/$CFLAGS/" $SRC/mozconfig > .mozconfig - # Disabling elf-hacks in ARM - ./configure --disable-elf-hack + ./configure --disable-webrtc + + #mozilla sucks: BZ #824381 + mkdir $SRC/mozilla-release/js/src/.deps + make install -d \ @@ -39,7 +40,4 @@ build() { install -d $PKG/etc/ld.so.conf.d echo "/usr/lib/$name" > $PKG/etc/ld.so.conf.d/$name.conf - - # cleanup - rm $PKG/usr/lib/firefox/README.txt }