aboutsummaryrefslogtreecommitdiff
path: root/development/idea/idea.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/idea/idea.SlackBuild')
-rw-r--r--development/idea/idea.SlackBuild17
1 files changed, 1 insertions, 16 deletions
diff --git a/development/idea/idea.SlackBuild b/development/idea/idea.SlackBuild
index 2fb43e69f1..3ca51ce153 100644
--- a/development/idea/idea.SlackBuild
+++ b/development/idea/idea.SlackBuild
@@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=idea
ARCNAM=ideaIC
-VERSION=${VERSION:-2025.2.2}
+VERSION=${VERSION:-2025.2.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,21 +39,6 @@ find -L . \
mv * $PRGNAM
-mkdir -p $PKG/etc/profile.d
-cat << EOF > $PKG/etc/profile.d/$PRGNAM.sh
-#!/bin/sh
-export IDEA_HOME=/opt/idea
-export IDEA_JDK=$JAVA_HOME
-export PATH=\$PATH:\$IDEA_HOME/bin
-EOF
-cat << EOF > $PKG/etc/profile.d/$PRGNAM.csh
-#!/bin/csh
-setenv IDEA_HOME /opt/idea
-setenv IDEA_JDK $JAVA_HOME
-setenv PATH \$PATH:\$IDEA_HOME/bin
-EOF
-chmod 755 $PKG/etc/profile.d/*
-
mkdir -p $PKG/usr/share/applications
cat << EOF > $PKG/usr/share/applications/$PRGNAM.desktop
[Desktop Entry]