summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-10-31Change git branch to main to follow upstreamDrasLorus
2023-06-29Change _electronVerFun to be more robustDrasLorus
- Add a way to handle when the electron releases lag behin the github tags
2022-08-09Allow use for any nodejs over 15, and fix chroot build.DrasLorus
- With spellchecker out of the way, strict dependency to nodejs-lts-gallium is not needed anymore. - In clean chroot, electron was installed only before the build step, then it was not available to correctly set the variable `_electronVer`. The use of a function allow to set the variable correctly, which results in successful build with `extra-x86_64-build`.
2022-08-09Modify description to highlight the use of the system-provided electron.DrasLorus
2022-08-04Move private electron variable out for consistency + SRCINFODrasLorus
2022-08-04Move private electron variable out for consistencyDrasLorus
2022-08-02Remove spellchecker from the installation, following upstreamDrasLorus
2022-06-02Bumb electron16 to electron and node.js to galliumDrasLorus
- Each update of electron may need a rebuild, but program run smoother on v18. - nodejs-lts-fermium replaced by nodejs-lts-gallium
2022-03-18Remove specification of yarn versionDrasLorus
- It prevented the package from building - Also correct sha256sums in .SRCINFO
2022-03-02Solve spellchecker build error by explicitely linking to electron16DrasLorus
- Node fermium (14 LTS) seems to fail to work with electron 17, current version shepped by arch. Explicitely specifying electron16 as dependency solve the issue. It also simplifies the PKGBUILD. - Screen sharing works perfectly at least on X11, just as backgrounds.
2022-02-18Add constraints to the electron version usedDrasLorus
- All electronXX provides electron but only community/electron provides /usr/lib/electron. So version greater than or equal to 16 is requested.
2022-01-31Major updatesDrasLorus
- Fix electron version to stick to upstream. - Remove all files provided by system electron from the resulting app. - Provide a custom `teams-for-linux` executables as a script to run the built `app.asar` with the system electron.
2022-01-30Fix to set `_electronVer` and `_electronDist` properlyDrasLorus
2022-01-28Try to link to the system electron13DrasLorus
2021-07-09Bump pkgrel to reflect change in .desktop fileDrasLorus
- Teams links are opened when called from web browsers - 14<=NodeJS<15 is now a required make dependency - Bump checksum
2021-06-30Add 'provides' and 'conflicts'DrasLorus
- Also rename package to teams-for-linux*-git*
2021-06-29Initial commitDrasLorus
- PKGBUILD is derived from the release-based version - desktop file is the one of the release based version, all right reserved to its initial writer