intellij-idea-ultimate-edition: update to 2019.3.4.
This commit is contained in:
parent
28b158d608
commit
14bf9ae893
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'intellij-idea-ultimate-edition'
|
||||
pkgname=intellij-idea-ultimate-edition
|
||||
version=2019.3.3
|
||||
version=2019.3.4
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
wrksrc="idea-IU-193.6494.35"
|
||||
wrksrc="idea-IU-193.6911.18"
|
||||
depends="giflib libXtst jetbrains-jdk-bin"
|
||||
short_desc="Most intelligent Java IDE"
|
||||
maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||
license="custom:Commercial"
|
||||
homepage="https://www.jetbrains.com/idea"
|
||||
distfiles="https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz"
|
||||
checksum=b6ef08b34e38b9d1f637b4179b5c145375f1604208e42e4a605711e368c18a0c
|
||||
checksum=c02e4202e94957e1e659be60ca795f9827b3069486612de8e8bc07291a9b64c4
|
||||
repository=nonfree
|
||||
restricted=yes
|
||||
nopie=yes
|
||||
|
@ -57,8 +57,6 @@ do_install() {
|
|||
# Ideally vlicense should be called here, but vcopy is more terse.
|
||||
vcopy license/* ${LICENSE_PATH}
|
||||
|
||||
mkdir -p /usr/lib/jvm/jbrsdk
|
||||
ln -sf /usr/lib/jvm/jbrsdk ${DESTDIR}/${TARGET_PATH}/jbr
|
||||
vcopy bin ${TARGET_PATH}
|
||||
vcopy help ${TARGET_PATH}
|
||||
vcopy lib ${TARGET_PATH}
|
||||
|
|
Loading…
Reference in New Issue