Package Details: webstorm-jre 2024.3-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: 181
Popularity: 0.093574
First Submitted: 2012-01-05 18:10 (UTC)
Last Updated: 2024-11-12 22:01 (UTC)

Latest Comments

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

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

spritee commented on 2019-02-02 22:38 (UTC) (edited on 2019-02-02 22:39 (UTC) by spritee)

i get this error trying to update webstorm with yay: ERROR: One or more files did not pass the validity check! Error downloading sources: webstorm

karcher commented on 2019-02-02 10:01 (UTC) (edited on 2019-02-02 10:04 (UTC) by karcher)

Hi. I get following error during update:

-> Found WebStorm-2018.3.4.tar.gz -> Found jetbrains-webstorm.desktop ==> Validating source files with sha512sums... WebStorm-2018.3.4.tar.gz ... FAILED jetbrains-webstorm.desktop ... Passed ==> ERROR: One or more files did not pass the validity check! Error downloading sources: webstorm (webstorm webstorm-jre)

oi_wtf commented on 2019-01-31 14:41 (UTC) (edited on 2019-01-31 14:41 (UTC) by oi_wtf)

@freswa: You forgot to update the sha512sum in b3614a8096b6

zrhoffman commented on 2018-05-29 16:09 (UTC) (edited on 2018-12-30 18:28 (UTC) by zrhoffman)

When running makepkg I receive the following error:

$ makepkg
==> ERROR: optdepends contains invalid characters: '>='

==> ERROR: An unknown error has occurred. Exiting...
$

Removing the >=8 from line 23 (java-runtime line) makes it work again:

              'java-runtime: JRE - Required if webstorm-jre is not installed'

freswa commented on 2017-09-09 17:10 (UTC) (edited on 2017-09-09 17:11 (UTC) by freswa)

I know what I added in the PKGBUILD. But that desktop file is unmodified after export from webstorm and I will not tamper with upstream decisions. There are solutions for anyone who wants to customize the desktop file. For instructions please read the comments below. Thanks