diff options
Diffstat (limited to 'devel/pycharm-pro/files')
-rw-r--r-- | devel/pycharm-pro/files/pkg-message.in | 14 | ||||
-rw-r--r-- | devel/pycharm-pro/files/pycharm-pro.desktop.in | 13 | ||||
-rw-r--r-- | devel/pycharm-pro/files/pycharm.in | 6 |
3 files changed, 0 insertions, 33 deletions
diff --git a/devel/pycharm-pro/files/pkg-message.in b/devel/pycharm-pro/files/pkg-message.in deleted file mode 100644 index 1e6f444bc43f..000000000000 --- a/devel/pycharm-pro/files/pkg-message.in +++ /dev/null @@ -1,14 +0,0 @@ -[ -{ type: install - message: <<EOM -There is experimental native (faster) file watching support which is -disabled by default. Currently there are problems with watching large -trees. To enable edit %%DATADIR%%/bin/idea.properties and append - - idea.filewatcher.disabled=false - idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier - -Only enable fsnotifier if your projects have < 600 files. -EOM -} -] diff --git a/devel/pycharm-pro/files/pycharm-pro.desktop.in b/devel/pycharm-pro/files/pycharm-pro.desktop.in deleted file mode 100644 index b5d509799fcd..000000000000 --- a/devel/pycharm-pro/files/pycharm-pro.desktop.in +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Version=1.0 -Encoding=UTF-8 -Type=Application -Name=JetBrains PyCharm Professional Edition IDE -GenericName=JetBrains PyCharm Professional Edition IDE -Icon=%%DATADIR%%/bin/pycharm.svg -Exec=%%PREFIX%%/bin/pycharm-pro -Comment=Develop with pleasure! -Terminal=false -StartupNotify=true -StartupWMClass=jetbrains-pycharm-pro -Categories=Application;Development;IDE; diff --git a/devel/pycharm-pro/files/pycharm.in b/devel/pycharm-pro/files/pycharm.in deleted file mode 100644 index f7c75269e99c..000000000000 --- a/devel/pycharm-pro/files/pycharm.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# Wrapper to enforce usable Java versions -# -export JAVA_VERSION=%%JAVA_VERSION%% -exec "%%DATADIR%%/bin/pycharm.sh" "$@" |