mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
intellij-idea-community-edition: update to 2020.1.1
This commit is contained in:
parent
17740d6fe1
commit
09c2bd3cae
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'intellij-idea-community-edition'
|
# Template file for 'intellij-idea-community-edition'
|
||||||
pkgname=intellij-idea-community-edition
|
pkgname=intellij-idea-community-edition
|
||||||
version=2019.2.4
|
version=2020.1.1
|
||||||
revision=1
|
revision=1
|
||||||
archs="i686 x86_64"
|
archs="i686 x86_64"
|
||||||
depends="virtual?java-environment giflib libXtst"
|
depends="virtual?java-environment giflib libXtst"
|
||||||
|
@ -9,9 +9,11 @@ maintainer="John <johnz@posteo.net>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://www.jetbrains.org/"
|
homepage="https://www.jetbrains.org/"
|
||||||
distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
|
distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jbr.tar.gz"
|
||||||
checksum=5e318015a0105fd72802794afcf976a2db5d9b7cd53e3f53c95c31ee4736211c
|
checksum=d6e1e0c3dcc74b912b2b5e121da0a65e793fb82426195c46929c06874959d2c5
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
nopie=yes
|
nopie=yes
|
||||||
|
python_version=3
|
||||||
|
skiprdeps="/usr/lib/intellij-idea/plugins/Kotlin/bin/linux/LLDBFrontend"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv $XBPS_BUILDDIR/idea-IC-* ${wrksrc}
|
mv $XBPS_BUILDDIR/idea-IC-* ${wrksrc}
|
||||||
|
@ -24,7 +26,6 @@ do_install() {
|
||||||
|
|
||||||
mv bin lib plugins redist product-info.json build.txt ${DESTDIR}/usr/lib/intellij-idea
|
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
|
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/win -rf
|
||||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/mac -rf
|
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/android/lib/libwebp/mac -rf
|
||||||
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/windows32 -rf
|
rm ${DESTDIR}/usr/lib/intellij-idea/plugins/maven/lib/maven3/lib/jansi-native/windows32 -rf
|
||||||
|
|
Loading…
Add table
Reference in a new issue