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: 428
Popularity: 3.72
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 .. 31 32 33 34 35 36 37 38 39 40 41 .. 43 Next › Last »

delor commented on 2013-12-14 14:14 (UTC)

@uwolfer http://download.jetbrains.com/idea/ideaIU-13.0.1.tar.gz

uwolfer commented on 2013-12-14 13:37 (UTC)

@intgr: I cannot find any information that OpenJDK7 is officially supported. http://www.jetbrains.com/idea/download/index.html, "System requirements", "Oracle JDK 6 or JDK 7" @kjozsa: Where have you found 13.0.1? I cannot find it.

kjozsa commented on 2013-12-13 12:45 (UTC)

13.0.1 seems to be out.. and thanks for your excellent work! :)

intgr commented on 2013-12-10 22:47 (UTC)

Please remove idea.install and the obsolete "Running IntelliJ IDEA using OpenJDK is officially unsupported" notice. IDEA 13 is now supported with OpenJDK 7.

uwolfer commented on 2013-12-07 10:27 (UTC)

Updated to 13.0. Please keep in mind that this update requires a new license.

bretthoerner commented on 2013-12-03 15:12 (UTC)

PKGBUILD for 13: https://gist.github.com/bretthoerner/1eafea250a070a7387ba/raw/16ee1344db4e0316312f1b5d089f1192e168a009/gistfile1.txt

rdoursenaud commented on 2013-12-03 14:50 (UTC)

v13 has been released, please update.

rdoursenaud commented on 2013-12-03 14:49 (UTC)

v13 has been released, please update.

dwijnand commented on 2013-10-03 10:08 (UTC)

Due to http://youtrack.jetbrains.com/issue/IDEA-114130 this has been fixed in build 129.134. Diff: --- a/PKGBUILD 2013-10-03 09:16:36.656658874 +0100 +++ b/PKGBUILD 2013-10-03 10:56:55.263297326 +0100 @@ -1,8 +1,8 @@ # Maintainer: Urs Wolfer <uwolfer @ fwo.ch> pkgname=intellij-idea-ultimate-edition -pkgver=12.1.5 -_buildver=129.1328 +pkgver=12.1.5.1 +_buildver=129.1344 pkgrel=1 pkgdesc="An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity." arch=('i686' 'x86_64') # not 'any' because of fsnotifier @@ -12,11 +12,11 @@ depends=('java-environment' 'giflib') options=(!strip) install=idea.install -source=(http://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz \ +source=(http://download.jetbrains.com/idea/ideaIU-$_buildver.tar.gz \ intellijidea.sh \ jetbrains-idea.desktop ) -md5sums=('445c2ff372c5991aae86d9a213f1f837' +md5sums=('e4131f5c11ff6d00c570546e8dc02799' '8c836f1265a3d02d8ce4ded2dab384d6' '243d8fab38f2d2d4a65fd798e86c0036' )