[qt-creator/f19] Fix icon in desktop file

Sandro Mani smani at fedoraproject.org
Wed Oct 16 14:26:34 UTC 2013


commit ea4b9e060d5a0fe0c49c488757033063dff9c453
Author: Sandro Mani <manisandro at gmail.com>
Date:   Wed Oct 16 16:26:28 2013 +0200

    Fix icon in desktop file

 qt-creator.spec   |    5 ++++-
 qtcreator.desktop |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qt-creator.spec b/qt-creator.spec
index ea07c97..6e2638f 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,6 +1,6 @@
 Name:           qt-creator
 Version:        2.8.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Lightweight and cross-platform IDE for Qt
 
 Group:          Development/Tools
@@ -99,6 +99,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 #%%{_datadir}/doc/qtcreator/qtcreator.qch
 
 %changelog
+* Wed Oct 16 2013 Sandro Mani <manisandro at gmail.com> - 2.8.0-2
+- Fix icon in desktop file
+
 * Thu Jul 11 2013 Jaroslav Reznik <jreznik at redhat.com> - 2.8.0-1
 - 2.8.0 release
 
diff --git a/qtcreator.desktop b/qtcreator.desktop
index ce95b78..a8fbbb4 100644
--- a/qtcreator.desktop
+++ b/qtcreator.desktop
@@ -4,7 +4,7 @@ Exec=qtcreator %F
 Name=Qt Creator
 GenericName=C++ IDE for developing Qt applications
 X-KDE-StartupNotify=true
-Icon=qtcreator
+Icon=QtProject-qtcreator
 Terminal=false
 Categories=Development;IDE;Qt;
 MimeType=text/x-c++src;text/x-c++hdr;text/x-xsrc;application/x-designer;application/vnd.nokia.qt.qmakeprofile;application/vnd.nokia.xml.qt.resource;


More information about the scm-commits mailing list