Commit Graph

9882 Commits

Author SHA1 Message Date
figsoda
b76b960e2e
Merge pull request #228812 from zhaofengli/wgsl-vim
vimPlugins.wgsl-vim: init at 2023-04-12
2023-04-28 21:15:06 -04:00
Zhaofeng Li
4d0df02911 vimPlugins.wgsl-vim: init at 2023-04-12 2023-04-28 16:42:14 -06:00
Dominik Ritter
e24518ef59 jetbrains: 2023.1 -> 2023.1.2 2023-04-28 20:21:13 +02:00
figsoda
1f3c4bf6b4
Merge pull request #228614 from wegank/vim-full-darwin
vim-full: fix build on darwin
2023-04-28 10:41:28 -04:00
linsui
9a495b4f8c vimPlugins.statuscol-nvim: init at 2023-04-23 2023-04-28 19:44:49 +08:00
Weijia Wang
652d267da6 vim-full: fix build on darwin 2023-04-28 08:32:48 +03:00
Yuriy Taraday
53e5cca730 vimPlugins.vim-solarized8: init at 2023-02-25 2023-04-27 23:04:12 +02:00
Weijia Wang
7a24752b97
Merge pull request #228521 from felschr/ldtk-1.3
ldtk: 1.2.5 -> 1.3.0
2023-04-27 22:16:16 +03:00
Felix Schröter
ebb1fb926a
ldtk: add meta.changelog 2023-04-27 15:03:22 +02:00
Felix Schröter
9d136b7467
ldtk: 1.2.5 -> 1.3.0 2023-04-27 14:58:40 +02:00
R. Ryantm
1a7a320671 cudatext: 1.191.5 -> 1.192.0 2023-04-27 08:29:26 +00:00
Pol Dellaiera
e3c56af419
vscode-extensions.github.vscode-github-actions: 0.25.3 -> 0.25.6 2023-04-26 19:13:43 +02:00
Pol Dellaiera
84c771b15a
vscode-extensions.github.github-vscode-theme: 6.3.3 -> 6.3.4 2023-04-26 19:13:43 +02:00
Pol Dellaiera
4c96969146
vscode-extensions.genieai.chatgpt-vscode: 0.0.3 -> 0.0.7 2023-04-26 19:13:43 +02:00
Pol Dellaiera
8380a2354c
vscode-extensions.chris-hayes.chatgpt-reborn: 3.11.2 -> 3.16.1 2023-04-26 19:13:43 +02:00
Pol Dellaiera
97bac2a0d8
vscode-extensions.nvarner-typst-lsp: 0.3.0 -> 0.4.1 2023-04-26 19:13:42 +02:00
Pol Dellaiera
31fa70d2b4
vscode-extensions.devsense.profiler-php-vscode: 1.33.12924 -> 1.33.13032 2023-04-26 19:13:42 +02:00
Pol Dellaiera
614e8296b2
vscode-extensions.devsense.phptools-vscode: 1.33.12924 -> 1.33.13032 2023-04-26 19:13:42 +02:00
Pol Dellaiera
b9bd4cc1bd
vscode-extensions.devsense.composer-php-vscode: 1.33.12924 -> 1.33.13032 2023-04-26 19:13:42 +02:00
github-actions[bot]
134b2c3768
Merge master into staging-next 2023-04-26 00:02:00 +00:00
Weijia Wang
f0d7596989
Merge pull request #227747 from r-ryantm/auto-update/tiled
tiled: 1.10.0 -> 1.10.1
2023-04-26 00:29:11 +03:00
github-actions[bot]
2e27a36b4b
Merge master into staging-next 2023-04-25 18:01:17 +00:00
Nikolay Korotkiy
132b7981ef
Merge pull request #228080 from r-ryantm/auto-update/orbiton
orbiton: 2.60.6 -> 2.61.0
2023-04-25 19:54:53 +04:00
Nikolay Korotkiy
33254c59fb
Merge pull request #228134 from r-ryantm/auto-update/cudatext
cudatext: 1.191.0 -> 1.191.5
2023-04-25 19:52:40 +04:00
R. Ryantm
dcb1d8d5e8 cudatext: 1.191.0 -> 1.191.5 2023-04-25 12:44:01 +00:00
github-actions[bot]
a39805cda2
Merge master into staging-next 2023-04-25 12:01:31 +00:00
Sandro Jäckel
aad577bd30 nodejs*: normalise names to better fit other packages
Versioned package attributes are usually named like $pname_$version
eg: nodejs-14_x -> nodejs_14
2023-04-25 11:28:17 +02:00
github-actions[bot]
497ac06266
Merge master into staging-next 2023-04-25 06:01:40 +00:00
R. Ryantm
aa7e3f35c5 orbiton: 2.60.6 -> 2.61.0 2023-04-25 04:59:29 +00:00
Vladimír Čunát
b7ca5d7406
Merge #227677: vim: Fix install phase parallelism
...and harden against future failures
Merge into staging-next.
2023-04-24 20:39:23 +02:00
squalus
12f58ef507 standardnotes: 3.150.45 -> 3.151.3 2023-04-24 09:58:39 -07:00
Kira Bruneau
740e1e27fa
Merge pull request #227856 from kira-bruneau/emacsPackages.lsp-bridge
emacsPackages.lsp-bridge: 20230311.1648 -> 20230424.1642
2023-04-23 21:36:55 -04:00
Kira Bruneau
072de16b78 emacsPackages.lsp-bridge: 20230311.1648 -> 20230424.1642 2023-04-23 14:39:14 -04:00
Samuel Dionne-Riel
15ebfa7be7 vim: Harden build against ex and other tools being missing
Those tools are often used as build-time dependency. Some deficiencies
in the upstream makefiles makes it possible that they will not be
installed, even though the `make install` call was successful.

