intellij-idea-community-edition: update to 2019.1.1.
This commit is contained in:
parent
bc0dbb230d
commit
d025038f9e
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'intellij-idea-community-edition'
|
||||
pkgname=intellij-idea-community-edition
|
||||
version=2019.1
|
||||
version=2019.1.1
|
||||
revision=1
|
||||
archs="i686 x86_64"
|
||||
depends="virtual?java-environment giflib libXtst"
|
||||
|
@ -9,7 +9,7 @@ maintainer="John <johnz@posteo.net>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://www.jetbrains.org/"
|
||||
distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
|
||||
checksum=e0ceed118baf09a72fe80970b2deb556c92b133661f7858e2d221b2faaa5b31d
|
||||
checksum=801304716c55f2eb1c788d4bf27eb1009f49ff71757498c4235fdde036147f74
|
||||
repository=nonfree
|
||||
nopie=yes
|
||||
|
||||
|
@ -25,6 +25,8 @@ do_install() {
|
|||
mv bin lib plugins redist product-info.json build.txt ${DESTDIR}/usr/lib/intellij-idea
|
||||
mv LICENSE.txt NOTICE.txt license ${DESTDIR}/usr/share/doc/intellij-idea
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier-arm
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/win -rf
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/mac -rf
|
||||
case $XBPS_TARGET_MACHINE in
|
||||
x86_64)
|
||||
rm ${DESTDIR}/usr/lib/intellij-idea/bin/fsnotifier
|
||||
|
|
Loading…
Reference in a new issue