Package Details: intellij-idea-ultimate-edition 2024.2.3-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: 1.61
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-09-26 07:04 (UTC)

Dependencies (6)

Required by (4)

Sources (4)

Latest Comments

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

kazi commented on 2017-01-17 20:07 (UTC)

IntelliJ IDEA 2016.3.3 was released. New version: 2016.3.3 New build version: 163.11103.6 New checksum: 557d675d002f85bb55dea880bfdaa2d3794543b6ae2f4a6aecac7a988cb07645

Det commented on 2017-01-07 19:07 (UTC) (edited on 2017-01-07 19:08 (UTC) by Det)

I <3 IntelliJ IDEA. Great package, and uwolfer is probably an awesome man. Ain't that right? ( ͡° ͜ʖ ͡°)

njam commented on 2016-12-29 16:41 (UTC) (edited on 2016-12-31 15:37 (UTC) by njam)

Here's a way to create a split package: https://github.com/njam/intellij-idea-ultimate-edition/blob/master/PKGBUILD There is only 1 PKGBUILD file, but it defines 4 packages. The main package is "intellij-idea-ultimate-edition" and depends on "intellij-idea-ultimate-edition-jre-meta". This JRE meta package is not a real package, but it is provided by two other packages: - intellij-idea-ultimate-edition-jre-bundled: The JRE bundled with the Jetbrains download. - intellij-idea-ultimate-edition-jre-system: The default "java-environment" package. The user will be asked which package he wants to install ("-jre-bundled" or "-jre-system"). Looks very nice I think. Thanks @pschichtel for the help! @uwolfer wdyt?

njam commented on 2016-12-28 09:36 (UTC)

Agree, this "split package" approach seems like a nice solution! Will try to look into it. Need to better understand how "makepkg" works first.

uwolfer commented on 2016-12-27 20:15 (UTC)

@pschichtel: The official IntelliJ community edition package provided by Archlinux does also not provide the bundled JRE. So there were IMHO three ways to handle this in the future: 1: Provide a 2nd package "intellij-idea-ultimate-edition-bundled-jre", let the existing one as-is. 2: Provide a variable which can be switched easily at buildtime like AUR pkg "intellij-idea-ue-eap" does: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=intellij-idea-ue-eap 3: Do it like Clion, which requires a bit more efforts to maintain for me. Since I use IntelliJ without bundled JRE on daily basis without issues, I have decided to not invest more efforts than required. Since @njam decided to publish a package with bundled JRE, everybody can decide at installation time which solution he prefers. Thanks to @njam for standing up and creating this new package.

pschichtel commented on 2016-12-27 19:28 (UTC)

@njam just out of interest: What where the reasons to go for a separate package instead of a split package?

njam commented on 2016-12-27 18:28 (UTC)

After discussing with uwolfer (maintainer) we decided to create a separate package with a bundled JRE: https://aur.archlinux.org/packages/intellij-idea-ue-bundled-jre/

pschichtel commented on 2016-12-15 14:37 (UTC)

@srki_82 yeah sure I could do that, but I don't really want a patched jdk installed globally.

njam commented on 2016-12-15 13:38 (UTC)

Here's a version with the JRE included: https://github.com/njam/intellij-idea-ultimate-edition

srki_82 commented on 2016-12-14 23:29 (UTC)

@pschichtel You can install intellij-jdk as your Java package. It is JetBrains pached version of Java packed as Arch Linux package.