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 .. 19 20 21 22 23 24 25 26 27 28 29 .. 40 Next › Last »

uwolfer commented on 2016-11-23 08:10 (UTC)

Thanks for your hints. I will look into the JRE thing as soon as I find some time.

srki_82 commented on 2016-11-21 20:42 (UTC)

Look at CLion package. You can do the same for Idea. Make split package so everyone can install only parts they need.

njam commented on 2016-11-21 20:26 (UTC)

According to JetBrains we should use the bundled JRE: > Starting from IntelliJ IDEA 16 and the most recent versions of the lightweight IDEs, we are bundling custom JRE with Linux distributions, just like we've been doing for Mac. https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under

Chewtoy commented on 2016-10-19 05:42 (UTC)

@Light2Yellow: Have you tried following what IntelliJ suggest? Running it as root and then update it? I personally don't do this and have never tried. But could be worth a shot and see if it works if updating from AUR is a hassle for you. Running anything as root should be done with caution though. So do as you will.

<deleted-account> commented on 2016-09-11 12:12 (UTC)

What can be done with "inline" updates, I mean patches from GUI? It is a bit uncomfortable to download and untar the whole 800 MB package every time.

uwolfer commented on 2016-07-13 05:49 (UTC)

@jshap70: Do you think downloading the checksum from the same source as you retrieve the download is really safe? If you have write access, you can manipulate both source and checksum. I will look into the JRE bundling later. I don't really like the idea of having a bundled JRE, but it seems that JetBrains is "forced" to do that...

jshap commented on 2016-07-12 22:51 (UTC) (edited on 2016-07-12 23:59 (UTC) by jshap)

bumping @Teedee 's comment about including the JRE. Also, take a look at https://aur.archlinux.org/packages/intellij-idea-ue-eap/ 's pkgbuild to automatically get sha256 sums from jetbrains. You just add .sha256 onto the end of the .tar.gz url.

<deleted-account> commented on 2016-07-11 21:03 (UTC)

The new font ligatures feature in the upcoming release relies on the bundled Jetbrains JRE. It seems more of a hassle to change the pkgbuild to download the release with the bundled Jetbrains JRE (also have to deal with checksums etc) than to just have a commented line in the pkgbuild which removes the bundled JRE after download. I suggest switching back to the download with the Jetbrains JRE bundled.

<deleted-account> commented on 2016-06-14 11:01 (UTC)

Removing the epoch again now confused pacman again: warning: downgrading package intellij-idea-ultimate-edition (2:2016.1.2b-1 => 2016.1.3-1) I think now that it was there once, we need to keep it.

voop commented on 2016-06-06 16:04 (UTC)

@rdoursenaud I don't think epoch version bumping is necessary. It also doesn't make sense bump epoch number when minor change is released. I would rather use version 2016.1.2.b-1, which will not produce "downgrade warning issue" mentioned in previous comments. I would also consider compatibility fix from openssl package to avoid having two version numbers in PKGBUILD: {code} _ver=1.0.2h # use a pacman compatible version scheme pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} {code}