intellij-idea-community-edition: update to 15.0.2.
This commit is contained in:
parent
2228e93b03
commit
98072d365e
1 changed files with 3 additions and 2 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=14.1.6
|
version=15.0.2
|
||||||
revision=1
|
revision=1
|
||||||
depends="virtual?java-environment giflib libXtst"
|
depends="virtual?java-environment giflib libXtst"
|
||||||
short_desc="Java integrated development environment"
|
short_desc="Java integrated development environment"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Adrian Siekierka <kontakt@asie.pl>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://www.jetbrains.org/"
|
homepage="http://www.jetbrains.org/"
|
||||||
distfiles="http://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"
|
distfiles="http://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"
|
||||||
checksum=346e665f2e2d4c346b7f3ade235f037ea851bb50fb851cfc726ae9335632e994
|
checksum=8c988751871faf94a3f60a34f6360e75ddaec8ea21170e5bb05b1db4f4ca1979
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
@ -25,6 +25,7 @@ do_install() {
|
||||||
rm ${DESTDIR}/usr/share/intellij-idea/plugins/gradle/lib/native-platform-freebsd-amd64-0.10.jar
|
rm ${DESTDIR}/usr/share/intellij-idea/plugins/gradle/lib/native-platform-freebsd-amd64-0.10.jar
|
||||||
rm ${DESTDIR}/usr/share/intellij-idea/plugins/gradle/lib/native-platform-osx-amd64-0.10.jar
|
rm ${DESTDIR}/usr/share/intellij-idea/plugins/gradle/lib/native-platform-osx-amd64-0.10.jar
|
||||||
rm ${DESTDIR}/usr/share/intellij-idea/plugins/gradle/lib/native-platform-windows-amd64-0.10.jar
|
rm ${DESTDIR}/usr/share/intellij-idea/plugins/gradle/lib/native-platform-windows-amd64-0.10.jar
|
||||||
|
rm ${DESTDIR}/usr/share/intellij-idea/bin/fsnotifier-arm
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
rm ${DESTDIR}/usr/share/intellij-idea/bin/libbreakgen.so
|
rm ${DESTDIR}/usr/share/intellij-idea/bin/libbreakgen.so
|
||||||
rm ${DESTDIR}/usr/share/intellij-idea/bin/fsnotifier
|
rm ${DESTDIR}/usr/share/intellij-idea/bin/fsnotifier
|
||||||
|
|
Loading…
Add table
Reference in a new issue