[packages/intellij-idea-ultimate] up to 2020.2
atler
atler at pld-linux.org
Tue Jul 28 17:30:08 CEST 2020
commit 6d8f6f129184bf2e314c14df808101211e48434b
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Jul 28 17:29:32 2020 +0200
up to 2020.2
intellij-idea-ultimate.spec | 6 ++++--
xdg-paths.patch | 4 ++--
2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/intellij-idea-ultimate.spec b/intellij-idea-ultimate.spec
index 97ba027..90fccc7 100644
--- a/intellij-idea-ultimate.spec
+++ b/intellij-idea-ultimate.spec
@@ -2,12 +2,12 @@
%define proddir %{product}-IU
Summary: IntelliJ IDEA - The Most Intelligent Java IDE
Name: intellij-idea-ultimate
-Version: 2020.1.4
+Version: 2020.2
Release: 1
License: IntelliJ IDEA Commercial
Group: Development/Tools
Source0: http://download.jetbrains.com/idea/ideaIU-%{version}.tar.gz
-# NoSource0-md5: 0bb63b2566aef7577b36b05b1492e9d9
+# NoSource0-md5: 20de0107ec38b37bca0b7c2d361cebce
NoSource: 0
Source1: %{product}.desktop
Patch0: xdg-paths.patch
@@ -44,6 +44,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
# rpm5 is so damn slow, so i use this for development:
%define _noautoreqfiles .*\.jar
+%define _noautoreq_java ClassDataVersion
+
%description
IntelliJ IDEA is a code-centric IDE focused on developer productivity.
The editor deeply understands your code and knows its way around the
diff --git a/xdg-paths.patch b/xdg-paths.patch
index 5959f34..4d87605 100644
--- a/xdg-paths.patch
+++ b/xdg-paths.patch
@@ -11,9 +11,9 @@
# Run the IDE.
# ---------------------------------------------------------------------
@@ -187,6 +190,7 @@
- "-XX:ErrorFile=$HOME/java_error_in_IDEA_%p.log" \
"-XX:HeapDumpPath=$HOME/java_error_in_IDEA.hprof" \
- -Didea.paths.selector=IntelliJIdea2020.1 \
+ -Didea.vendor.name=${PRODUCT_VENDOR} \
+ -Didea.paths.selector=${PATHS_SELECTOR} \
+ -Dwebide.config.dir=$WEBIDE_CONFIG_DIR -Dwebide.cache.dir=$WEBIDE_CACHE_DIR \
"-Djb.vmOptionsFile=$VM_OPTIONS_FILE" \
${IDE_PROPERTIES_PROPERTY} \
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/intellij-idea-ultimate.git/commitdiff/6d8f6f129184bf2e314c14df808101211e48434b
More information about the pld-cvs-commit
mailing list