summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Elsner <open@mindrunner.de>2014-04-30 14:54:41 +0200
committerLukas Elsner <open@mindrunner.de>2014-04-30 14:54:41 +0200
commit7852ae74910b355469a05a53850d82bb898f8ae8 (patch)
tree56da897b4f0a915c8b76775e94e9022d64ae8ea5 /dev-util/idea-community/files
parentadded eap slot (diff)
downloadluman-7852ae74910b355469a05a53850d82bb898f8ae8.tar.gz
luman-7852ae74910b355469a05a53850d82bb898f8ae8.tar.bz2
luman-7852ae74910b355469a05a53850d82bb898f8ae8.zip
added missing files
Diffstat (limited to 'dev-util/idea-community/files')
-rw-r--r--dev-util/idea-community/files/config-eap4
-rw-r--r--dev-util/idea-community/files/idea-eap.sh.patch11
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-util/idea-community/files/config-eap b/dev-util/idea-community/files/config-eap
new file mode 100644
index 0000000..fe2cfb8
--- /dev/null
+++ b/dev-util/idea-community/files/config-eap
@@ -0,0 +1,4 @@
+#_JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
+#IDEA_JDK="$(java-config --select-vm=icedtea-7 -O)"
+IDEA_VM_OPTIONS="/etc/idea/idea-13.vmoptions"
+IDEA_PROPERTIES="/etc/idea/idea-13.properties"
diff --git a/dev-util/idea-community/files/idea-eap.sh.patch b/dev-util/idea-community/files/idea-eap.sh.patch
new file mode 100644
index 0000000..7593a51
--- /dev/null
+++ b/dev-util/idea-community/files/idea-eap.sh.patch
@@ -0,0 +1,11 @@
+--- bin/idea.sh.orig 2013-12-04 21:22:26.168958134 +0700
++++ bin/idea.sh 2013-12-04 21:25:11.628945405 +0700
+@@ -38,6 +38,8 @@
+ exit 1
+ fi
+
++. /etc/conf.d/idea-13
++
+ OS_TYPE=`"$UNAME" -s`
+
+ # ---------------------------------------------------------------------