mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-01 17:42:56 +02:00
WebStorm: update to 2019.2.3.
This commit is contained in:
parent
0ac6f63e6d
commit
60632457e8
1 changed files with 9 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'WebStorm'
|
# Template file for 'WebStorm'
|
||||||
pkgname=WebStorm
|
pkgname=WebStorm
|
||||||
version=2019.1.3
|
version=2019.2.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
wrksrc="WebStorm-191.7479.14"
|
wrksrc="WebStorm-192.6817.13"
|
||||||
depends="virtual?java-environment"
|
depends="virtual?java-environment"
|
||||||
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=c3ef27051f6de608ee679035957a8a4329897c910b046cb2dbbf840cc8151dae
|
checksum=af94c66c80508fe221d9ba2b294d3852d68db8bc293dd240e2638dd2c21a6c50
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -23,12 +23,14 @@ post_extract() {
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64)
|
x86_64)
|
||||||
rm -rf bin/fsnotifier
|
rm -rf bin/fsnotifier
|
||||||
|
rm -rf bin/fsnotifier-arm
|
||||||
rm -rf bin/webstorm.vmoptions
|
rm -rf bin/webstorm.vmoptions
|
||||||
rm -rf bin/libyjpagent-linux.so
|
rm -rf bin/libyjpagent-linux.so
|
||||||
rm -rf lib/pty4j-native/linux/x86
|
rm -rf lib/pty4j-native/linux/x86
|
||||||
;;
|
;;
|
||||||
i686)
|
i686)
|
||||||
rm -rf bin/fsnotifier64
|
rm -rf bin/fsnotifier64
|
||||||
|
rm -rf bin/fsnotifier-arm
|
||||||
rm -rf bin/webstorm64.vmoptions
|
rm -rf bin/webstorm64.vmoptions
|
||||||
rm -rf bin/libyjpagent-linux64.so
|
rm -rf bin/libyjpagent-linux64.so
|
||||||
rm -rf lib/pty4j-native/linux/x86_64
|
rm -rf lib/pty4j-native/linux/x86_64
|
||||||
|
@ -40,14 +42,14 @@ post_extract() {
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
TARGET_PATH="usr/lib/${pkgname}"
|
TARGET_PATH="usr/lib/${pkgname}"
|
||||||
LICENSE_PATH="usr/share/licenses/${pkgname}"
|
|
||||||
|
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
vmkdir ${TARGET_PATH}
|
vmkdir ${TARGET_PATH}
|
||||||
vmkdir ${LICENSE_PATH}
|
|
||||||
|
|
||||||
# Ideally vlicense should be called here, but vcopy is more terse.
|
local i
|
||||||
vcopy license/* ${LICENSE_PATH}
|
for i in license/* ; do
|
||||||
|
vlicense $i
|
||||||
|
done
|
||||||
|
|
||||||
vcopy bin ${TARGET_PATH}
|
vcopy bin ${TARGET_PATH}
|
||||||
vcopy help ${TARGET_PATH}
|
vcopy help ${TARGET_PATH}
|
||||||
|
|
Loading…
Add table
Reference in a new issue