summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-09-01Fix doc dir, refactor PKGBUILD.SpacingBat3
• Move from deprecated `convert` command to `magick`. • Install docs in "/usr/share/doc/" rather than "/usr/share/docs/"
2023-04-09Fix for WebCord `4.2.0`.SpacingBat3
Improve fetching NPM dependency versions, bump `pkgver`.
2022-11-12Generate changelog files using `git`.SpacingBat3
• Generate and save Markdown changelog in `/usr/share/docs/`. • Generate and bundle text-based changelog to the package metadata. • Add generated changelog to `.gitignore`.
2022-09-25Update `PKGBUILD` and `.desktop` file.SpacingBat3
• 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.
2022-09-18Add optional dependencies.SpacingBat3
2022-09-04Update PKGBUILDSpacingBat3
• 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.
2022-08-08PKGBUILD improvementsSpacingBat3
• Fix bug with buildInfo.json generation. • Use pacman-provided "asar" package. • Check for `buildInfo.json` variable types. • Bump pkgrel.
2022-08-08Update PKGBUILD and .SRCINFOSpacingBat3
• 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.
2022-05-22Group code, add variables.SpacingBat3
• 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`.
2022-05-07Fix NPM cache path.SpacingBat3
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.
2022-05-07Update .desktop file and pkgdescSpacingBat3
2022-05-02Update package descriptionSpacingBat3
Note: pkgrel was not bumped on the purpose.
2022-05-02Install `electron` without binaries.SpacingBat3
2021-12-12Update .SRCINFOSpacingBat3
This should fix some issues with AUR wrappers installing `electron15` before the build.
2021-11-28Bump pkgrelSpacingBat3
2021-11-28Update PKGBUILD to respect more `package.json`.SpacingBat3
Improved stability of packages by enforcing the same dependencies as specified in the `package.json`.
2021-09-28Fixed PKGBUILD for v2.X.XSpacingBat3
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.
2021-07-11Fix PKGBUILD for new WebCord's directory tree.SpacingBat3
2021-06-07Add 'url=' to the PKGBUILDSpacingBat3
Also add a check for null value in `_e` variable.
2021-06-07Initial commit.SpacingBat3