Search Criteria
Package Details: webstorm 2022.1.1b221.5591.52-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/webstorm.git (read-only, click to copy) |
---|---|
Package Base: | webstorm |
Description: | JavaScript IDE and HTML editor |
Upstream URL: | https://www.jetbrains.com/webstorm/ |
Licenses: | custom:jetbrains |
Submitter: | Testuser_01 |
Maintainer: | freswa |
Last Packager: | freswa |
Votes: | 172 |
Popularity: | 1.07 |
First Submitted: | 2012-01-05 18:10 (UTC) |
Last Updated: | 2022-05-13 22:43 (UTC) |
Dependencies (4)
- glib2 (glib2-clear, glib2-quiet, glib2-selinux, glib2-nodocs-git, glib2-git, glib2-patched-thumbnailer)
- gnome-keyring (gnome-keyring-git, pass-secrets-git) (optional) – save login/deployment credentials safely
- java-runtime (java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, zulu-14-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, jdk15-adoptopenjdk, liberica-jre-8-full-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jre8-openjdk-shenandoah, zulu-16-bin, jdk7-j9-bin, jdk11-graalvm-ee-bin, jdk11-j9-bin, jdk16-adoptopenjdk, jdk11-openj9-bin, zulu-jdk-fx-bin, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jre12-openjdk, jre13-openjdk, jre14-openjdk, jre15-openjdk, jre16-openjdk, jdk-jetbrains, zulu-embedded-jdk, jre-openj9, jdk11-msopenjdk-bin, jdk18-beta-temurin, zulu-13-bin, jdk8-arm, jre11, jre17-jetbrains, jre-jetbrains-openjdk-xdg, jre-jetbrains, zulu-embedded-jdk11, amazon-corretto-17, amazon-corretto-18, jre, jre-lts, amazon-corretto-8, amazon-corretto-11, jre-openjdk-xdg, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-18-bin, zulu-15-bin, jdk8-j9-bin, jdk7r1-j9-bin, liberica-jdk-11-bin, liberica-jdk-11-full-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, liberica-jre-11-full-bin, liberica-jdk-17-full-bin, liberica-jdk-full-bin, liberica-jdk-8-full-bin, jdk11-graalvm-bin, jdk17-graalvm-bin, jre11-jetbrains-imfix, jdk-arm, jdk-temurin, jdk11-temurin, jdk17-temurin, jre8-adoptopenjdk, java-openjdk-bin, jdk-microsoft-openjdk, jre8, jdk8, jdk18-openj9-bin, java-openjdk-loom-ea-bin, jdk8-dragonwell-bin, jdk11-dragonwell-bin, jdk17-dragonwell-bin, jdk8-openj9-bin, jdk-openj9-bin, java-openjdk-ea-bin, zulu-jre-fx-bin, hmcl-zulu-bin, jre17-jetbrains-imfix, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk) (optional) – JRE - Required if webstorm-jre is not installed
- webstorm-jre (optional) – JetBrains custom Java Runtime (Recommended)
Latest Comments
freswa commented on 2021-12-03 00:05 (UTC)
AUR helpers are not supported officially.
ramyar.rmn commented on 2021-12-02 23:35 (UTC)
I get an error: Failed to generate webstorm-jre information
closingin commented on 2021-05-01 07:25 (UTC) (edited on 2021-05-01 07:26 (UTC) by closingin)
@Wennadocta the build number in the PKGBUILD's pkgver is wrong. You'll be able to build by setting it to 2021.1.1b211.7142.46 (i removed the 8, it's 46 and not 468)
Wennadocta commented on 2021-04-30 22:26 (UTC)
Build fails now
petris commented on 2020-03-23 16:13 (UTC)
Icon has been broken in GNOME since 3/6 with the commit "fix icon patch in jetbrains desktop files"
Kage-Yami commented on 2019-12-26 09:54 (UTC)
I believe JetBrains IDEs utilises
org.freedesktop.secrets
, rather than requiregnome-keyring
specifically. As such, it would be more appropriate to optional-depend onorg.freedesktop.secrets
, asgnome-keyring
is not the only package that implementsorg.freedesktop.secrets
(e.g.keepassxc
).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
tojbr
.davidjytang commented on 2019-07-24 05:37 (UTC)
Upon further examination, I suspect the expected
jre64
folder is now namedjbr
. Therefore, the following changes might be necessary: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:
Could I change the following line like so?
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:
Removing the
>=8
from line 23 (java-runtime line) makes it work again:freswa commented on 2017-09-09 17:10 (UTC) (edited on 2017-09-09 17:11 (UTC) by freswa)
MrTimscampi commented on 2017-09-09 16:51 (UTC)
freswa commented on 2017-09-07 18:13 (UTC)
MrTimscampi commented on 2017-09-07 17:42 (UTC) (edited on 2017-09-07 17:43 (UTC) by MrTimscampi)
freswa commented on 2017-07-20 07:07 (UTC)
JohnRobson commented on 2017-07-20 00:48 (UTC)
ericribeiro commented on 2017-07-18 14:15 (UTC)
arch commented on 2017-05-08 05:07 (UTC) (edited on 2017-05-08 05:07 (UTC) by arch)
freswa commented on 2017-02-28 15:20 (UTC)
12eason commented on 2017-02-28 15:15 (UTC)
freswa commented on 2017-02-28 09:00 (UTC)
12eason commented on 2017-02-27 20:37 (UTC)
freswa commented on 2016-07-15 11:14 (UTC)
blmarket commented on 2016-07-15 01:53 (UTC) (edited on 2016-07-15 01:54 (UTC) by blmarket)
freswa commented on 2016-07-14 10:07 (UTC)
blmarket commented on 2016-07-14 06:45 (UTC)
freswa commented on 2016-07-11 12:37 (UTC)
pepo900 commented on 2016-07-11 05:47 (UTC)
cardiomax2000 commented on 2016-05-23 20:22 (UTC)
pablovilas commented on 2016-05-23 20:14 (UTC)
cardiomax2000 commented on 2016-05-23 20:11 (UTC)
Wietse commented on 2016-01-31 12:00 (UTC)
freswa commented on 2016-01-20 18:43 (UTC)
hobbypunk commented on 2016-01-20 18:20 (UTC)
freswa commented on 2015-11-03 00:23 (UTC)
ievans3024 commented on 2015-11-03 00:20 (UTC)
freswa commented on 2015-11-03 00:14 (UTC)
ievans3024 commented on 2015-11-03 00:12 (UTC)
janek commented on 2015-09-23 15:57 (UTC)
nunobaba commented on 2015-05-23 23:17 (UTC)
pablovilas commented on 2015-04-22 13:33 (UTC)
maxyme commented on 2015-04-19 02:51 (UTC)
pablovilas commented on 2015-04-09 15:10 (UTC)
apaatsio commented on 2015-04-08 08:52 (UTC)
pablovilas commented on 2015-03-31 17:32 (UTC)
makrulez commented on 2015-01-20 18:56 (UTC)
pablovilas commented on 2014-12-16 16:15 (UTC)
pablovilas commented on 2014-10-29 17:09 (UTC)
archaeopteryx commented on 2014-10-22 20:03 (UTC)
kleinph commented on 2014-09-21 19:49 (UTC)
joow commented on 2014-06-15 21:24 (UTC)
kidoz commented on 2014-06-15 20:45 (UTC)
mhelvens commented on 2014-06-15 15:48 (UTC)
mhelvens commented on 2014-06-15 15:17 (UTC)
starquake commented on 2014-05-23 23:20 (UTC)
starquake commented on 2014-05-02 21:45 (UTC)
AienTech commented on 2014-04-09 03:30 (UTC)
wenLiangcan commented on 2013-12-28 05:09 (UTC)
fmauNeko commented on 2013-11-12 06:27 (UTC)
yscik commented on 2013-09-26 13:44 (UTC)
emhagman commented on 2013-06-19 18:47 (UTC)
larvan commented on 2013-06-05 23:04 (UTC)
migerh commented on 2013-05-28 13:02 (UTC)
commented on 2013-05-03 02:29 (UTC)
phoenixlzx commented on 2013-02-06 16:22 (UTC)
edacval commented on 2012-09-16 16:29 (UTC)
kidoz commented on 2012-09-15 21:28 (UTC)
edacval commented on 2012-09-15 02:24 (UTC)
Testuser_01 commented on 2012-05-30 15:11 (UTC)
shadowed87 commented on 2012-05-28 23:51 (UTC)
Testuser_01 commented on 2012-05-14 20:39 (UTC)
kidoz commented on 2012-05-14 17:00 (UTC)
Testuser_01 commented on 2012-05-14 08:15 (UTC)
kidoz commented on 2012-05-13 14:22 (UTC)
kidoz commented on 2012-04-30 17:22 (UTC)
Testuser_01 commented on 2012-03-04 18:37 (UTC)
kidoz commented on 2012-02-29 18:08 (UTC)
Testuser_01 commented on 2012-02-19 20:13 (UTC)
whynothugo commented on 2012-02-09 03:48 (UTC)