mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
idea_community_bin: bump version to 2023.1 (#9048)
This commit is contained in:
@@ -2,12 +2,12 @@ SUMMARY="Intellij IDEA Community Edition"
|
||||
DESCRIPTION="A Java Integrated Development Environment to develop computer \
|
||||
software."
|
||||
HOMEPAGE="https://www.jetbrains.com/idea/"
|
||||
COPYRIGHT="2020 JetBrains s.r.o."
|
||||
COPYRIGHT="2023 JetBrains s.r.o."
|
||||
LICENSE="Apache v2"
|
||||
REVISION="1"
|
||||
buildVersion="201.7223.91"
|
||||
SOURCE_URI="https://download.jetbrains.com/idea/ideaIC-$portVersion-no-jbr.tar.gz#noarchive"
|
||||
CHECKSUM_SHA256="d6e1e0c3dcc74b912b2b5e121da0a65e793fb82426195c46929c06874959d2c5"
|
||||
buildVersion="231.9225.16"
|
||||
SOURCE_URI="https://download.jetbrains.com/idea/ideaIC-$portVersion.tar.gz#noarchive"
|
||||
CHECKSUM_SHA256="9ea98c03b29903f7bde41f6a3c039621fff5d04015f37f9f21e04966d557ea90"
|
||||
ADDITIONAL_FILES="IntelliJ_IDEA_Logo.hvif"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
@@ -18,7 +18,7 @@ PROVIDES="
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
java:environment == 8
|
||||
java:environment == 17
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -27,12 +27,12 @@ BUILD_PREREQUIRES="
|
||||
INSTALL()
|
||||
{
|
||||
mkdir -p $appsDir
|
||||
tar xvf ideaIC-$portVersion-no-jbr.tar.gz -C $appsDir
|
||||
tar xvf ideaIC-$portVersion.tar.gz -C $appsDir
|
||||
mv $appsDir/idea-IC-$buildVersion $appsDir/idea
|
||||
|
||||
rm -rvf $appsDir/idea/jbr
|
||||
cat << EOF > $appsDir/idea/idea.sh
|
||||
#!/bin/sh -l
|
||||
export PATH=\$JDK8_HOME/bin:\$PATH
|
||||
export PATH=\$JDK17_HOME/bin:\$PATH
|
||||
exec $appsDir/idea/bin/idea.sh
|
||||
EOF
|
||||
chmod 755 $appsDir/idea/idea.sh
|
||||
Reference in New Issue
Block a user