Package Base Details: intellij-idea-ultimate-edition

Git Clone URL: https://aur.archlinux.org/intellij-idea-ultimate-edition.git (read-only, click to copy)
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 415
Popularity: 1.67
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-04-30 14:23 (UTC)

Latest Comments

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

bianjp commented on 2017-08-17 03:46 (UTC) (edited on 2017-08-17 03:51 (UTC) by bianjp)

Now that both intellij-idea-ultimate-edition and intellij-idea-ultimate-edition-jre are in this single PKGBUILD, when updating packages both packages will be updated. This results that these packages are built twice, and ideaIU-2017.2.2.tar.gz (596M) is downloaded twice. This is UNACCEPTABLE. There is already a package https://aur.archlinux.org/packages/intellij-idea-ue-bundled-jre/ that bundles JRE. I think this package should keep using system JRE.

dcelasun commented on 2017-08-16 19:16 (UTC)

@zman0900: All fixed, thanks.

pschichtel commented on 2017-08-16 10:43 (UTC)

this has been suggest before: https://github.com/njam/intellij-idea-ultimate-edition/blob/master/PKGBUILD

bianjp commented on 2017-08-16 03:50 (UTC) (edited on 2017-08-16 03:51 (UTC) by bianjp)

Maybe it's better to split as two AUR packages (one depends on system JRE and another use bundled JRE)?

zman0900 commented on 2017-08-15 21:37 (UTC)

Found some problems with the PKGBUILD: 1. rsync is needed as a build dependency. 2. fsnotifier-arm is not made executable. 3. Included intellijidea.sh script is unnecessary. On 64 bit, it forces intellij to use the symtem jre instead of the one in the new split package. On others, the main idea.sh already knows to check JAVA_HOME. Patch: https://gist.github.com/zman0900/1e28aae8f5637ffd162c26cb2311fd73

dcelasun commented on 2017-08-14 07:09 (UTC)

This is now a split package: When you run `makepkg`, you'll get the same package as before, but also a new 64bit-only package, intellij-idea-ultimate-edition-jre, which contains Jetbrains' patched jre based on openjdk.

uwolfer commented on 2017-06-09 05:27 (UTC)

@Glaeqen: You can use the package 'intellij-idea-ue-bundled-jre' if you want to use the bundled JRE.

Glaeqen commented on 2017-06-08 23:32 (UTC)

I might be wrong but why AUR version of Intellij UE doesn't include JRE delivered by JetBrains? Forcing IDE to use OpenJRE or anything else is just a source of problems. For example messed up font rendering.

evana commented on 2017-05-22 08:27 (UTC)

The other relevant documentation is the FHS, which Arch adheres to. http://www.pathname.com/fhs/pub/fhs-2.3.html. I'm not entirely sure Intellij CE should be in /usr/share either as I'd consider it a "Large self-contained package," which belongs in /opt To handle the configuration problem just have a message shown on post install to notify people.

Det commented on 2017-05-21 21:27 (UTC)

Removed my comment? /opt's usually where AUR packages (especially binary) are (or should be) installed. I could only find this 'official' guideline in the Wiki, which is a little obscure: https://wiki.archlinux.org/index.php/Arch_packaging_standards#Directories