summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-11-25Upgrade to v2023.11.3Sam Al-Sapti
2023-11-13Bump to 2023.11.0Sam Al-Sapti
2023-10-03Upgrade to v2023.10.0Sam Al-Sapti
2023-09-21Upgrade to v2023.9.1Sam Al-Sapti
2023-09-11Upgrade to v2023.9.0Sam Al-Sapti
2023-07-18Add fixed no_targets.patch by @joruSam Al-Sapti
https://gist.github.com/j0ru/96288ceea7e0be8d9d10737b7d10c502
2023-07-17Upgrade to v2023.7.2Sam Al-Sapti
2023-07-15Upgrade to v2023.7.1Sam Al-Sapti
2023-07-05Upgrade to v2023.7.0Sam Al-Sapti
2023-05-26Upgrade to v2023.5.3Sam Al-Sapti
2023-05-26Upgrade to v2023.5.2Sam Al-Sapti
2023-05-24Upgrade to v2023.5.1Sam Al-Sapti
2023-05-10Upgrade to v2023.5.0Sam Al-Sapti
Screensharing under Wayland is broken. See: https://github.com/jitsi/jitsi-meet-electron/issues/829
2023-02-26Update PKGBUILDSam Al-Sapti
- Don't replace the Electron version in package.json, we should use the one upstream wants, especially since they downgraded to 21. - Use a single depends list - Use the same Electron version everywhere - Don't makedepend on npm, it's provided by nvm
2023-02-18Fix Electron dirSam Al-Sapti
2023-02-18Update maintainer in PKGBUILDSam Al-Sapti
2023-02-17Bump to v2023.2.0Sam Al-Sapti
Electron is downgraded to 21 temporarily. https://github.com/jitsi/jitsi-meet-electron/pull/843
2023-01-11v2022.12.0lsf
2022-11-23v2022.11.0lsf
2022-11-05v2022.10.1; unconstrained electronlsf
2022-08-182022.8.1; electron19lsf
2022-05-12v2022.4.1; electron17lsf
2022-01-10v2022.1; also temporarily switch to electron15 due to some odd wayland ↵lsf
crashing on 16
2021-12-06v2021.12.2; use electron16; finally fix building with newer node ver by ↵lsf
dropping npx
2021-11-12v2021.11.2; change git+ssh references to git+https in package-lock.jsonlsf
2021-11-11v2021.11.1lsf
2021-09-29v2.9.0 and missing srcinfolsf
2021-09-29update jitsi-meetlsf
2021-09-15v2.8.12-1; drop pipewire fixlsf
2021-09-05v2.8.11-1lsf
2021-08-09drop python2 as a makedependency, use python insteadlsf
2021-08-04v2.8.9-1; drop electron12lsf
2021-07-04v2.8.8lsf
2021-06-29fix aarch64 buildlsf
2021-06-27v2.8.7; hopefully fix nvm prefix and folder clutter issues; revert patch ↵lsf
that causes issue on wayland/sway
2021-06-22switch to electron12 for x86_64 as welllsf
2021-06-14specify electron12 binary for aarch64 (manjaro already has electron13 as ↵lsf
default)
2021-05-13v2.8.6lsf
2021-04-15v2.8.5lsf
2021-04-03v2.8.4lsf
2021-03-27v2.8.3lsf
2021-03-16v2.7.1lsf
2021-03-10"node": ">=12.0.0" is a lie; use nvm to build with node <15, otherwise ↵lsf
electron-builder initiated rebuild just hangs forever
2021-02-272.5.1lsf
2020-10-29v2.4.2lsf
2020-10-02v2.4.1lsf
2020-09-25update to 2.4.0lsf
2020-09-13update for electron10 compatibilitylsf
2020-07-30update to 2.3.1lsf
2020-07-23fix .desktop fileohfp