Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=889d6ad1cfbada9bc04c8cd90ff60845fe1eb0c2
commit 889d6ad1cfbada9bc04c8cd90ff60845fe1eb0c2 Author: crazy <[email protected]> Date: Thu Dec 10 00:33:11 2015 +0100 firefox-42.0-2-x86_64 * up2date/source fix * some FB cleanup diff --git a/source/xapps/firefox/FrugalBuild b/source/xapps/firefox/FrugalBuild index e8e603e..5749fbe 100644 --- a/source/xapps/firefox/FrugalBuild +++ b/source/xapps/firefox/FrugalBuild @@ -14,8 +14,9 @@ depends=('libevent' 'hunspell' 'libidl' 'desktop-file-utils' 'nss>=3.19.2' 'glib makedepends=('zip' 'yasm' 'x11-protos') groups=('xapps') archs=('i686' 'x86_64') -up2date="Flastarchive http://download-origin.cdn.mozilla.net/pub/mozilla.org/$pkgname/releases/latest/source/ .source.tar.xz" -source=(http://download-origin.cdn.mozilla.net/pub/mozilla.org/$pkgname/releases/latest/source/$pkgname-$pathver.source.tar.xz \ +_F_archive_grepv="b[0-9]" +up2date="Flastverdir http://ftp.mozilla.org/pub/firefox/releases/" +source=(http://ftp.mozilla.org/pub/$pkgname/releases/$pkgver/source/$pkgname-$pathver.source.tar.xz \ ffremote \ $pkgname.desktop \ prefs.js \ @@ -59,15 +60,18 @@ build() { make -f client.mk DESTDIR="$Fdestdir" install || Fdie - # correction on broken ff symlink + # correction for broken ff symlink Frm /usr/bin/firefox Fln /usr/lib/firefox/firefox /usr/bin/firefox # remove ff-devel dir Frm /usr/lib/firefox-devel - # create symlink nss headers to OOo - Fln /usr/include/nss3 /usr/include/firefox/nss + #temporary hack to remove some nss headers conflicting with system nss + Frm usr/include/firefox/nss + + # create symlink for LO + #Fln /usr/include/nss3 /usr/include/firefox/nss # Install ffremote. Fexe /usr/bin/ffremote @@ -86,8 +90,6 @@ build() { #Preferences file Finstall 644 prefs.js usr/lib/$pkgname/defaults/pref/prefs.js - #temporary hack to remove some nss headers conflicting with system nss - Frm usr/include/firefox/nss } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
