Age | Commit message (Collapse) | Author |
|
• Move from deprecated `convert` command to `magick`.
• Install docs in "/usr/share/doc/" rather than "/usr/share/docs/"
|
|
Improve fetching NPM dependency versions, bump `pkgver`.
|
|
• Generate and save Markdown changelog in `/usr/share/docs/`.
• Generate and bundle text-based changelog to the package metadata.
• Add generated changelog to `.gitignore`.
|
|
• Update code for removing more useless dependencies.
• Add support for using upstream lockfile.
• Add `StartupWMClass` to the `.desktop` file.
• Update package description.
• Minor code improvements and fixes.
|
|
|
|
• Adapt PKGBUILD for recent changes with `package-lock.json`.
• Adapt PKGBUILD for recent dependency changes.
• Replace `jq` usage with `npm-pkg`.
• Disable using system-provided packages as dependencies by the default.
|
|
• Fix bug with buildInfo.json generation.
• Use pacman-provided "asar" package.
• Check for `buildInfo.json` variable types.
• Bump pkgrel.
|
|
• Add shellcheck directive.
• Use pacman/AUR packages over NPM ones (experimental).
• Replace deprecated shell syntax with modern equivalents.
• Bump pkgver.
• Prevent adding `electron` to .SRCINFO by makepkg.
• Typo fixes in comments.
|
|
• Group and document PKGBUILD structure using BASH comments.
• Add enviroment variables inside PKGBUILD to modify build flags.
• Generate build metadata containing current commit hash.
• Install application data in `/usr/share` rather in `/usr/lib`.
|
|
Add a current directory (.) as a fallback path directory if 'srcinfo' is empty.
Also declare --cache flag value directly for _npm function instead of using a
top-level variable, probably declared even before srcinfo variable.
|
|
|
|
Note: pkgrel was not bumped on the purpose.
|
|
|
|
This should fix some issues with AUR wrappers installing `electron15` before the build.
|
|
|
|
Improved stability of packages by enforcing the same dependencies
as specified in the `package.json`.
|
|
Improved the PKGBUILD logic to let it automatically generate the list of the
needed NPM dependencies for types as well as guess the installed latest electron
binary name.
|
|
|
|
Also add a check for null value in `_e` variable.
|
|
|