[qt-creator] Fix icon in desktop file

Sandro Mani smani at fedoraproject.org
Wed Oct 16 14:21:30 UTC 2013


commit 133cb5cc5e13214d59e51a3339cdd51a6b4b0f73
Author: Sandro Mani <manisandro at gmail.com>
Date:   Wed Oct 16 16:05: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 9b173db..2b1fc03 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -1,6 +1,6 @@
 Name:           qt-creator
 Version:        2.8.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Lightweight and cross-platform IDE for Qt
 
 Group:          Development/Tools
@@ -117,6 +117,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-6
+- Fix icon in desktop file
+
 * Fri Sep 20 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.8.0-5
 - Filter Provides/Requires for private plugin libs (#1003197).
   Let %%install section print an up-to-date filtering list.
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