[groovy] Update desktop file

Mikolaj Izdebski mizdebsk at fedoraproject.org
Sun Jan 4 17:50:27 UTC 2015


commit c75bfb193c6377eed3e0f0b1f0c7d7599db457af
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Sun Jan 4 18:46:46 2015 +0100

    Update desktop file
    
    Thanks to Alexey Loginov for contributing this.

 groovy.desktop |    7 +++++--
 groovy.spec    |    5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/groovy.desktop b/groovy.desktop
index 8bdf6b2..02b711b 100644
--- a/groovy.desktop
+++ b/groovy.desktop
@@ -1,8 +1,11 @@
 [Desktop Entry]
 Version=1.0
 Name=Groovy Console
-GenericName=Groovy Console
-Comment=Evaluate scripts in Groovy language
+Name[ru]=Консоль Groovy
+GenericName=Evaluate scripts in Groovy language
+GenericName[ru]=Оценка, отладка скриптов на языке Groovy
+Comment=The Groovy Console allows a user to enter and run Groovy scripts
+Comment[ru]=Консоль Groovy позволяет пользователю войти и запустить скрипты на языке Groovy
 Type=Application
 Categories=Development;IDE;Java;
 Exec=groovyConsole %F
diff --git a/groovy.spec b/groovy.spec
index 6ab8432..6a6199a 100644
--- a/groovy.spec
+++ b/groovy.spec
@@ -4,7 +4,7 @@
 
 Name:           groovy
 Version:        2.3.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Dynamic language for the Java Platform
 
 # Some of the files are licensed under BSD and CPL terms, but the CPL has been superceded
@@ -166,6 +166,9 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications \
 %doc LICENSE.txt NOTICE.txt README.adoc
 
 %changelog
+* Sun Jan  4 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.3.7-2
+- Update desktop file
+
 * Wed Nov 19 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.3.7-1
 - Non-bootstrap build
 


More information about the scm-commits mailing list