Commit graph

244 commits

Author SHA1 Message Date
Jörg Thalheim ba962cc4bb
electron: add missing wayland runtimeDependency (#206978)
when using --ozone-platform-hint=wayland it will dlopen this library.

Adding wayland to rpath does not increase the closure size since gtk3
already should have wayland in its closure.

This fixes element-desktop for example.
2022-12-20 10:05:15 +01:00
Carlos Garcia Ortiz karliatto 5fcf830153
electron_22: init at 22.0.0 2022-12-02 16:23:06 +01:00
Pavol Rusnak 24323d103c
electron: mark versions < 18 as EOL
see https://endoflife.date/electron for more info
2022-11-07 09:34:00 +01:00
Mihai Fufezan 76476ecfcb
electron_21: 21.0.1 -> 21.2.1 2022-11-02 18:37:29 +02:00
Mihai Fufezan 1ca2296b03
electron_21: init at 21.0.1 2022-10-04 01:42:48 +03:00
Mihai Fufezan c2567baa13
electron_20: 20.1.0 -> 20.1.3 2022-09-18 20:50:07 +03:00
Mihai Fufezan 0a8dcdfbb0
electron_20: 20.0.1 -> 20.1.0 2022-08-29 01:43:25 +03:00
Kira Bruneau 4c476e1c70 electron: use wrapper instead of symlink for bin on darwin
electron fails to run through a symlink:

```
GPU process isn't usable. Goodbye.
```
2022-08-09 18:09:24 -04:00
Mihai Fufezan 93ac320de6
electron_20: init at 20.0.1 2022-08-08 23:07:48 +03:00
Pavol Rusnak 715b7691f2
electron_19: init at 19.0.7 2022-07-07 14:53:36 +02:00
Pavol Rusnak d2184ac868
electron: fix headers location
see https://www.electronjs.org/blog/s3-bucket-change for more info
2022-07-06 10:36:38 +02:00
Robert Schütz 0ca71677b4 electron: mark meta.sourceProvenance 2022-06-13 17:39:32 +00:00
Noah Fontes f26abaa2ef
electron: (mostly) remove dependency on libXss.so
Electron 10, which is built from Chromium 85.0.4183.84, no longer
depends on libXScrnSaver. This was removed from Chromium upstream in
revision 782094
(https://chromium-review.googlesource.com/c/chromium/src/+/2261490),
which landed in Chromium 85.0.4182.0
(https://storage.googleapis.com/chromium-find-releases-static/aa5.html#aa5c637805cd33366f2181ed6ec54e0ed174a6f9).

This change removes the LD_PRELOAD of libXss.so.1 and simply includes
libXScrnSaver in the rpath for Electron versions prior to 10.0.0.
2022-05-13 19:02:56 -07:00
Anders Kaseorg 6920d8ca42 treewide: Simplify negated uses of versionAtLeast, versionOlder
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-25 13:35:24 -07:00
Pavol Rusnak 65bceb3aa8
Merge pull request #169854 from Congee/rpath_chrome_crashpad_handler
electron: fix rpath for executable chrome_crashpad_handler
2022-04-24 10:40:11 +02:00
Congee 97a94014f5
electron: fix rpath for executable chrome_crashpad_handler
chrome_crashpad_handler the crash reporter does not work if rpath is unpatched
2022-04-23 20:18:27 -04:00
Anders Kaseorg 2b9e207a04 electron_18: init at 18.1.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-22 14:08:25 -07:00
Anders Kaseorg 015cb5656a electron_17: 17.3.1 → 17.4.1
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-22 14:08:20 -07:00
Anders Kaseorg d2a5b1281c electron_16: 16.2.1 → 16.2.3
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-22 14:08:10 -07:00
Anders Kaseorg 163c53865c electron_15: 15.5.1 → 15.5.2
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-22 14:00:55 -07:00
teutat3s ae2990ca1b
electron: mark versions <= 14 as EOL 2022-04-01 16:03:21 +02:00
teutat3s 5875fd68d6
electron_14: 14.2.7 -> 14.2.9
https://github.com/electron/electron/compare/v14.2.7...v14.2.9

With the release of electron v18, v14 is now officially EOL.
Look for "End of Support for 14.x.y" in:
https://github.com/electron/electron/releases/tag/v18.0.0
2022-03-31 17:58:58 +02:00
teutat3s 2caf14f6cc
electron_15: 15.4.1 -> 15.5.1
https://github.com/electron/electron/compare/v15.4.1...v15.5.1
2022-03-31 17:56:16 +02:00
teutat3s 8e9aad9883
electron_16: 16.1.0 -> 16.2.1
https://github.com/electron/electron/compare/v16.1.0...v16.2.1
2022-03-31 17:55:12 +02:00
teutat3s 732e3c70f1
electron_17: 17.1.2 -> 17.3.1
https://github.com/electron/electron/compare/v17.1.2...v17.3.1
2022-03-31 17:53:57 +02:00
TredwellGit 28049d0034 electron_17: 17.1.0 -> 17.1.2
https://github.com/electron/electron/releases/tag/v17.1.1
https://github.com/electron/electron/releases/tag/v17.1.2
2022-03-16 21:53:08 +00:00
TredwellGit 4884f58b7f electron_16: 16.0.10 -> 16.1.0
https://github.com/electron/electron/releases/tag/v16.1.0
2022-03-16 21:53:08 +00:00
TredwellGit 1a025227da electron_15: 15.4.0 -> 15.4.1
https://github.com/electron/electron/releases/tag/v15.4.1
2022-03-16 21:53:08 +00:00
TredwellGit a12aeae118 electron_14: 14.2.6 -> 14.2.7
https://github.com/electron/electron/releases/tag/v14.2.7
2022-03-16 21:53:08 +00:00
Joel d8305e6d97
electron_17: 17.0.1 -> 17.1.0 2022-03-01 18:06:58 +10:00
Joel 2f89b8818f
electron_16: 16.0.9 -> 16.0.10 2022-03-01 18:06:58 +10:00
Joel 9af2d06fb0
electron_15: 15.3.7 -> 15.4.0 2022-03-01 18:06:58 +10:00
TredwellGit 62e791d9f3 electron_17: 17.0.0 -> 17.0.1
https://github.com/electron/electron/releases/tag/v17.0.1
2022-02-16 06:50:24 +00:00
TredwellGit 41de21a2a1 electron_16: 16.0.8 -> 16.0.9
https://github.com/electron/electron/releases/tag/v16.0.9
2022-02-16 06:49:46 +00:00
TredwellGit f2c15707a7 electron_15: 15.3.6 -> 15.3.7
https://github.com/electron/electron/releases/tag/v15.3.7
2022-02-16 06:49:11 +00:00
TredwellGit e7ce85d8d4 electron_14: 14.2.5 -> 14.2.6
https://github.com/electron/electron/releases/tag/v14.2.6
2022-02-16 06:48:44 +00:00
Brandon Weeks cdfac76b72 whirlpool-gui: remove
whirlpool-gui depends on the very out dated Electron 7. Upstream does
not appear to be tracking newer versions of Electron.

https://code.samourai.io/whirlpool/whirlpool-gui
2022-02-12 01:08:14 -08:00
Pavol Rusnak c355097bf0
Merge pull request #158555 from brandonweeks/electron_eol
electron: mark versions <= 13 as EOL
2022-02-08 09:51:42 +01:00
Brandon Weeks 0184f0e0a5 electron: mark versions <= 13 as EOL 2022-02-07 22:26:44 -08:00
Brandon Weeks 88fec5f29e electron: depend on libglvnd
Despite shipping libGLES.v2.so, Chromium also expect libGLESv2.so.2 to
exist as a system library. This is the same fix as 9086ae6 was for
Chrome.
2022-02-07 20:53:41 -08:00
TredwellGit fbe8be9a8c electron_17: init at 17.0.0
https://github.com/electron/electron/releases/tag/v17.0.0
2022-02-07 20:53:41 -08:00
TredwellGit cd17b35b1c electron_13: 13.6.8 -> 13.6.9
https://github.com/electron/electron/releases/tag/v13.6.9
2022-02-03 03:42:54 +00:00
TredwellGit 2fd87d4313 electron_16: 16.0.7 -> 16.0.8
https://github.com/electron/electron/releases/tag/v16.0.8
2022-01-31 23:25:14 +00:00
TredwellGit 97184d6ca3 electron_15: 15.3.5 -> 15.3.6
https://github.com/electron/electron/releases/tag/v15.3.6
2022-01-31 23:24:33 +00:00
TredwellGit 65ea1a8bf1 electron_14: 14.2.4 -> 14.2.5
https://github.com/electron/electron/releases/tag/v14.2.5
2022-01-31 23:24:09 +00:00
Felix Buehler 0b52d42646 electron: rename name to pname&version 2022-01-31 10:54:08 +01:00
TredwellGit 7a2cc7b491 electron_13: 13.6.7 -> 13.6.8
https://github.com/electron/electron/releases/tag/v13.6.8
2022-01-27 09:23:38 +00:00
Pavol Rusnak 741f4a7769
Merge pull request #155072 from brandonweeks/electron
electron: mark versions <= 12 as EOL
2022-01-15 12:26:48 +01:00
Brandon Weeks 79e607c351 electron: mark versions <= 12 as EOL 2022-01-14 21:29:21 -08:00
Pavol Rusnak d4cc90aea5
Merge pull request #154978 from TredwellGit/electron
Update Electron
2022-01-14 09:47:39 +01:00