Package Details: webstorm-jre 2024.1.1-1

Git Clone URL: https://aur.archlinux.org/webstorm.git (read-only, click to copy)
Package Base: webstorm
Description: JBR (JetBrains Runtime) for WebStorm - a patched JRE
Upstream URL: https://github.com/JetBrains/JetBrainsRuntime
Licenses: custom:jetbrains
Submitter: Testuser_01
Maintainer: freswa
Last Packager: freswa
Votes: 182
Popularity: 1.03
First Submitted: 2012-01-05 18:10 (UTC)
Last Updated: 2024-04-17 14:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »

freswa commented on 2019-12-24 16:02 (UTC)

Just edit your makepkg according to your needs.

twofyw commented on 2019-12-21 12:05 (UTC)

I noticed that the installation process spents a lot of time in "package compress". Is it possible to optimize this by leveraging multithreading compression?

louis9902 commented on 2019-07-24 19:02 (UTC) (edited on 2019-07-24 19:04 (UTC) by louis9902)

Hey, I had to much free time and made some changes to the build file. With the changes, it should be easier to maintain. If you are interested: https://github.com/geekeey/arch-packages/blob/master/webstorm/PKGBUILD

It basically changes two things:

  • the jetbrains internal version is not required anymore

  • it allows icon packs to change the icon

davidjytang commented on 2019-07-24 06:38 (UTC)

@petris Thanks!

I'm to report that upgrade proceeded smoothly after changing jre64 to jbr.

davidjytang commented on 2019-07-24 05:37 (UTC)

Upon further examination, I suspect the expected jre64 folder is now named jbr. Therefore, the following changes might be necessary:

31 - rsync -rtl "${srcdir}/WebStorm-${_pkgver}/" "${pkgdir}/opt/${pkgbase}" --exclude=/jre64
31 + rsync -rtl "${srcdir}/WebStorm-${_pkgver}/" "${pkgdir}/opt/${pkgbase}" --exclude=/jbr
40 - rsync -rtl "${srcdir}/WebStorm-${_pkgver}/jre64" "${pkgdir}/opt/${pkgbase}"
40 + rsync -rtl "${srcdir}/WebStorm-${_pkgver}/jbr" "${pkgdir}/opt/${pkgbase}"

Has anyone also encountered webstorm/src/WebStorm-192.5728.87/jre64" failed: No such file or directory (2) error? Would the above be the right direction?

petris commented on 2019-07-24 05:18 (UTC)

It appears that the "jre64" folder has been renamed to "jbr".

davidjytang commented on 2019-07-24 04:46 (UTC)

Encountered the following error:

==> Starting package_webstorm-jre()...
rsync: link_stat "/home/davidt/aur/webstorm/src/WebStorm-192.5728.87/jre64" failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1189) [sender=3.1.3]
==> ERROR: A failure occurred in package_webstorm-jre().
    Aborting..

Could I change the following line like so?

- 31 rsync -rtl "${srcdir}/WebStorm-${_pkgver}/" "${pkgdir}/opt/${pkgbase}" --exclude=/jre64
+ 31 rsync -rtl "${srcdir}/WebStorm-${_pkgver}/" "${pkgdir}/opt/${pkgbase}"

navarroaxel commented on 2019-05-29 11:01 (UTC)

Can you add the following tags to better search of this package? ide, intellij, jetbrains, web

craeckie commented on 2019-02-27 16:50 (UTC)

I got rsync: change_dir "[..]/src/WebStorm-183.5429.34" failed: No such file or directory

I fixed it by updating the version: _pkgver=183.5912.23