Age | Commit message (Collapse) | Author |
|
This partially reverts commit 4072a8f9b21fe1c6e133949a85d7b0202c86ab08.
Submodules still need to be manually updated.
|
|
|
|
The use of `git submodule update --init --recursive --jobs "$(nproc)"`
has a few benefits over the previous option:
- Handles recursive submodules correctly (rather than only doing
top-level modules)
- Uses multiple threads at the same time for faster downloading. In
theory this should respect the user's number of jobs in their
$MAKEFLAGS, but it is difficult to manually parse that (and doesn't
matter too much since this is primarily network-bound rather than
cpu-bound)
- Shorter
|
|
This is already provided by sbcl, but makepkg still prompts about
whether to use sbcl or ecl for this, which I was getting very annoyed
with.
|
|
|
|
Seems they fixed that issue, as those dirs are no longer present
|
|
|
|
|
|
|
|
|
|
|
|
Main change is that conflicts and provides were both changed to nyxt,
though some other things also received minor changes. Also considering
moving this package to nyxt-git in the near future.
Please let me know if there are any issues with the changes.
|
|
- Changes webkit2gtk to webkit2gtk-4.1
- Installs all licenses (ASSET-LICENSE, SOURCE-LICENSE, as well as any
others that are added to the correct ./licenses/ directory in the nyxt
source code)
- Fixes license field to custom:BSD instead of BSD-3
- Changes pkgver variable to "latest" to emphasize that this always
pulls from the latest git commit (pkgver() function will still set the
correct version at build-time)
Thank you to @e-v for most of these!
|
|
(No changes to the script so updating .SRCINFO is unnecessary)
|
|
Adds `gobject-introspection-runtime` to `depends` array.
Also sorts dependencies alphabetically.
|
|
|
|
|