mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
intellij-idea-ultimate-edition: update to 2020.3.
This commit is contained in:
parent
27a1fabbd9
commit
5f3ad51ceb
1 changed files with 5 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'intellij-idea-ultimate-edition'
|
# Template file for 'intellij-idea-ultimate-edition'
|
||||||
pkgname=intellij-idea-ultimate-edition
|
pkgname=intellij-idea-ultimate-edition
|
||||||
version=2020.2.3
|
version=2020.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
wrksrc="idea-IU-202.7660.26"
|
wrksrc="idea-IU-203.5981.155"
|
||||||
depends="giflib libXtst jetbrains-jdk-bin"
|
depends="giflib libXtst jetbrains-jdk-bin"
|
||||||
short_desc="Most intelligent Java IDE"
|
short_desc="Most intelligent Java IDE"
|
||||||
maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
maintainer="Anton Afanasyev <anton@doubleasoftware.com>"
|
||||||
license="custom:Commercial"
|
license="custom:Commercial"
|
||||||
homepage="https://www.jetbrains.com/idea"
|
homepage="https://www.jetbrains.com/idea"
|
||||||
distfiles="https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz"
|
distfiles="https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz"
|
||||||
checksum=e086eb02343c28fab22fd83f7984b377f60bd15aa0f9733a142d99a0ec8c2690
|
checksum=43a10e1be8075ebd07bafcbe65ef431db304ee96c3072ff308e188fb9fdbcbd0
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
restricted=yes
|
restricted=yes
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
@ -28,6 +28,8 @@ post_extract() {
|
||||||
# Remove files for other CPU architectures
|
# Remove files for other CPU architectures
|
||||||
rm -rf bin/fsnotifier-arm
|
rm -rf bin/fsnotifier-arm
|
||||||
rm -rf lib/pty4j-native/linux/ppc64le
|
rm -rf lib/pty4j-native/linux/ppc64le
|
||||||
|
rm -rf lib/pty4j-native/linux/aarch64
|
||||||
|
rm -rf lib/pty4j-native/linux/mips64el
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64)
|
x86_64)
|
||||||
|
|
Loading…
Add table
Reference in a new issue