[java-1.8.0-openjdk] fixed desktop icons

jiri vanek jvanek at fedoraproject.org
Tue Aug 19 10:58:10 UTC 2014


commit 05f34c8de3e959de1396d96f6d09c35fa8cff209
Author: Jiri Vanek <jvanek at redhat.com>
Date:   Tue Aug 19 12:57:55 2014 +0200

    fixed desktop icons

 java-1.8.0-openjdk.spec |    7 ++++++-
 jconsole.desktop.in     |    2 +-
 policytool.desktop.in   |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec
index e620f09..4fa32af 100644
--- a/java-1.8.0-openjdk.spec
+++ b/java-1.8.0-openjdk.spec
@@ -137,7 +137,7 @@
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{updatever}
-Release: 18.%{buildver}%{?dist}
+Release: 19.%{buildver}%{?dist}
 # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
 # and this change was brought into RHEL-4.  java-1.5.0-ibm packages
 # also included the epoch in their virtual provides.  This created a
@@ -1350,6 +1350,11 @@ exit 0
 %{_jvmdir}/%{jredir}/lib/accessibility.properties
 
 %changelog
+* Tue Aug 19 2014 Jiri Vanek <jvanek at redhat.com> - 1:1.8.0.11-19.b12
+- fixed desktop icons
+- Icon set to java-1.8.0
+- Development removed from policy tool
+
 * Mon Aug 18 2014 Jiri Vanek <jvanek at redhat.com> - 1:1.8.0.11-18.b12
 - fixed jstack
 
diff --git a/jconsole.desktop.in b/jconsole.desktop.in
index 407fd8f..a096349 100644
--- a/jconsole.desktop.in
+++ b/jconsole.desktop.in
@@ -2,7 +2,7 @@
 Name=OpenJDK 8 Monitoring & Management Console #ARCH#
 Comment=Monitor and manage OpenJDK applications for #ARCH#
 Exec=#JAVA_HOME#/jconsole
-Icon=java
+Icon=java-1.8.0
 Terminal=false
 Type=Application
 StartupWMClass=sun-tools-jconsole-JConsole
diff --git a/policytool.desktop.in b/policytool.desktop.in
index 24d7958..53362af 100644
--- a/policytool.desktop.in
+++ b/policytool.desktop.in
@@ -2,9 +2,9 @@
 Name=OpenJDK 8 Policy Tool #ARCH#
 Comment=Manage OpenJDK policy files #ARCH#
 Exec=#JRE_HOME#/policytool
-Icon=java
+Icon=java-1.8.0
 Terminal=false
 Type=Application
 StartupWMClass=sun-security-tools-PolicyTool
-Categories=Development;Java;
+Categories=Java;
 Version=1.0


More information about the scm-commits mailing list