]> git.pld-linux.org Git - packages/clion.git/blob - pld.patch
5b99396e03985e6c6334c9f34f2548fd082a072f
[packages/clion.git] / pld.patch
1 --- clion-140.1740.3/bin/clion.sh~      2015-01-19 20:36:22.000000000 +0200
2 +++ clion-140.1740.3/bin/clion.sh       2015-01-26 21:29:17.604754268 +0200
3 @@ -155,6 +155,11 @@
4  COMMON_JVM_ARGS="-XX:ErrorFile=$HOME/java_error_in_CL_%p.log \"-Xbootclasspath/a:$IDE_HOME/lib/boot.jar\" -Didea.paths.selector=clion10 $IDE_PROPERTIES_PROPERTY"
5  IDE_JVM_ARGS="-Didea.platform.prefix=CLion -Didea.no.jre.check=true"
6  
7 +CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/clion"
8 +CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/clion"
9 +
10 +IDE_JVM_ARGS="$IDE_JVM_ARGS -Dconfig.dir=$CONFIG_DIR -Dcache.dir=$CACHE_DIR"
11 +
12  CLASSPATH="$IDE_HOME/lib/bootstrap.jar"
13  CLASSPATH="$CLASSPATH:$IDE_HOME/lib/extensions.jar"
14  CLASSPATH="$CLASSPATH:$IDE_HOME/lib/util.jar"
15 --- clion-2016.1.2/bin/idea.properties~ 2016-05-18 00:50:46.000000000 +0300
16 +++ clion-2016.1.2/bin/idea.properties  2016-05-25 18:40:32.181585904 +0300
17 @@ -6,21 +6,25 @@
18  # Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes.
19  #---------------------------------------------------------------------
20  # idea.config.path=${user.home}/.CLion/config
21 +idea.config.path=${config.dir}
22  
23  #---------------------------------------------------------------------
24  # Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes.
25  #---------------------------------------------------------------------
26  # idea.system.path=${user.home}/.CLion/system
27 +idea.system.path=${cache.dir}
28  
29  #---------------------------------------------------------------------
30  # Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes.
31  #---------------------------------------------------------------------
32  # idea.plugins.path=${idea.config.path}/plugins
33 +idea.plugins.path=${config.dir}/plugins
34  
35  #---------------------------------------------------------------------
36  # Uncomment this option if you want to customize path to IDE logs folder. Make sure you're using forward slashes.
37  #---------------------------------------------------------------------
38  # idea.log.path=${idea.system.path}/log
39 +idea.log.path=${cache.dir}/log
40  
41  #---------------------------------------------------------------------
42  # Maximum file size (kilobytes) IDE should provide code assistance for.
This page took 0.108441 seconds and 2 git commands to generate.