Search Criteria
Package Details: intellij-idea-ue-eap 2021.1.211.6222.4-1
Git Clone URL: | https://aur.archlinux.org/intellij-idea-ue-eap.git (read-only, click to copy) |
---|---|
Package Base: | intellij-idea-ue-eap |
Description: | Early access version of the upcoming version of Intellij Idea IDE (ultimate version) |
Upstream URL: | http://www.jetbrains.com/idea/nextversion |
Keywords: | IDE java JetBrains |
Licenses: | |
Submitter: | Kendos_Kenlen |
Maintainer: | artafinde |
Last Packager: | artafinde |
Votes: | 31 |
Popularity: | 0.000484 |
First Submitted: | 2014-09-06 20:06 |
Last Updated: | 2021-02-27 10:46 |
Dependencies (4)
- giflib
- java-environment (jdk5, tuxjdk, jdk7-openjdk-infinality, java-8-openjdk-shenandoah, jdk8-openjdk-infinality, java-gcj-compat, jdk9, zulu-10-bin, jdk-devel, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jdk12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk8-openjdk-jetbrains, jdk8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, amazon-corretto-15, jdk-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jdk8, jdk-openj9-bin, jdk, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jdk11, sapmachine-jdk-bin, jdk11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jdk8-adoptopenjdk, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, jdk-openjdk, jdk11-openjdk, jdk7-openjdk, jdk8-openjdk)
- libdbusmenu-glib (libdbusmenu-glib-ubuntu)
- libxtst
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 ... Next › Last »
meinsatiable commented on 2018-03-22 15:06
curl: (22) The requested URL returned error: 403 Forbidden ==> ERROR: Failure while downloading https://download.jetbrains.com/idea/ideaIU-181.4203.400.tar.gz
nlacombe commented on 2017-12-03 23:20
curl: (22) The requested URL returned error: 403 Forbidden ==> ERROR: Failure while downloading https://download.jetbrains.com/idea/ideaIU-173.3727.127.tar.gz
artafinde commented on 2017-08-16 13:34
@caioquirino: that's correct - my bad - I will fix when I get home later today. They are not creating their releases with scripts it's someone doing it thus depending on who does it {s}he decides the archive name. Update: fixed.
caioquirino commented on 2017-08-16 12:58
The latest version is not working:
Initializing download: https://download.jetbrains.com/idea/ideaIU-172.3757.29.tar.gz
HTTP/1.1 403 Forbidden
danielko commented on 2017-05-03 18:27
Sometimes the source url looks like ideaIU-171.4424.14.tar.gz and sometimes it looks like ideaIU-2017.1.2.tar.gz. Could you please keep both versions in PKGBUILD (perhaps commented) so it would be easy to edit PKGBUILD to install another release?
artafinde commented on 2016-12-07 10:57
Package is up to date.
Last Updated: 2016-12-07 10:52
gastonovic commented on 2016-12-07 10:55
A new build (2016.3 163.9166.20) is available.
Please update
Weby commented on 2016-08-29 10:40
Last update breaks the shortcuts in /usr/bin
Change
ln -s "${pkgdir}/opt/${pkgname}/bin/idea.sh" "${pkgdir}/usr/bin/idea-ue-eap"
to
ln -s "/opt/${pkgname}/bin/idea.sh" "${pkgdir}/usr/bin/idea-ue-eap"
to get it working again.
(This comes when you update/install from yaourt, no idea if you makepkg yourself)
ptxmac commented on 2016-05-15 08:39
eap 2016.2 have been released: https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.2+EAP
artafinde commented on 2016-04-06 07:07
@itti: you are right, I forgot to quote the variable. Thanks for pointing it out.