From ef5be74eaa0f0470d1c01bf69623fb89d620aba3 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Sep 2018 18:08:23 +0200 Subject: [PATCH] intellij-idea-community-edition: update to 2018.2.3. --- srcpkgs/intellij-idea-community-edition/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template index 840263cb61a..97882b14610 100644 --- a/srcpkgs/intellij-idea-community-edition/template +++ b/srcpkgs/intellij-idea-community-edition/template @@ -1,6 +1,6 @@ # Template file for 'intellij-idea-community-edition' pkgname=intellij-idea-community-edition -version=2018.2.2 +version=2018.2.3 revision=1 depends="virtual?java-environment giflib libXtst" short_desc="Java integrated development environment by JetBrains" @@ -8,7 +8,7 @@ maintainer="Adrian Siekierka " license="Apache-2.0" homepage="https://www.jetbrains.org/" distfiles="https://download.jetbrains.com/idea/ideaIC-${version}-no-jdk.tar.gz" -checksum=896a554089ed07d26fdd081d47f84de31a38b16b2fb545a2f346ab2c6d2c7523 +checksum=c1202a019258eeed0932b17142a6e8363930df52d5fe33345d8add4b0f40fb0b repository=nonfree nopie=yes only_for_archs="i686 x86_64" @@ -29,10 +29,12 @@ do_install() { 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 fi ln -sf /usr/share/intellij-idea/bin/idea.sh ${DESTDIR}/usr/bin/idea