WebStorm: update to 2019.3
This commit is contained in:
parent
c4a1a72860
commit
94f9b0e3f6
1 changed files with 6 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'WebStorm'
|
# Template file for 'WebStorm'
|
||||||
pkgname=WebStorm
|
pkgname=WebStorm
|
||||||
version=2019.2.3
|
version=2019.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
wrksrc="WebStorm-192.6817.13"
|
wrksrc="WebStorm-193.5233.80"
|
||||||
depends="virtual?java-environment"
|
depends="jetbrains-jdk-bin"
|
||||||
short_desc="Smartest JavaScript IDE"
|
short_desc="Smartest JavaScript IDE"
|
||||||
maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||||
license="custom:Commercial"
|
license="custom:Commercial"
|
||||||
homepage="https://www.jetbrains.com/webstorm"
|
homepage="https://www.jetbrains.com/webstorm"
|
||||||
distfiles="https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz"
|
distfiles="https://download.jetbrains.com/webstorm/WebStorm-${version}.tar.gz"
|
||||||
checksum=af94c66c80508fe221d9ba2b294d3852d68db8bc293dd240e2638dd2c21a6c50
|
checksum=63ffa9d500182909078356157dd4c7ee97abfc55c51bced45d71423c7230e593
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -36,8 +36,6 @@ post_extract() {
|
||||||
rm -rf lib/pty4j-native/linux/x86_64
|
rm -rf lib/pty4j-native/linux/x86_64
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
rm -rf jre64
|
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
@ -51,6 +49,8 @@ do_install() {
|
||||||
vlicense $i
|
vlicense $i
|
||||||
done
|
done
|
||||||
|
|
||||||
|
mkdir -p /usr/lib/jvm/jbrsdk
|
||||||
|
ln -sf /usr/lib/jvm/jbrsdk ${DESTDIR}/${TARGET_PATH}/jbr
|
||||||
vcopy bin ${TARGET_PATH}
|
vcopy bin ${TARGET_PATH}
|
||||||
vcopy help ${TARGET_PATH}
|
vcopy help ${TARGET_PATH}
|
||||||
vcopy lib ${TARGET_PATH}
|
vcopy lib ${TARGET_PATH}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue