Package Details: intellij-idea-ultimate-edition 2024.2.4-1

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Package Base: intellij-idea-ultimate-edition
Description: An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
Upstream URL: https://www.jetbrains.com/idea/
Licenses: custom:commercial
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 419
Popularity: 0.82
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-10-24 14:33 (UTC)

Dependencies (6)

Required by (4)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 .. 41 Next › Last »

dcelasun commented on 2017-09-18 07:07 (UTC)

Patch applied, thanks everyone.

zman0900 commented on 2017-09-17 03:04 (UTC)

+1 to that patch. Better than mine. Also, people shouldn't really have any custom config inside the package directory anyway. If you edit the vmoptions from inside idea, it will create a file in the config directory in your home.

evana commented on 2017-09-17 02:57 (UTC) (edited on 2017-09-17 02:59 (UTC) by evana)

Once again I am going to suggest moving the install location to /opt to align with packaging standards and other Jetbrains IDEs such as clion. This patch also improves the packaging process by using mv instead of rsync or cp to preserve permissions and reduce the amount of disk space required during packaging. I've also added a post_upgrade message to notify people that their custom configurations will need to be moved. Patch is available here: https://thelinuxman.us/0001-pkgbuild-install-improvements.patch

zman0900 commented on 2017-09-15 02:19 (UTC)

Setting everything in bin to executable isn't really correct either since there are several non-executables in there. Also, it's not necessary to set file owner and groups since makepkg handles that. Here's a patch to simply use cp instead of rsync and all the other stuff: https://gist.github.com/zman0900/1649c3c8691ce8118604814025ab312c This works fine for me. All files are still owned by root and permissions are as distributed by jetbrains. Restart functionality works too.

dcelasun commented on 2017-09-12 18:43 (UTC)

Updated to 2017.2.4 and fixed /bin permissions.

alonhar commented on 2017-09-12 18:34 (UTC)

IntelliJ IDEA 2017.2.4 was released.

Bow commented on 2017-09-12 11:30 (UTC) (edited on 2017-09-12 11:31 (UTC) by Bow)

The packages removes executable permissions from several files that require it, e.g.: bin/format.sh, bin/inspect.sh, bin/restart.py, bin/printenv.py As an example, bin/restart.py is required for restarts from within the IDE: #com.intellij.util.Restarter - not supported: not an executable file: /usr/share/intellij-idea-ultimate-edition/bin/restart.py Is it really necessary to reset all the permissions in the source package from JetBrains? As far as I can see, ideaIU-2017.2.3.tar.gz has correct executable permissions where necessary. They could be just kept as-is.

dcelasun commented on 2017-08-27 15:31 (UTC)

I think the second option is the most sensible. Letting the user choose is preferable to meta package hackery. Updated PKGBUILD with option #2.

njam commented on 2017-08-27 11:53 (UTC)

The way the dependencies are defined currently it's not possible to install IDEA with its JRE but without a system-JRE. The reason is that the package depends on "java-environment" which doesn't include "intellij-idea-ultimate-edition-jre". Other Jetbrains IDE packages solve it by *optionally* depend on both "java-environment" and "clion-jre". I don't like it so much because the user will need to remember to install one of those. But the only other solution I know of is using a third meta package to define the dependencies, which makes things more complicated (https://github.com/njam/intellij-idea-ultimate-edition/blob/master/PKGBUILD).

bianjp commented on 2017-08-17 05:50 (UTC)

@zman0900 You are right. I'll give pacaur a try. Thanks for everyone.