[packages/pycharm-community] up to 2016.1.2
glen
glen at pld-linux.org
Mon Apr 25 23:35:49 CEST 2016
commit 49f54e2b4a0b62596e2ae3db2322497afa4bf771
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Apr 26 00:03:32 2016 +0300
up to 2016.1.2
charm.py | 2 +-
pld.patch | 24 +++++++++++++++---------
pycharm-community.spec | 4 ++--
3 files changed, 18 insertions(+), 12 deletions(-)
---
diff --git a/pycharm-community.spec b/pycharm-community.spec
index 21dc52d..a8ead06 100644
--- a/pycharm-community.spec
+++ b/pycharm-community.spec
@@ -2,13 +2,13 @@
%include /usr/lib/rpm/macros.java
Summary: Python IDE for Professional Developers
Name: %{product}-community
-Version: 5.0.4
+Version: 2016.1.2
Release: 1
# TODO: figure out what's the licensing and redistribution
License: ?
Group: Development/Tools
Source0: https://download.jetbrains.com/python/%{name}-%{version}.tar.gz
-# NoSource0-md5: 83be1734dc491ad6f4dca9950fb74eeb
+# NoSource0-md5: b2afbf894bed4b98744c87eb38698040
NoSource: 0
Source1: %{product}.desktop
Source2: charm.py
diff --git a/charm.py b/charm.py
index f3fc904..504ec82 100755
--- a/charm.py
+++ b/charm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
# -*- coding: utf-8 -*-
import socket
diff --git a/pld.patch b/pld.patch
index 46a71c3..a0d76f1 100644
--- a/pld.patch
+++ b/pld.patch
@@ -1,17 +1,23 @@
---- pycharm-community-5.0.3/bin/pycharm.sh~ 2015-12-22 20:57:00.000000000 +0200
-+++ pycharm-community-5.0.3/bin/pycharm.sh 2016-01-22 22:04:01.703865232 +0200
-@@ -168,7 +168,10 @@
- fi
+--- pycharm-community-2016.1.2/bin/pycharm.sh~ 2016-04-08 20:03:54.000000000 +0300
++++ pycharm-community-2016.1.2/bin/pycharm.sh 2016-04-25 23:54:46.881499322 +0300
+@@ -177,6 +177,9 @@
+ CLASSPATH="$CLASSPATH:$PYCHARM_CLASSPATH"
fi
--IDE_JVM_ARGS="-Didea.platform.prefix=PyCharmCore -Didea.no.jre.check=true"
+CONFIG_DIR="${XDG_CONFIG_HOME:-$HOME/.config}/PyCharm"
+CACHE_DIR="${XDG_CACHE_HOME:-$HOME/.cache}/PyCharm"
+
-+IDE_JVM_ARGS="-Didea.platform.prefix=PyCharmCore -Didea.no.jre.check=true -Dconfig.dir=$CONFIG_DIR -Dcache.dir=$CACHE_DIR"
-
- CLASSPATH="$IDE_HOME/lib/bootstrap.jar"
- CLASSPATH="$CLASSPATH:$IDE_HOME/lib/extensions.jar"
+ # ---------------------------------------------------------------------
+ # Run the IDE.
+ # ---------------------------------------------------------------------
+@@ -186,6 +189,7 @@
+ "-Xbootclasspath/a:$IDE_HOME/lib/boot.jar" \
+ -classpath "$CLASSPATH" \
+ $VM_OPTIONS \
++ -Dconfig.dir="$CONFIG_DIR" -Dcache.dir="$CACHE_DIR" \
+ "-Djb.vmOptionsFile=$VM_OPTIONS_FILE" \
+ "-XX:ErrorFile=$HOME/java_error_in_PYCHARM_%p.log" \
+ "-XX:HeapDumpPath=$HOME/java_error_in_PYCHARM.hprof" \
--- pycharm-community-5.0.3/bin/idea.properties~ 2015-12-22 20:58:14.000000000 +0200
+++ pycharm-community-5.0.3/bin/idea.properties 2016-01-22 22:05:34.218598736 +0200
@@ -6,21 +6,25 @@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pycharm-community.git/commitdiff/49f54e2b4a0b62596e2ae3db2322497afa4bf771
More information about the pld-cvs-commit
mailing list