-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New package: firefox-ublock-origin-1.62.0 #54135
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Drop the INSTALL.msg
; that's for mission-critical notices, generally about breaking changes in new versions of software. Messages that teach people how to use software just add noise that is likely to be overlooked or ignored anyway.
I'm not convinced that there's enough value in this package to accept it.
mkdir -p uBlock-${version}/dist/build/uAssets | ||
mv uAssets-${_uassets_master} uBlock-${version}/dist/build/uAssets/main | ||
mv uAssets-${_uassets_ghpages} uBlock-${version}/dist/build/uAssets/prod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See vsrcextract
for a better way to manage this.
do_build() { | ||
cd uBlock-${version} | ||
make firefox | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unnecessary, whether you adopt vsrcextract
or not. Without vsrcextract
, you probably need to set build_wrksrc
. In either case, just set make_build_target="firefox"
.
Testing the changes
New package
Local build testing
I've based this template on Alpine's one.
Installs uBlock Origin for Firefox systemwide.
I'm going to use it in some deployments.
Is this package any good? Or shouldn't it be in repo?
Extension is installed same way as in
firefox-i18n
andfirefox-esr-i18n
packages.