I'm trying to learn how PKGBUILDs are made, so I'm very junior to this stuff. From my understanding this part of the script adds the java-environment
package if the kernel is 32 bit, however, I cannot find this package anywhere? Does it automatically pull java-environment-common
or is it just named incorrectly?
if [ "$CARCH" = "i686" ]; then
depends+=('java-environment')
fi
Pinned Comments
C0rn3j commented on 2024-10-26 17:04 (UTC)
2024.2 added a Wayland backend, not enabled by default. Works fine for me so far.
https://blog.jetbrains.com/platform/2024/07/wayland-support-preview-in-2024-2/