diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2012-04-22 16:28:26 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2012-04-22 16:28:39 +0200 |
commit | 9504ff6ad60d805579ac988ee18f95d71ab64e92 (patch) | |
tree | 60165703e17d1ad3cf2c55e8e97dfe3f72886ef3 /firefox/Pkgfile | |
parent | f0f0cdabaf486b7c09211e38b36256bb136f8ce9 (diff) | |
download | opt-9504ff6ad60d805579ac988ee18f95d71ab64e92.tar.gz opt-9504ff6ad60d805579ac988ee18f95d71ab64e92.tar.xz |
firefox: updated to 12.0. Uses internal cairo library due to mozilla bugs.
Diffstat (limited to 'firefox/Pkgfile')
-rw-r--r-- | firefox/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/firefox/Pkgfile b/firefox/Pkgfile index fdc2061a3..ab12599ef 100644 --- a/firefox/Pkgfile +++ b/firefox/Pkgfile @@ -4,11 +4,11 @@ # Depends on: libidl, gtk, python, alsa-lib, yasm, mesa3d name=firefox -version=11.0 +version=12.0 release=1 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 @@ -22,10 +22,10 @@ build() { make install -d \ - $PKG$MOZILLA_FIVE_HOME \ - $PKG/usr/bin \ - $PKG/usr/share/idl/firefox \ - $PKG/usr/include/firefox + $PKG$MOZILLA_FIVE_HOME \ + $PKG/usr/bin \ + $PKG/usr/share/idl/firefox \ + $PKG/usr/include/firefox cp -rL dist/bin/* $PKG$MOZILLA_FIVE_HOME ln -s /usr/lib/firefox/firefox $PKG/usr/bin/firefox |