summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-25Partially revert "minor fixed/improvements"MithicSpirit
This partially reverts commit 4072a8f9b21fe1c6e133949a85d7b0202c86ab08. Submodules still need to be manually updated.
2024-03-09minor fixed/improvementsMithicSpirit
2023-10-01Faster syncing of git submodulesMithicSpirit
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
2023-08-24remove cl-asdf makedependencyMithicSpirit
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.
2023-04-28Bump pkgrelMithicSpirit
2023-04-28No longer need to remove empty dirsMithicSpirit
Seems they fixed that issue, as those dirs are no longer present
2023-01-10bump pkgrelMithicSpirit
2023-01-10Remove empty dirsMithicSpirit
2023-01-08Remove unnecessary commentsMithicSpirit
2023-01-08FormattingMithicSpirit
2023-01-08Rename to nyxt (from nyxt-browser)MithicSpirit
2022-07-12Update to be more in-line with nyxt packageMithicSpirit
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.
2022-04-01Fix webkit2gtk dependency, overall improvementsMithicSpirit
- 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!
2021-10-13Update MaintainerMithicSpirit
(No changes to the script so updating .SRCINFO is unnecessary)
2021-08-08Fix dependenciesMithicSpirit
Adds `gobject-introspection-runtime` to `depends` array. Also sorts dependencies alphabetically.
2020-10-20fix licencecjber
2020-06-10Initial commitGoliathLabs