Package Details: intellij-idea-ultimate-edition 2025.1-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
Conflicts: intellij-idea-ultimate-edition-jre
Provides: intellij-idea-ultimate-edition-jre
Submitter: uwolfer
Maintainer: uwolfer (dcelasun)
Last Packager: dcelasun
Votes: 427
Popularity: 3.31
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2025-04-16 15:17 (UTC)

Dependencies (6)

Required by (5)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 18 19 20 21 22 23 24 25 26 27 28 .. 43 Next › Last »

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

uwolfer commented on 2017-05-21 10:51 (UTC)

@evana: Thanks for your patch. 'intellij-idea-community-edition' from community installs into /usr/share like this package (when I have created it, I looked at that source code). So I'm not really sure where is the correct place to put it. Just keep in mind that moving location might break stuff for many people (e.g. when they manually have changed 'idea.vmoptions'). Do you know an official documentation which clearly describes where to put such packages?

evana commented on 2017-05-20 23:01 (UTC)

This package should probably install in /opt, not /usr/share. Both Android Studio and Intellij CE install to /opt, and /usr/share is not intended for third party applications. I propose a patch to bring idea UE in line with the other intellij based IDEs https://thelinuxman.us/patches/0001-Move-install-location-to-opt.patch

dcelasun commented on 2017-04-14 07:13 (UTC)

Unflagging this as the checksum is correct.