summaryrefslogtreecommitdiff
path: root/java/intellij-rubymine/files
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2020-12-16 21:39:19 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2020-12-16 21:39:19 +0000
commitc5f1b85ec0920db63212ccc4b03e6a511f7ce053 (patch)
treed8b49549d902429e10e6d1a2d925f4501eafaff7 /java/intellij-rubymine/files
parentUpdate to 9.16.10 (diff)
devel/intellij-rubymine: Update to version 2020.2
Long needed update. Catch up with changes in the original intellij port Fix the desktop support as it was using text from the ideas port. Reset the maintainer, as requested long ago. Approved by: thierry (mentor, implicit)
Diffstat (limited to 'java/intellij-rubymine/files')
-rw-r--r--java/intellij-rubymine/files/pkg-message.in6
-rw-r--r--java/intellij-rubymine/files/rubymine.desktop.in10
2 files changed, 8 insertions, 8 deletions
diff --git a/java/intellij-rubymine/files/pkg-message.in b/java/intellij-rubymine/files/pkg-message.in
index dc0880e9dc5f..583ac2e7d756 100644
--- a/java/intellij-rubymine/files/pkg-message.in
+++ b/java/intellij-rubymine/files/pkg-message.in
@@ -1,10 +1,10 @@
[
{ type: install
message: <<EOM
-There is native (faster) file watching support backed by kqueue which is
-enabled by default. If you encounter problems problems with watching large
+The native (faster) file watching support backed by kqueue is enabled
+by default. If you encounter problems problems with watching large
trees, you disable it by appending the following property into
-%%DATADIR%%/bin/idea.properties:
+%%DATADIR%%/bin/rubymine.properties:
idea.filewatcher.disabled=true
EOM
diff --git a/java/intellij-rubymine/files/rubymine.desktop.in b/java/intellij-rubymine/files/rubymine.desktop.in
index ebd2fe4d5b85..92f5879610d9 100644
--- a/java/intellij-rubymine/files/rubymine.desktop.in
+++ b/java/intellij-rubymine/files/rubymine.desktop.in
@@ -2,11 +2,11 @@
Version=1.0
Encoding=UTF-8
Type=Application
-Name=IntelliJ IDEA Ultimate Edition
-GenericName=IntelliJ IDEA Ultimate Edition
-Comment=IntelliJ Integrated Development Environment
-Icon=%%DATADIR%%/idea.png
-Exec=%%DATADIR%%/bin/idea.sh
+Name=RubyMine
+GenericName=RubyMine
+Comment=Ruby on Rails IDE from JetBrains
+Icon=%%DATADIR%%/rubymine.png
+Exec=%%DATADIR%%/bin/rubymine.sh
Terminal=false
StartupNotify=true
Categories=Application;Development;