summarylogtreecommitdiffstats
path: root/.SRCINFO
AgeCommit message (Collapse)Author
9 daysTentative upgrade to v1.58.1.Christian Cornelssen
Fix dependency nodejs as nodejs-lts-iron because npm requires nodejs>=20.17.0 and pacman is not really smart about multiple version constraints. E.g. at nodejs<21 pacman auto-resolves to nodejs-lts-hydrogen=18.x, which then conflicts with the raised lower version bound. Theia now uses npm instead of yarn in its build scripts. Toplevel yarn commands are supposed to continue to work. However, the "resolutions" field in package.json gets replaced with "overrides" (and slightly different keys). make-package-version.sh from the theia-packaging-tools repo has been updated to provide both fields.
2024-12-31Tentative upgrade to 1.57.1.Christian Cornelssen
New version of make-package-json.sh simplifies prepare().
2024-12-16Upgrade to v1.56.0.Christian Cornelssen
Needed to disable the unpublished @theia/ai-hugging-face.
2024-10-31Tentative upgrade to v1.55.0Christian Cornelssen
2024-09-27Upgrade to 1.54.0.Christian Cornelssen
First release with experimental AI features (disabled by default).
2024-09-01Upgrade to v1.53.0Christian Cornelssen
2024-08-19Relax nodejs dependency; stricter install permissionsChristian Cornelssen
2024-07-25Upgrade to v1.52.0.Christian Cornelssen
Upgrade plugins ms-vscode.js-debug{,-companion} accordingly. Still required: Resolutions for nan and cpu-features. Cf. https://github.com/eclipse-theia/theia/pull/13748
2024-07-23Add resolutions for nan and cpu-features.Christian Cornelssen
Cf. https://github.com/eclipse-theia/theia/pull/13748 Furthermore, fetch and install LICENSE-vscode.txt.
2024-07-04Upgrade step to v1.51.0; build aborts however.Christian Cornelssen
Since v1.50.0, electron-rebuild aborts. Might be some tooling discrepancy on the Archlinux side. Needs to be investigated and worked around.
2024-05-04Upgrade to v1.49.1.Christian Cornelssen
Upgrade ms-vscode.js-debug to 1.88.0 (closest available to default 1.88.1). makedepends+=(python-setuptools) to accommodate python-3.12.
2024-04-05Upgrade to v1.48.3Christian Cornelssen
2024-03-28Upgrade to v1.48.0.Christian Cornelssen
Using option !debug to avaoid packaging /usr/src .
2024-03-09Upgrade to v1.47.1Christian Cornelssen
2024-02-14Upgrade to v1.46.1Christian Cornelssen
2024-02-01Update to v1.46.0.Christian Cornelssen
Without the notebook-related plugins, as those are not yet supported in the electron version.
2023-12-22Upgrade to 1.45.0Christian Cornelssen
2023-12-01Upgrade to v1.44.0.Christian Cornelssen
Same notes as for the previous couple of releases. extra-plugins.json: Explictly added ms-vscode.js-debug-companion (although it gets pulled in anyway).
2023-11-09Tentative upgrade to v1.43.1Christian Cornelssen
2023-10-29Tentative upgrade to 1.43.0.Christian Cornelssen
Newly included: packages/test As since v1.41.0: In contrast to the upstream release, this does not add the vscode.ipynb plugin (yet). Unlisting @theia/{preview,notebook}, but those get pulled in anyway.
2023-10-04Upgrade to v1.42.1.Christian Cornelssen
As for v1.41.0: In contrast to the upstream release, this does not add the vscode.ipynb plugin (yet). Unlisting @theia/{preview,notebook}, but those get pulled in anyway.
2023-09-02Tentative upgrade to v1.41.0.Christian Cornelssen
Updates dependency to Node.js LTS v18. In contrast to the upstream release, this does not add the vscode.ipynb plugin (yet). Unlisting @theia/{preview,notebook}, but those get pulled in anyway.
2023-07-30Tentative upgrade to 1.40.0.Christian Cornelssen
Plugins as in upstream release, without @theia/preview. js-debug pinned at 1.78.0 (current API compatibility level is 1.79.0 which does not exist at OpenVSX). Needs updated make-package-json.sh to account for OpenVSX glitches and for the changed .main entry.
2023-04-29Upgrade to v1.37.0Christian Cornelssen
2023-03-31Upgrade to v1.36.0.Christian Cornelssen
Update extension list to that of upstream's extension pack. With the new default API compatibility level, unpin most plugin versions. markdown-language-features kept at 1.64.2 as there are problems with the unpinned version. vscode.markdown-math does not work (perhaps due to security policy). User-installed mathpix.vscode-mathpix-markdown does work (as before), so remove markdown-math to reduce interference. Since there is no ms-vscode.js-debug=1.72.2 (default API version), pin js-debug to a slightly lower version.
2023-03-26Upgrade to v1.34.4; pin builtin extension versions at v1.55.2.Christian Cornelssen
Unless versions already specified otherwise. The new upstream default v1.68.1 (or 1.70.2 since 1.35.0) causes problems. Also remove @theia/preview; the accompanying markdown extensions are better.
2023-02-28Increment releaseChristian Cornelssen
2023-02-28Update nodejs version lower boundChristian Cornelssen
2023-02-28Update to v1.34.2Christian Cornelssen
2023-01-29Upgrade to 1.34.0Christian Cornelssen
2022-12-21Update .SRCINFOChristian Cornelssen
2022-11-26Upgrade to v1.32.0Christian Cornelssen
2022-10-29Upgrade to 1.31.0Christian Cornelssen
2022-10-01Build without @theia/secondary-window which is unsuitable for electron yet.Christian Cornelssen
https://github.com/eclipse-theia/theia/tree/v1.30.0/packages/secondary-window#readme
2022-09-30Upgrade to v1.30.0Christian Cornelssen
2022-08-26Update to v1.29.0Christian Cornelssen
2022-07-30Upgrade to 1.28.0Christian Cornelssen
2022-07-04Update to 1.27.0.Christian Cornelssen
extra-plugins.json: Use same typescript* plugin versions as in upstream.
2022-05-30Tentative upgrade to 1.26.0.Christian Cornelssen
* PKGBUILD: Abstract nodejs dependency with version range [12,18). Building with current nodejs fails even when installing npm for keytar, at the stage where extension dependencies are collected and ffmpeg.so is replaced. * extra-plugins.json: Use strict Open-VSX IDs as keys, as in Theia PR 11113. As before, expand the extension pack ourselves to speed up fetching.
2022-05-09Remove formally incompatible ms-vscode.js-debug-companionChristian Cornelssen
2022-05-06Upgrade to v1.25.0.Christian Cornelssen
Comes with an upgrade to make-package-json.sh and extra-plugins.json. Upstream now uses builtin-extension-pack along with theiaPluginsExcludeIds. Theia's resolving of bundled plugins is still buggy though. Shows in ZBufError and no progress. Therefore, replace the builtin-extension-pack with (most) bundled plugins.
2022-04-01Tentative upgrade to v1.24.0Christian Cornelssen
2022-02-27Tentative upgrade to 1.23.0.Christian Cornelssen
Reflect updated themes as in upstream #10525. Also update vscode.vscode-theme-seti.
2022-02-01Tentative upgrade to 1.22.1.Christian Cornelssen
Needs a new version of `make-package-json.sh` because devDependencies now needs electron included.
2021-12-17Tentative upgrade to v1.21.0Christian Cornelssen
2021-11-26Tentative upgrade to v1.20.0Christian Cornelssen
2021-11-13makedepends: python2 -> pythonChristian Cornelssen
2021-11-13extra-plugins.json: Keep eslint plugin version < 2.2Christian Cornelssen
This avoids startup error messages in Theia 1.19.0.
2021-11-12Update cjecksums and .SRCINFOChristian Cornelssen
2021-09-03Put make-package-json.sh in its own repo.Christian Cornelssen
As discussed in #9. Useful for decoupling tool development from AUR packaging. Explicitly use bash so the script does not need exec perms. Reason: Downloading files does not preserve exec flags.