Search Criteria
Package Details: junie-eap 1231.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/junie-eap.git (read-only, click to copy) |
|---|---|
| Package Base: | junie-eap |
| Description: | Junie command‑line client |
| Upstream URL: | https://github.com/jetbrains-junie/junie |
| Licenses: | LicenseRef-Junie |
| Conflicts: | junie |
| Provides: | junie |
| Submitter: | harre |
| Maintainer: | harre |
| Last Packager: | harre |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-01-06 04:16 (UTC) |
| Last Updated: | 2026-03-31 20:18 (UTC) |
Dependencies (21)
- alsa-lib
- bash (bash-gitAUR, bash-devel-gitAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoledAUR, freetype2-qdoled-gen3AUR, freetype2-woledAUR, freetype2-gitAUR, freetype2-macosAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- giflib (giflib-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- harfbuzz (harfbuzz-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxi (libxi-gitAUR)
- libxrender
- libxtst
- pcsclite (pcsclite-gitAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- jq (jq-gitAUR, jq-staticAUR, jaq-binAUR, jaq-gitAUR) (make)
- Show 1 more dependencies...
Latest Comments
harre commented on 2026-04-03 23:31 (UTC)
Thanks for the hint to use strace, it gave me enough flesh to give to ChatGPT that also hinted me to use
That gave me some insight that it was apparently some gnome-keyring that failed to launch, I then noticed that it had popped up a window to unlock keyring on another monitor and after unlocking I got it running.
Thanks for the hint and suggestion and now I have a more automatic way of getting junie running :)
rubin55 commented on 2026-04-01 08:12 (UTC) (edited on 2026-04-01 08:18 (UTC) by rubin55)
@harre with me it works normally, no hangs, must be something specific to your system maybe; you could try starting with
straceto see where it's waiting (output is not great too read, but maybe claude or friends can help with interpretation!) Another thing I can think of is that it get's confused by old config files (you'd have tofind ~ -type d -name junie,find ~ -type d -name .junieand potentiallyfind ~ -type d -name JetBrainsto figure out where it stores things)harre commented on 2026-03-31 20:20 (UTC)
I have applied your patch now, thanks @rubin55. I have some issues of running junie though, it just hangs and nothing happens.
Please test and report back, I'll file a bug upstream with my issue. I seem to be able to get junie working when I'm on older versions so I guess something is triggering it.
harre commented on 2026-03-31 12:34 (UTC)
@rubin55 thanks for your patch. I've been swamped with work lately and it's on my to-do to bump the package as they have updated the EAP again.
I'll try test your patch tonight or tomorrow after work. But it sounds promising to automatically get latest version
rubin55 commented on 2026-03-31 12:10 (UTC) (edited on 2026-03-31 12:50 (UTC) by rubin55)
Hey, I noticed this package is kind of interesting in that is is like a
-gitpackage, but the git repo contains no source, yet you want to obtain the eap so you know what the latest version is.I've created a modiefied
PKGBUILDthat determines the latest eap version and download url by parsing update-info-eap.jsonl from the git repository. It means you can treat the-eaplike it's a-gitpackage; users will always obtain the latest eap.PS: I've rewritten the file, my initial version did this based on git tag, but this new version is better because it does this based on what JetBrains considers EAP (which is not the latest version tag, nightly is not same as EAP apparently).
harre commented on 2026-02-22 22:52 (UTC)
Note that this package tracks EAP version, I have bumped to 802.4 now