aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
Commit message (Collapse)AuthorAge
* v77.0.1-1ohfp2020-06-06
|
* v76.0.1-1ohfp2020-05-08
|
* bump pkgrel for new buildsohfp2020-05-08
|
* fix missing locales from removed extension breaking the build when building ↵ohfp2020-05-08
| | | | a profiled browser
* v76.0-1ohfp2020-05-07
|
* Remove mozilla plugin certificates, fixes #112ohfp2020-04-10
| | | | | | | | | Via `sed` instead of a patch, in the hope that it might be less of a maintenance burden compared to patch witch changes in the file to patch with subsequent upstream releases. Should only be merged once it's ensured there are no unforseen side effects when built with the Plugin Certificates removed.
* v75.0-1 PKGBUILDohfp2020-04-07
|
* forgot to add the updated pkgbuildohfp2020-04-04
|
* small release: webrtc unlocked (but still disabled)ohfp2020-04-01
|
* fix some env vars for aarch64 buildsohfp2020-03-31
|
* keep pkgver + -rel fixed in PKGBUILD for nowohfp2020-03-31
|
* comment some ubuntu-specific options; fix flatpak json talk-variableohfp2020-03-30
|
* de-Archify some aspects of builds and -scripts; allow to initiate separate ↵ohfp2020-03-28
| | | | steps manually; first attempt to build tarball on ubuntu 16.04
* remove unused variable from PKGBUILDohfp2020-03-24
|
* enable SearchEngine policy for non-ESR Firefox; remove direct non-policy ↵ohfp2020-03-24
| | | | installation of ublock again
* install ublock origin with tarball, #106 2/2ohfp2020-03-21
|
* install ublock origin with PKGBUILD, #106 1/2ohfp2020-03-21
|
* allow addon sideloading; fixes #101ohfp2020-03-15
|
* enable pgo without cross for aarch64 builds, fix #104ohfp2020-03-15
|
* v74.0-2; new release without broken librewolf.cfg, see ac25a5ef in settingsohfp2020-03-10
|
* v74.0-1; compress flatpak-repo folders for releaseohfp2020-03-10
|
* temporarily disable custom config/patches during buildohfp2020-03-06
| | | | | Some changes should be discussed before being integrated in the main LibreWolf releases, so they're disabled for the time being.
* Partial rewrite of build processohfp2020-03-06
Switching to an Arch based build process for easier maintenance and using specific runners for tasks where that might be necessary. Right now, parent/child pipelines for somewhat parallel builds for different architectures / semi-independent pak-builds don't seem to properly work yet due to `trigger:` not being recognized when it should, so that's not yet implemented.
bgstack15