mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
intellij-idea-community-edition: update to 2018.3.
This commit is contained in:
parent
9d1c39beb6
commit
4a0b0c195e
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'intellij-idea-community-edition'
|
||||
pkgname=intellij-idea-community-edition
|
||||
version=2018.2.6
|
||||
version=2018.3
|
||||
revision=1
|
||||
depends="virtual?java-environment giflib libXtst"
|
||||
short_desc="Java integrated development environment by JetBrains"
|
||||
|
@ -8,7 +8,7 @@ maintainer="John <johnz@posteo.net>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://www.jetbrains.org/"
|
||||
distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jdk.tar.gz"
|
||||
checksum=b9b9a89cd9be487eb8805c9bd77d05a6889f8bd2856a4a0599f48cdf618edeac
|
||||
checksum=cc5dba8522d662c42eb39b0c2ada28c2333289bc655e1aa2c46b86abec11573d
|
||||
repository=nonfree
|
||||
nopie=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
|
@ -28,13 +28,12 @@ do_install() {
|
|||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||
rm ${DESTDIR}/usr/share/intellij-idea/bin/fsnotifier
|
||||
rm ${DESTDIR}/usr/share/intellij-idea/bin/idea.vmoptions
|
||||
rm ${DESTDIR}/usr/share/intellij-idea/lib/libpty/linux/x86/libpty.so
|
||||
rm ${DESTDIR}/usr/share/intellij-idea/plugins/android/lib/libwebp/linux/libwebp_jni.so
|
||||
else
|
||||
rm ${DESTDIR}/usr/share/intellij-idea/bin/fsnotifier64
|
||||
rm ${DESTDIR}/usr/share/intellij-idea/bin/idea64.vmoptions
|
||||
rm ${DESTDIR}/usr/share/intellij-idea/lib/libpty/linux/x86_64/libpty.so
|
||||
rm ${DESTDIR}/usr/share/intellij-idea/plugins/android/lib/libwebp/linux/libwebp_jni64.so
|
||||
rm ${DESTDIR}/usr/share/intellij-idea/bin/libdbm64.so
|
||||
fi
|
||||
|
||||
ln -sf /usr/share/intellij-idea/bin/idea.sh ${DESTDIR}/usr/bin/idea
|
||||
|
|
Loading…
Add table
Reference in a new issue