Compare commits
No commits in common. "main" and "v2024.3.5" have entirely different histories.
18 changed files with 3 additions and 9 deletions
intellij-idea-community_2024.3.5-1_all.debintellij-idea-community_2024.3.5.orig.tar.gz
intellij-idea-community_2024.3.5
Binary file not shown.
|
@ -1,9 +1,3 @@
|
||||||
intellij-idea-community (2025.1-1) oracular; urgency=medium
|
|
||||||
|
|
||||||
* Upstream version 2025.1
|
|
||||||
|
|
||||||
-- Marcel Kapfer <opensource@mmk2410.org> Wed, 16 Apr 2025 13:02:18 +0000
|
|
||||||
|
|
||||||
intellij-idea-community (2024.3.5-1) oracular; urgency=medium
|
intellij-idea-community (2024.3.5-1) oracular; urgency=medium
|
||||||
|
|
||||||
* Upstream version 2024.3.5
|
* Upstream version 2024.3.5
|
|
@ -5,13 +5,13 @@ set -e
|
||||||
cd /opt/
|
cd /opt/
|
||||||
|
|
||||||
## Extract the package
|
## Extract the package
|
||||||
tar xf /opt/ideaIC-2025.1.tar.gz
|
tar xf /opt/ideaIC-2024.3.5.tar.gz
|
||||||
|
|
||||||
## Rename the directory
|
## Rename the directory
|
||||||
mv /opt/idea-IC-* /opt/intellij-idea-community
|
mv /opt/idea-IC-* /opt/intellij-idea-community
|
||||||
|
|
||||||
## Remove the tar.gz package
|
## Remove the tar.gz package
|
||||||
rm /opt/ideaIC-2025.1.tar.gz
|
rm /opt/ideaIC-2024.3.5.tar.gz
|
||||||
|
|
||||||
## Install the .desktop file, if necessary
|
## Install the .desktop file, if necessary
|
||||||
if [ -x "/usr/bin/desktop-file-install" ]; then
|
if [ -x "/usr/bin/desktop-file-install" ]; then
|
|
@ -5,6 +5,6 @@ set -e
|
||||||
cd /opt/
|
cd /opt/
|
||||||
|
|
||||||
## Download IntelliJ IDEA Community from the JetBrain servers
|
## Download IntelliJ IDEA Community from the JetBrain servers
|
||||||
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2025.1.tar.gz
|
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2024.3.5.tar.gz
|
||||||
|
|
||||||
##DEBHELPER##
|
##DEBHELPER##
|
Before ![]() (image error) Size: 5.3 KiB After ![]() (image error) Size: 5.3 KiB ![]() ![]() |
Loading…
Add table
Add a link
Reference in a new issue