Age | Commit message (Collapse) | Author |
|
|
|
- Add a way to handle when the electron releases lag behin the github
tags
|
|
- 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`.
|
|
|
|
|
|
|
|
|
|
- Each update of electron may need a rebuild, but program run smoother
on v18.
- nodejs-lts-fermium replaced by nodejs-lts-gallium
|
|
- It prevented the package from building
- Also correct sha256sums in .SRCINFO
|
|
- 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.
|
|
- All electronXX provides electron but only community/electron provides
/usr/lib/electron. So version greater than or equal to 16 is
requested.
|
|
- 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.
|
|
|
|
|
|
- Teams links are opened when called from web browsers
- 14<=NodeJS<15 is now a required make dependency
- Bump checksum
|
|
- Also rename package to teams-for-linux*-git*
|
|
- 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
|