Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : firefox | name : firefox | ||||
| version : 66.0.3 | version : 66.0.3 | ||||
| release : 152 | release : 153 | ||||
| source : | source : | ||||
| - https://ftp.mozilla.org/pub/firefox/releases/66.0.3/source/firefox-66.0.3.source.tar.xz : 1fe4cfe4f4afce8d5532da8f36a48c333750c90a6ee67167309357edf514c22a | - https://ftp.mozilla.org/pub/firefox/releases/66.0.3/source/firefox-66.0.3.source.tar.xz : 1fe4cfe4f4afce8d5532da8f36a48c333750c90a6ee67167309357edf514c22a | ||||
| - https://getsol.us/sources/mozilla/firefox-66.0.3-langpacks.tar.xz : 2a88dab2b9e0d0c754a495477a8066d0faa9a384dc32945be2f29706a1ea19dc | - https://getsol.us/sources/mozilla/firefox-66.0.3-langpacks.tar.xz : 2a88dab2b9e0d0c754a495477a8066d0faa9a384dc32945be2f29706a1ea19dc | ||||
| license : | license : | ||||
| - GPL-2.0-or-later | - GPL-2.0-or-later | ||||
| - MPL-2.0 | - MPL-2.0 | ||||
| component : network.web.browser | component : network.web.browser | ||||
| summary : Firefox web browser | summary : Firefox web browser | ||||
| Show All 30 Lines | |||||
| environment: | | environment: | | ||||
| export MOZ_NOSPAM=1 | export MOZ_NOSPAM=1 | ||||
| export MOZBUILD_STATE_PATH=$PWD | export MOZBUILD_STATE_PATH=$PWD | ||||
| setup : | | setup : | | ||||
| cp $pkgfiles/mozilla-api-key . | cp $pkgfiles/mozilla-api-key . | ||||
| cp $pkgfiles/config .mozconfig | cp $pkgfiles/config .mozconfig | ||||
| sed 's@\#\#JOBCOUNT\#\#@%JOBS%@' -i .mozconfig | sed 's@\#\#JOBCOUNT\#\#@%JOBS%@' -i .mozconfig | ||||
| %patch -p1 < $pkgfiles/rust-1.33.patch | |||||
| ./mach configure | ./mach configure | ||||
| build : | | build : | | ||||
| ./mach build | ./mach build | ||||
| ./mach buildsymbols | ./mach buildsymbols | ||||
| install : | | install : | | ||||
| # Install locales first | # Install locales first | ||||
| langpackdir="$installdir/%libdir%/firefox/browser/extensions" | langpackdir="$installdir/%libdir%/firefox/browser/extensions" | ||||
| install -D -d -m 00755 "${langpackdir}" | install -D -d -m 00755 "${langpackdir}" | ||||
| Show All 20 Lines | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.