[packages/intellij-idea-ultimate] - up to 13.1.3

atler atler at pld-linux.org
Sun Jun 15 12:02:40 CEST 2014


commit f21183a8a7707d196b99840f6f03886edbbedad1
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Jun 15 12:01:18 2014 +0200

    - up to 13.1.3

 intellij-idea-ultimate.spec |  4 ++--
 xdg-paths.patch             | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/intellij-idea-ultimate.spec b/intellij-idea-ultimate.spec
index 53c4c09..eb187f0 100644
--- a/intellij-idea-ultimate.spec
+++ b/intellij-idea-ultimate.spec
@@ -3,12 +3,12 @@
 %include	/usr/lib/rpm/macros.java
 Summary:	IntelliJ IDEA - The Most Intelligent Java IDE
 Name:		intellij-idea-ultimate
-Version:	12.1.7
+Version:	13.1.3
 Release:	1
 License:	IntelliJ IDEA Commercial
 Group:		Development/Tools
 Source0:	http://download-ln.jetbrains.com/idea/ideaIU-%{version}.tar.gz
-# NoSource0-md5:	e7175a458363ad13774a4d41c46dc913
+# NoSource0-md5:	1f6670d16dba80b2d2a25021c77cffc3
 NoSource:	0
 Source1:	%{product}.desktop
 Patch0:		xdg-paths.patch
diff --git a/xdg-paths.patch b/xdg-paths.patch
index ff20d22..6683229 100644
--- a/xdg-paths.patch
+++ b/xdg-paths.patch
@@ -7,7 +7,7 @@
 +CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/IntelliJIdea"
 +CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/IntelliJIdea"
 +
- COMMON_JVM_ARGS="\"-Xbootclasspath/a:$IDE_HOME/lib/boot.jar\" -Didea.paths.selector=IntelliJIdea12 $IDE_PROPERTIES_PROPERTY"
+ COMMON_JVM_ARGS="\"-Xbootclasspath/a:$IDE_HOME/lib/boot.jar\" -Didea.paths.selector=IntelliJIdea13 $IDE_PROPERTIES_PROPERTY"
 -IDE_JVM_ARGS=""
 +IDE_JVM_ARGS="-Dwebide.config.dir=$CONFIG_DIR -Dwebide.cache.dir=$CACHE_DIR"
  ALL_JVM_ARGS="$VM_OPTIONS $COMMON_JVM_ARGS $IDE_JVM_ARGS $AGENT $REQUIRED_JVM_ARGS"
@@ -17,27 +17,27 @@
 +++ idea-IU-129.713/bin/idea.properties	2013-09-30 12:46:17.547680955 +0300
 @@ -5,22 +5,22 @@
  #---------------------------------------------------------------------
- # Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes
+ # Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes.
  #---------------------------------------------------------------------
 -# idea.config.path=${user.home}/.IntelliJIdea/config
 +idea.config.path=${webide.config.dir}
  
  #---------------------------------------------------------------------
- # Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes
+ # Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes.
  #---------------------------------------------------------------------
 -# idea.system.path=${user.home}/.IntelliJIdea/system
 +idea.system.path=${webide.cache.dir}
  
  #---------------------------------------------------------------------
- # Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes
+ # Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes.
  #---------------------------------------------------------------------
--# idea.plugins.path=${user.home}/.IntelliJIdea/config/plugins
+-# idea.plugins.path=${idea.config.path}/plugins
 +idea.plugins.path=${webide.config.dir}/plugins
  
  #---------------------------------------------------------------------
  # Uncomment this option if you want to customize path to IDE logs folder. Make sure you're using forward slashes.
  #---------------------------------------------------------------------
--# idea.log.path=${user.home}/.IntelliJIdea/system/log
+-# idea.log.path=${idea.system.path}/log
 +idea.log.path=${webide.cache.dir}/log
  
  #---------------------------------------------------------------------
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/intellij-idea-ultimate.git/commitdiff/f21183a8a7707d196b99840f6f03886edbbedad1



More information about the pld-cvs-commit mailing list