Age | Commit message (Collapse) | Author |
|
This reverts commit df7607e23825fd52c5f601619ac62cad3918e468.
|
|
|
|
Thanks to Kevin Kuehler for pointing out the now-unnecessary sandbox
flags and the downstream fix for setting release channel.
|
|
|
|
|
|
|
|
|
|
|
|
Note to self: Don't rush things out at 5:19 AM
|
|
Turns out you don't need to filter out comments for $@ to work if the
comment is a full line.
|
|
|
|
- Work around Brave segfaulting on new window (which messes up xdg-open)
- Added support for user flags, much like Arch's own chromium package
- Remove old, non-working workaround for pepper-flash support from Muon era
and replace it with a horrible hack necessary for enabling it in modern Brave
|
|
|
|
|
|
The warning message doesn't do much good in build(), the package may not
be installed on the system that built it, and it's likely to get lost.
Moving it to the launcher (where the same test was being run anyway)
and outputting it on STDERR makes the whole thing a bit less of a monkey
patch. Also this makes reviewing changes to the AUR package a lot
easier, changes to the launcher can be easily reviewed in git.
|