Package Details: intellij-idea-ultimate-edition 2024.2.4-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: 0.82
First Submitted: 2009-10-28 09:09 (UTC)
Last Updated: 2024-10-24 14:33 (UTC)

Dependencies (6)

Required by (4)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 35 36 37 38 39 40 41 Next › Last »

<deleted-account> commented on 2011-12-02 19:25 (UTC)

yeah, I think most of linuxoids use openjdk instead of closed jdk and IDEA works fine with it, so why to limit our freedom to choose? Why not to let the user to choose what java environment to use? And temporary here is an updated PKGBUILD: http://pastebin.com/03GCyALy

nicoulaj commented on 2011-10-31 16:16 (UTC)

Could you make it depend on 'java-environment' rather than 'jdk' ? This would allow to use 'jdk6' instead of 'jdk', which currently provides Java 7...

kidoz commented on 2011-10-24 18:01 (UTC)

May be depends jdk -> java-environment?

<deleted-account> commented on 2011-08-04 18:43 (UTC)

10.5.2 build: 107.481 md5: 1918d7d3ad67fcb057aa56ac80952697

<deleted-account> commented on 2011-06-30 15:18 (UTC)

10.5.1 build 107.322 is out. md5: 8204425c65320896b0ff7c7727bd0160

linx56 commented on 2011-06-04 16:32 (UTC)

Still getting error /usr/bin/strip:./usr/share/intellij-idea-ultimate-edition/bin/libbreakgen64.so: File format not recognized Adding options=(!strip) to the PKGBUILD fixed it for me.

uwolfer commented on 2011-04-11 12:37 (UTC)

Changed as suggested by deteego, thank you deteego. Please report any remaining issues.

<deleted-account> commented on 2011-04-09 22:13 (UTC)

The issue with strip seems to be a bug here http://sourceware.org/bugzilla/show_bug.cgi?id=12632 and is also talked about here http://www.linux-archive.org/archlinux-pacman-development/511622-issues-strip-package-sources.html It seems like an external issue that you don't have to worry about (just remove this line from the PKGBUILD cp $pkgdir/usr/share/$pkgname/bin/$_fsnotifier $pkgdir/usr/share/$pkgname/bin/fsnotifier #no idea if this is really reqired... just do it as before) You might want to consider removing the 64 bit object files from the package if you are on a 32bit architecture to make the package smaller, but its not required

<deleted-account> commented on 2011-04-07 23:17 (UTC)

I wanted to say that if you remove this line cp $pkgdir/usr/share/$pkgname/bin/$_fsnotifier $pkgdir/usr/share/$pkgname/bin/fsnotifier #no idea if this is really reqired... just do it as before It fixes the error that I mentioned previously, however the older error i.e. /usr/bin/strip:./usr/share/intellij-idea-ultimate-edition/bin/libyjpagent64.so: File format not recognized You need to change it so the PKGBUILD does not strip 64bit object files

<deleted-account> commented on 2011-04-06 02:29 (UTC)

Now getting this error cp: `/tmp/yaourt-tmp-deteego/aur-intellij-idea-ultimate-edition/pkg/usr/share/intellij-idea-ultimate-edition/bin/fsnotifier' and `/tmp/yaourt-tmp-deteego/aur-intellij-idea-ultimate-edition/pkg/usr/share/intellij-idea-ultimate-edition/bin/fsnotifier' are the same file