* [gentoo-commits] repo/gentoo:master commit in: app-editors/vscodium/, app-editors/vscode/
@ 2023-02-20 11:45 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2023-02-20 11:45 UTC (permalink / raw
To: gentoo-commits
commit: 42ad7a399e2186c58d6e63fcc12b44064bbebd41
Author: Jon Janzen <jon <AT> jonjanzen <DOT> com>
AuthorDate: Sun Feb 19 15:21:04 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 11:45:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42ad7a39
app-editors/{vscode,vscodium}: Mark ssh-askpass script as executable
When using an SSH key that has a passcord, VS Code calls this script
to authenticate. Without it being marked as executable the Git SSH
operation fails.
Signed-off-by: Jon Janzen <jon <AT> jonjanzen.com>
Closes: https://github.com/gentoo/gentoo/pull/29665
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-editors/vscode/{vscode-1.75.0-r1.ebuild => vscode-1.75.0-r2.ebuild} | 2 +-
app-editors/vscode/{vscode-1.75.1.ebuild => vscode-1.75.1-r1.ebuild} | 2 +-
...{vscodium-1.75.0.23033-r1.ebuild => vscodium-1.75.0.23033-r2.ebuild} | 2 +-
.../{vscodium-1.75.1.23040.ebuild => vscodium-1.75.1.23040-r1.ebuild} | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-editors/vscode/vscode-1.75.0-r1.ebuild b/app-editors/vscode/vscode-1.75.0-r2.ebuild
similarity index 98%
rename from app-editors/vscode/vscode-1.75.0-r1.ebuild
rename to app-editors/vscode/vscode-1.75.0-r2.ebuild
index 4dfa8178e6ec..593a70028957 100644
--- a/app-editors/vscode/vscode-1.75.0-r1.ebuild
+++ b/app-editors/vscode/vscode-1.75.0-r2.ebuild
@@ -107,7 +107,7 @@ src_install() {
fperms +x /opt/${PN}/{,bin/}code
fperms +x /opt/${PN}/chrome_crashpad_handler
fperms 4711 /opt/${PN}/chrome-sandbox
- fperms 755 /opt/${PN}/resources/app/extensions/git/dist/{askpass,git-editor}{,-empty}.sh
+ fperms 755 /opt/${PN}/resources/app/extensions/git/dist/{askpass,git-editor,ssh-askpass}{,-empty}.sh
fperms -R +x /opt/${PN}/resources/app/out/vs/base/node
fperms +x /opt/${PN}/resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg
fperms +x /opt/${PN}/resources/app/node_modules.asar.unpacked/node-pty/build/Release/spawn-helper
diff --git a/app-editors/vscode/vscode-1.75.1.ebuild b/app-editors/vscode/vscode-1.75.1-r1.ebuild
similarity index 98%
rename from app-editors/vscode/vscode-1.75.1.ebuild
rename to app-editors/vscode/vscode-1.75.1-r1.ebuild
index 4dfa8178e6ec..593a70028957 100644
--- a/app-editors/vscode/vscode-1.75.1.ebuild
+++ b/app-editors/vscode/vscode-1.75.1-r1.ebuild
@@ -107,7 +107,7 @@ src_install() {
fperms +x /opt/${PN}/{,bin/}code
fperms +x /opt/${PN}/chrome_crashpad_handler
fperms 4711 /opt/${PN}/chrome-sandbox
- fperms 755 /opt/${PN}/resources/app/extensions/git/dist/{askpass,git-editor}{,-empty}.sh
+ fperms 755 /opt/${PN}/resources/app/extensions/git/dist/{askpass,git-editor,ssh-askpass}{,-empty}.sh
fperms -R +x /opt/${PN}/resources/app/out/vs/base/node
fperms +x /opt/${PN}/resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg
fperms +x /opt/${PN}/resources/app/node_modules.asar.unpacked/node-pty/build/Release/spawn-helper
diff --git a/app-editors/vscodium/vscodium-1.75.0.23033-r1.ebuild b/app-editors/vscodium/vscodium-1.75.0.23033-r2.ebuild
similarity index 98%
rename from app-editors/vscodium/vscodium-1.75.0.23033-r1.ebuild
rename to app-editors/vscodium/vscodium-1.75.0.23033-r2.ebuild
index 0eddbfcc0ab9..5c5cdb4f3682 100644
--- a/app-editors/vscodium/vscodium-1.75.0.23033-r1.ebuild
+++ b/app-editors/vscodium/vscodium-1.75.0.23033-r2.ebuild
@@ -98,7 +98,7 @@ src_install() {
fperms +x /opt/${PN}/{,bin/}codium
fperms +x /opt/${PN}/chrome_crashpad_handler
fperms 4711 /opt/${PN}/chrome-sandbox
- fperms 755 /opt/${PN}/resources/app/extensions/git/dist/{askpass,git-editor}{,-empty}.sh
+ fperms 755 /opt/${PN}/resources/app/extensions/git/dist/{askpass,git-editor,ssh-askpass}{,-empty}.sh
fperms -R +x /opt/${PN}/resources/app/out/vs/base/node
fperms +x /opt/${PN}/resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg
fperms +x /opt/${PN}/resources/app/node_modules.asar.unpacked/node-pty/build/Release/spawn-helper
diff --git a/app-editors/vscodium/vscodium-1.75.1.23040.ebuild b/app-editors/vscodium/vscodium-1.75.1.23040-r1.ebuild
similarity index 98%
rename from app-editors/vscodium/vscodium-1.75.1.23040.ebuild
rename to app-editors/vscodium/vscodium-1.75.1.23040-r1.ebuild
index 0eddbfcc0ab9..5c5cdb4f3682 100644
--- a/app-editors/vscodium/vscodium-1.75.1.23040.ebuild
+++ b/app-editors/vscodium/vscodium-1.75.1.23040-r1.ebuild
@@ -98,7 +98,7 @@ src_install() {
fperms +x /opt/${PN}/{,bin/}codium
fperms +x /opt/${PN}/chrome_crashpad_handler
fperms 4711 /opt/${PN}/chrome-sandbox
- fperms 755 /opt/${PN}/resources/app/extensions/git/dist/{askpass,git-editor}{,-empty}.sh
+ fperms 755 /opt/${PN}/resources/app/extensions/git/dist/{askpass,git-editor,ssh-askpass}{,-empty}.sh
fperms -R +x /opt/${PN}/resources/app/out/vs/base/node
fperms +x /opt/${PN}/resources/app/node_modules.asar.unpacked/@vscode/ripgrep/bin/rg
fperms +x /opt/${PN}/resources/app/node_modules.asar.unpacked/node-pty/build/Release/spawn-helper
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/vscodium/, app-editors/vscode/
@ 2025-06-20 8:00 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2025-06-20 8:00 UTC (permalink / raw
To: gentoo-commits
commit: 31e1e52104c14d090d1882f98b3e1520cfa04024
Author: Liam Gingsjö <liam.ginsjo <AT> gmail <DOT> com>
AuthorDate: Sun Jun 8 17:06:23 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 20 08:00:20 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e1e521
app-editors/vscodium,vscode: Correct typo in EGL USE flags 'rending' -> 'rendering'
Signed-off-by: Liam Gingsjö <liam.ginsjo <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42502
Closes: https://github.com/gentoo/gentoo/pull/42502
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-editors/vscode/metadata.xml | 2 +-
app-editors/vscodium/metadata.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-editors/vscode/metadata.xml b/app-editors/vscode/metadata.xml
index 52921d6c9411..58a68656c15c 100644
--- a/app-editors/vscode/metadata.xml
+++ b/app-editors/vscode/metadata.xml
@@ -14,7 +14,7 @@
<name>Proxy Maintainers</name>
</maintainer>
<use>
- <flag name="egl">Use EGL platform, enables smooth rending in high refresh rate monitors on X11/Xwayland</flag>
+ <flag name="egl">Use EGL platform, enables smooth rendering in high refresh rate monitors on X11/Xwayland</flag>
<flag name="wayland">Run in wayland mode under wayland sessions, xwayland otherwise. This flag doesn't affect x11 sessions.</flag>
</use>
<longdescription>
diff --git a/app-editors/vscodium/metadata.xml b/app-editors/vscodium/metadata.xml
index 8d4e8c9c718e..2cf557867f85 100644
--- a/app-editors/vscodium/metadata.xml
+++ b/app-editors/vscodium/metadata.xml
@@ -14,7 +14,7 @@
<name>Proxy Maintainers</name>
</maintainer>
<use>
- <flag name="egl">Use EGL platform, enables smooth rending in high refresh rate monitors on X11/Xwayland</flag>
+ <flag name="egl">Use EGL platform, enables smooth rendering in high refresh rate monitors on X11/Xwayland</flag>
<flag name="wayland">Run in wayland mode under wayland sessions, xwayland otherwise. This flag doesn't affect x11 sessions.</flag>
</use>
<longdescription>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-20 8:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-20 8:00 [gentoo-commits] repo/gentoo:master commit in: app-editors/vscodium/, app-editors/vscode/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-02-20 11:45 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox