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: 416
Popularity: 1.94
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-04-04 09:54 (UTC)

Latest Comments

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

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.

pschichtel commented on 2016-12-07 18:58 (UTC)

Any progress on the bundled JRE? I'm affected by slow font rendering which is supposed to be fixed by the patched JRE.