I could not find the guidelines for this yet. I have opened a discussion here.
Search Criteria
Package Details: goland-eap-jre 233.11799.68-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/goland-eap.git (read-only, click to copy) |
---|---|
Package Base: | goland-eap |
Description: | JBR (JetBrains Runtime) for Goland - a patched JRE |
Upstream URL: | https://github.com/JetBrains/JetBrainsRuntime |
Licenses: | custom:jetbrains |
Conflicts: | gogland-eap-jre |
Replaces: | gogland-eap-jre |
Submitter: | freswa |
Maintainer: | freswa |
Last Packager: | freswa |
Votes: | 16 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-02 17:52 (UTC) |
Last Updated: | 2023-11-23 11:22 (UTC) |
Dependencies (1)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR, glib2-selinuxAUR)
Required by (1)
- goland-eap (optional)
Sources (3)
Ashark commented on 2023-11-06 23:49 (UTC)
freswa commented on 2023-10-30 13:16 (UTC)
It will probably vanish at some point, but there is no rule when to remove replaces
. It doesn't hurt, but there may be people still running the old gogland pkg which was available for at least a year iirc.
Ashark commented on 2023-10-30 13:02 (UTC) (edited on 2023-10-30 13:02 (UTC) by Ashark)
Because why keep it there? Those lines were added in 2017, I think you mistakenly uploaded this package as "gogland-eap". And there is no point to reference them now.
freswa commented on 2023-10-30 12:50 (UTC)
Why?
Ashark commented on 2023-10-30 12:46 (UTC)
Can you remove 'gogland' references?
freswa commented on 2021-02-26 22:28 (UTC)
@navarroaxel It's fixed in the latest eap.
navarroaxel commented on 2021-02-19 11:42 (UTC)
Did you see my comment about how to fix the goland-eap
command? Because this new release has the same bug https://aur.archlinux.org/packages/goland-eap#comment-791465
navarroaxel commented on 2021-02-13 19:30 (UTC)
The command is not working:
$ goland-eap
Error: Could not find or load main class com.intellij.idea.Main
The error comes from this line in PKGBUILD:
ln -s "/opt/${pkgbase}/bin/${pkgbase%-eap}.sh" "${pkgdir}/usr/bin/${pkgbase}"
You should create a wrapper script instead of symlink to /opt/goland-eap/bin/goland.sh to fix this issue.
The goland-eap command should be a file with this content:
#!/bin/bash
exec /opt/goland-eap/bin/goland.sh "$@"
Pinned Comments