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

1 2 3 4 5 6 .. 41 Next › Last »

dcelasun commented on 2024-10-24 14:33 (UTC)

@munir0b0t all done, thanks!

munir0b0t commented on 2024-10-23 22:25 (UTC) (edited on 2024-10-23 22:29 (UTC) by munir0b0t)

Jetbrains now has an aarch64 build for this separate from the x86_64 build. I patched the PKGBUILD to use that since the x86_64 one did not work at all for me. It also bumps the version. Is it possible to include this patch in the next update?

diff --git a/PKGBUILD b/PKGBUILD
index cfe3c14..77b4078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@

 pkgbase=intellij-idea-ultimate-edition
 pkgname=(intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre)
-pkgver=2024.2.3
+pkgver=2024.2.4
 pkgrel=1
-_buildver=242.23339.11
+_buildver=242.23726.103
 jbr_ver=21.0.4
 jbr_build=aarch64-b598
 jbr_minor=4
@@ -15,13 +15,15 @@ pkgdesc="An intelligent IDE for Java, Groovy and other programming languages wit
 url="https://www.jetbrains.com/idea/"
 license=('custom:commercial')
 options=(!strip)
-source=("https://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz"
-        "jetbrains-idea.desktop")
-source_aarch64=("https://cache-redirector.jetbrains.com/intellij-jbr/jbr-$jbr_ver-linux-$jbr_build.$jbr_minor.tar.gz"
+source=("jetbrains-idea.desktop")
+source_x86_64=("https://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz")
+source_aarch64=("https://download.jetbrains.com/idea/ideaIU-$pkgver-aarch64.tar.gz"
+                "https://cache-redirector.jetbrains.com/intellij-jbr/jbr-$jbr_ver-linux-$jbr_build.$jbr_minor.tar.gz"
                 "https://github.com/JetBrains/intellij-community/raw/master/bin/linux/aarch64/fsnotifier")
-sha256sums=('579021f82d31dceb0dd8581fe5c12d7481e52c24a10688898ed00af1a0295eb3'
-            '83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b')
-sha256sums_aarch64=('22b30ca460ad6c19b47b299fdb0c34424c48e917fb372c6e39e6904bf105b7a9'
+sha256sums=('83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b')
+sha256sums_x86_64=('579021f82d31dceb0dd8581fe5c12d7481e52c24a10688898ed00af1a0295eb3')
+sha256sums_aarch64=('902494f3f7857c92019feff6a97d3001f5615d0c6844920218f5bf2625397a92'
+                    '22b30ca460ad6c19b47b299fdb0c34424c48e917fb372c6e39e6904bf105b7a9'
                     'eb3c61973d34f051dcd3a9ae628a6ee37cd2b24a1394673bb28421a6f39dae29')

 prepare() {

Roknauta commented on 2024-08-13 10:37 (UTC) (edited on 2024-08-13 10:38 (UTC) by Roknauta)

To fix error:
- Start with .sh as mentioned by @blastah
- Open menu: Choose Boot Runtime for the IDE and select the recent runtime Jetbrains.
- Close IDE and open by shortcut

blastah commented on 2024-08-08 20:32 (UTC) (edited on 2024-08-08 20:34 (UTC) by blastah)

@jorgemota You can run idea.sh (/opt/intellij-idea-ultimate-edition/bin/idea.sh) instead of the binary (/opt/intellij-idea-ultimate-edition/bin/idea) as a temporary fix until it is fixed.

jorgemota commented on 2024-08-08 03:43 (UTC)

installing intellij-idea-ultimate-edition-jre fix the cannot find a runtime error.

ggdG commented on 2024-08-08 00:37 (UTC) (edited on 2024-08-08 00:50 (UTC) by ggdG)

Can't start the IDE after installing 2024.2-2.

Error message: Cannot find a runtime

Caused by:
Runtime not found

Please try to reinstall the IDE.
For support, please refer to https://jb.gg/ide/critical-startup-errors


/bin/idea.sh works fine, however, /bin/idea cannot work.

dcelasun commented on 2024-08-07 12:04 (UTC)

@nopreserveroot good idea, just pushed a new pkgrel with the change.

nopreserveroot commented on 2024-08-07 11:59 (UTC) (edited on 2024-08-07 11:59 (UTC) by nopreserveroot)

Hi, JetBrains recommends staring the IDE using the native launcher (the idea binary) and not the startup script (idea.sh). See https://youtrack.jetbrains.com/articles/SUPPORT-A-56/Switch-to-a-native-launcher-notification

I think replacing

  ln -s /opt/$pkgname/bin/idea.sh "$pkgdir"/usr/bin/$pkgname

with

  ln -s /opt/$pkgname/bin/idea "$pkgdir"/usr/bin/$pkgname

in line 60 would suffice.

dcelasun commented on 2024-07-23 16:37 (UTC)

Ah, so it's a China thing. Alright, I'll change the URL with the next version as I don't want to force an update for everyone by bumping pkgrel.