Package Details: goland-eap 241.14494.33-1

Git Clone URL: https://aur.archlinux.org/goland-eap.git (read-only, click to copy)
Package Base: goland-eap
Description: Capable and Ergonomic Go IDE
Upstream URL: https://www.jetbrains.com/go/
Licenses: custom:jetbrains
Conflicts: gogland-eap
Replaces: gogland-eap
Submitter: freswa
Maintainer: freswa
Last Packager: freswa
Votes: 16
Popularity: 0.000000
First Submitted: 2017-11-02 17:52 (UTC)
Last Updated: 2024-03-08 15:47 (UTC)

Dependencies (3)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

1 2 3 4 5 Next › Last »

Ashark commented on 2023-11-06 23:49 (UTC)

I could not find the guidelines for this yet. I have opened a discussion here.

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 "$@"

check https://aur.archlinux.org/cgit/aur.git/commit/?h=webstorm-eap&id=dc8cbeca5039a6125ce73ccb4ccc0c3d75a1becf