This *could* make the `vim` build fail where it wouldn't have failed
previously, but it will now fail in a correct manner instead of being
incorrectly successful.

The previous patch (actually using -j1 in install phase) should make
this change redundant, but let's not pretend new bugs are never going to
happen!
2023-04-23 13:34:05 -04:00
R. Ryantm
8ee5861201 tiled: 1.10.0 -> 1.10.1 2023-04-23 08:03:11 +00:00
Weijia Wang
c4d7eb8c42
Merge pull request #224528 from dritter/update-jetbrains
jetbrains: Update IDEs
2023-04-22 23:37:18 +03:00
Sandro
c03aeee3f4
Merge pull request #226627 from justinkb/android-studio-flamingo-stable 2023-04-22 22:34:10 +02:00
Samuel Dionne-Riel
cf122f34dd vim: Actually disable parallelism in install 2023-04-22 15:50:23 -04:00
Anderson Torres
423204a982 emacsPackages.ligo-mode: fixup meta 2023-04-22 16:20:10 -03:00
Anderson Torres
00cc237f08 malpa-packages: shadow ligo-mode 2023-04-22 12:16:23 -03:00
Anderson Torres
fa9e9b0a65 emacsPackages.ligo-mode: init at 20230302.1616
Maybe it should solve the problem with the auto-updater.
2023-04-22 12:16:23 -03:00
Anderson Torres
3b23c18951 elisp-packages: break ligo-mode
Because the auto-updater is not picking the correct hash.
2023-04-22 12:16:23 -03:00
Anderson Torres
255786c08a elisp-packages: remove bqn-mode
It is now provided by MELPA - and we already package MELPA things.
2023-04-22 12:16:23 -03:00
Anderson Torres
1af03fae83 nongnu-packages: updated 2023-04-21 (from overlay) 2023-04-22 12:16:23 -03:00
Anderson Torres
342214aa58 melpa-packages: updated 2023-04-21 (from overlay) 2023-04-22 12:16:23 -03:00
Anderson Torres
e4024ca853 elpa-packages: updated 2023-04-21 (from overlay) 2023-04-22 12:16:23 -03:00
Vinny Meller
7b3dedb54f vimPlugins.vim-be-good: init at 2022-11-08 2023-04-22 05:10:33 -05:00
Paul Mulders
f1694fdedc androidStudioPackages.beta: 2022.3.1.11 -> 2022.3.1.12 2023-04-22 10:21:22 +02:00
figsoda
55bf31e28e
Merge pull request #227456 from xanderio/nvim-elixir-tools
vimPlugins.elixir-tools-nvim: init at 2023-04-20
2023-04-21 17:24:57 -04:00
Robert Schütz
e03d23246e setzer: 0.4.8 -> 55
Diff: https://github.com/cvfosammmm/Setzer/compare/v0.4.8...v55
2023-04-21 13:26:36 -07:00