gentoo-ebuilds/app-editors/vscodium/metadata.xml
Liam Gingsjö 31e1e52104
app-editors/vscodium,vscode: Correct typo in EGL USE flags 'rending' -> 'rendering'
Signed-off-by: Liam Gingsjö <liam.ginsjo@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@gentoo.org>
2025-06-20 11:00:20 +03:00

27 lines
1.5 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>adel.ks@zegrapher.com</email>
<name>Adel KARA SLIMANE</name>
</maintainer>
<maintainer type="person">
<email>arthurzam@gentoo.org</email>
<name>Arthur Zamarin</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<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>
Microsofts vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under the Microsoft-vscode license (a copy can be found in the licenses folder of your gentoo repository) and contains telemetry/tracking. The VSCodium project exists so that you dont have to download+build from source. This project includes special build scripts that clone Microsofts vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled.
</longdescription>
<upstream>
<remote-id type="github">VSCodium/vscodium</remote-id>
<bugs-to>https://github.com/VSCodium/vscodium/issues</bugs-to>
</upstream>
</pkgmetadata>