-
Notifications
You must be signed in to change notification settings - Fork 5
Updating Mozilla Dependencies
Martin Sirringhaus edited this page Jan 20, 2020
·
3 revisions
Workflow of updating dependencies for a new Firefox-version
- Install
cargo
if you haven't already - Go to https://github.com/eqrion/cbindgen/releases and pick the release you need
- Download the tar-ball into your OBS-repo
- Extract the tarball
- Go into the extracted directory
- Do
cargo vendor && tar -cJf ../vendor.tar.xz vendor
- Change version in spec-file
- Copy and paste content of
CHANGES
to the changes-file
Understanding source structures
Packaging
Debugging
Debugging Firefox with QtCreator
Additional info