First complete
This commit is contained in:
25
src/intellij-idea-ultimate-edition/.SRCINFO
Normal file
25
src/intellij-idea-ultimate-edition/.SRCINFO
Normal file
@@ -0,0 +1,25 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Wed Oct 19 11:37:00 UTC 2016
|
||||
pkgbase = intellij-idea-ultimate-edition
|
||||
pkgdesc = An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
|
||||
pkgver = 2016.2.5
|
||||
pkgrel = 1
|
||||
url = https://www.jetbrains.com/idea/
|
||||
arch = any
|
||||
license = Commercial
|
||||
depends = java-environment
|
||||
depends = giflib
|
||||
depends = libxtst
|
||||
options = !strip
|
||||
backup = usr/share/intellij-idea-ultimate-edition/bin/idea.vmoptions
|
||||
backup = usr/share/intellij-idea-ultimate-edition/bin/idea64.vmoptions
|
||||
backup = usr/share/intellij-idea-ultimate-edition/bin/idea.properties
|
||||
source = https://download.jetbrains.com/idea/ideaIU-2016.2.5-no-jdk.tar.gz
|
||||
source = intellijidea.sh
|
||||
source = jetbrains-idea.desktop
|
||||
sha256sums = 51d6b74c4bc73cb9c8a24020af9488614b3f6e24a14dbb8e012fe363280e4fa7
|
||||
sha256sums = ed7883b33b6fa9f2e303e5549bd238ceb552ec11ca116730271a58aca685229a
|
||||
sha256sums = 83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b
|
||||
|
||||
pkgname = intellij-idea-ultimate-edition
|
||||
|
4
src/intellij-idea-ultimate-edition/intellijidea.sh
Normal file
4
src/intellij-idea-ultimate-edition/intellijidea.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
[[ "$IDEA_JDK" == "" ]] && IDEA_JDK=$JAVA_HOME
|
||||
export IDEA_JDK
|
||||
exec /usr/share/intellij-idea-ultimate-edition/bin/idea.sh "$@"
|
@@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Name=IntelliJ IDEA Ultimate Edition
|
||||
Comment=Intelligent Java IDE
|
||||
Exec=intellij-idea-ultimate-edition %u
|
||||
Icon=intellij-idea-ultimate-edition
|
||||
Terminal=false
|
||||
StartupWMClass=jetbrains-idea
|
||||
Type=Application
|
||||
Categories=Development;IDE;
|
Reference in New Issue
Block a user