changeset 2897:881ab2aacbee icedtea-3.12.0pre01

PR3723: Use shortened Java version first in Name field of desktop files 2019-04-16 Andrew John Hughes <gnu_andrew@member.fsf.org> PR3723: Use shortened Java version first in Name field of desktop files * NEWS: Updated. * jconsole.desktop.in: Use @JAVA_VER@ in first part of Name field, with the longer @OPENJDK_VER@ appearing at the end. * policytool.desktop.in: Likewise.
author Andrew John Hughes <gnu_andrew@member.fsf.org>
date Wed, 17 Apr 2019 05:04:29 +0100
parents 94efa0675e2d
children ffe9cbc8dc4a
files ChangeLog NEWS jconsole.desktop.in policytool.desktop.in
diffstat 4 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Apr 17 04:59:02 2019 +0100
+++ b/ChangeLog	Wed Apr 17 05:04:29 2019 +0100
@@ -1,3 +1,13 @@
+2019-04-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
+
+	PR3723: Use shortened Java version first in
+	Name field of desktop files
+	* NEWS: Updated.
+	* jconsole.desktop.in:
+	Use @JAVA_VER@ in first part of Name field,
+	with the longer @OPENJDK_VER@ appearing at the end.
+	* policytool.desktop.in: Likewise.
+
 2019-04-16  Andrew John Hughes  <gnu_andrew@member.fsf.org>
 
 	PR3722: Use SDK bin directory in jconsole.desktop.in
--- a/NEWS	Wed Apr 17 04:59:02 2019 +0100
+++ b/NEWS	Wed Apr 17 05:04:29 2019 +0100
@@ -78,6 +78,7 @@
   - PR3718: Change policytool.desktop.in category Development to Settings
   - PR3719: Use JRE bin directory in policytool.desktop.in
   - PR3722: Use SDK bin directory in jconsole.desktop.in
+  - PR3723: Use shortened Java version first in Name field of desktop files
 * AArch64 port
   - S8221220, PR3724: AArch64: Add StoreStore membar explicitly for Volatile Writes in TemplateTable
 * Shenandoah
--- a/jconsole.desktop.in	Wed Apr 17 04:59:02 2019 +0100
+++ b/jconsole.desktop.in	Wed Apr 17 05:04:29 2019 +0100
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=OpenJDK @OPENJDK_VER@ for @target_cpu@ Monitoring & Management Console
+Name=OpenJDK @JAVA_VER@ for @target_cpu@ Monitoring & Management Console (@OPENJDK_VER@)
 Comment=Monitor and manage OpenJDK applications
 Exec=_SDKBINDIR_/jconsole
 Icon=java-@JAVA_VER@-@JAVA_VENDOR@
--- a/policytool.desktop.in	Wed Apr 17 04:59:02 2019 +0100
+++ b/policytool.desktop.in	Wed Apr 17 05:04:29 2019 +0100
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=OpenJDK @OPENJDK_VER@ for @target_cpu@ Policy Tool
+Name=OpenJDK @JAVA_VER@ for @target_cpu@ Policy Tool (@OPENJDK_VER@)
 Comment=Manage OpenJDK policy files
 Exec=_JREBINDIR_/policytool
 Icon=java-@JAVA_VER@-@JAVA_VENDOR@