All Projects → mmk2410 → intellij-idea-ultimate

mmk2410 / intellij-idea-ultimate

Licence: GPL-3.0 License
Unofficial .deb packages of IntelliJ IDEA Ultimate Edition. This is a mirror of https://gitlab.com/mmk2410/intellij-idea-ultimate

Programming Languages

shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to intellij-idea-ultimate

intellij-idea-community
Unofficial .deb packages of IntelliJ IDEA Community Edition. This is a mirror of
Stars: ✭ 32 (+100%)
Mutual labels:  debian, packages, intellij, debian-packages, ubuntu-packages, deb-packages
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (+3643.75%)
Mutual labels:  debian, packages, ubuntu
debian-packaging
Create Debian packages of non-free, closed-source and other software.
Stars: ✭ 19 (+18.75%)
Mutual labels:  debian, debian-packages, ubuntu-packages
airgeddon deb packages
Useful related to airgeddon packages for Debian based Linux distributions
Stars: ✭ 22 (+37.5%)
Mutual labels:  debian, packages, ubuntu
Kvm Install Vm
Bash script to build local virtual machines using KVM/libvirt and cloud-init.
Stars: ✭ 248 (+1450%)
Mutual labels:  debian, ubuntu
I3 Gaps Deb
Tool to create and install Debian (or Ubuntu) packages of i3-gaps.
Stars: ✭ 236 (+1375%)
Mutual labels:  debian, ubuntu
ppa-packaging
Semi-automated script to create binary packages for (multiple versions of) Ubuntu
Stars: ✭ 15 (-6.25%)
Mutual labels:  debian, ubuntu-packages
v2ray-deb
v2ray debian/ubuntu安装包
Stars: ✭ 143 (+793.75%)
Mutual labels:  debian, deb-packages
debianopt-repo
Additional debian repository for awesome open-source projects.
Stars: ✭ 47 (+193.75%)
Mutual labels:  debian, debian-packages
rabbitmq-server-release
RabbitMQ packaging and release engineering bits that do not belong to the Concourse pipelines.
Stars: ✭ 13 (-18.75%)
Mutual labels:  debian, packages
wakemeops
A Debian repository for portable applications
Stars: ✭ 54 (+237.5%)
Mutual labels:  debian, debian-packages
maldetect
Debian packaging of Linux Malware Detect (https://github.com/rfxn/linux-malware-detect)
Stars: ✭ 48 (+200%)
Mutual labels:  debian, debian-packages
Termite Style
Simple script to change color-schemes and fonts for Termite.
Stars: ✭ 224 (+1300%)
Mutual labels:  debian, ubuntu
Deb Simple
A lightweight, bare-bones apt repository server
Stars: ✭ 222 (+1287.5%)
Mutual labels:  debian, ubuntu
Iptables Boilerplate
rock solid default firewall-rules for webhosts
Stars: ✭ 249 (+1456.25%)
Mutual labels:  debian, ubuntu
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (+1281.25%)
Mutual labels:  debian, ubuntu
Mtprotoproxyinstaller
One-click script to install MTProto Proxy server on CentOS, Ubuntu and Debian
Stars: ✭ 216 (+1250%)
Mutual labels:  debian, ubuntu
Ubuntu-Launchpad
The Ubuntu version of Apple's/MacOS Launchpad application
Stars: ✭ 21 (+31.25%)
Mutual labels:  debian, debian-packages
Lamp
Install LAMP(Linux + Apache + MySQL/MariaDB + PHP ) for CentOS/Debian/Ubuntu
Stars: ✭ 2,456 (+15250%)
Mutual labels:  debian, ubuntu
Howdy
🛡️ Windows Hello™ style facial authentication for Linux
Stars: ✭ 3,237 (+20131.25%)
Mutual labels:  debian, ubuntu

intellij-idea-ultimate

.deb Packages of IntelliJ IDEA Ultimate Edition for Ubuntu / Debian.

I also provide a package for the Community Edition.

Adding the PPA (on Ubuntu)

sudo apt-add-repository ppa:mmk2410/intellij-idea
sudo apt-get update
sudo apt-get install intellij-idea-ultimate

Report issues

You can report issues, questions or feedback concerning the package here on GitLab. Please include which version your using.

Updating the package

To update the package the first you need to do is to set up your build environment. After that there are two ways: an automated way (which is highly preferred) and a manual way.

Setting up the build environment

Run sudo apt install build-dep debhelper.

It is also necessary to setup Git with your username and email address as explained in numerous tutorials.

The automated way

Run ./update-new-version.sh "$new-version"

Where $new-version is in the format [year].[major].[minor].

The manual way

To update the version follow the following steps (the old version is here 15.0.1 and the new one 15.0.2):

  1. Fork the repo
  2. Create your own feature branch
git checkout -b version_15.0.2
  1. Rename the following
mv intellij-idea-ultimate_15.0.1 intellij-idea-ultimate_15.0.2
mv intellij-idea-ultimate_15.0.1.orig.tar.gz intellij-idea-ultimate_15.0.2.orig.tar.gz
  1. Edit the README.md and update the version numbers

  2. Go into the build files directory

cd intellij-idea-ultimate_15.0.2/debian
  1. Edit the changelog file and prepend a new changelog entry. You can just copy an old one and update the values in it

  2. Edit the preinst file and update the download URL. Normally this is done by updating the version number

  3. Go one directory back

cd ..
  1. Run the following command to build the package for testing purposes
debuild -us -uc
  1. Go another directory back
cd ..
  1. Remove the old files
rm intellij-idea-ultimate_15.0.1-1*
  1. Install the package to test it
sudo dpkg -i intellij-idea-ultimate_15.0.2-1_all.deb
  1. If everything works, add yourself to the CONTRIBUTORS.txt

  2. Commit your changes

git add -A
git commit -m "Version 15.0.2"
  1. Push to the branch
git push origin version_15.0.2
  1. Create new pull request
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].