From 6ac21cfc3d82dc2c213eb0c10886ef225b17cfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 9 Dec 2014 15:48:01 +0100 Subject: [PATCH] Fix qdbusviewer-qt5 icon --- qdbusviewer.desktop | 2 +- qt5-qttools.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/qdbusviewer.desktop b/qdbusviewer.desktop index d6e0f0a..188da47 100644 --- a/qdbusviewer.desktop +++ b/qdbusviewer.desktop @@ -3,7 +3,7 @@ Name=Qt5 QDbusViewer GenericName=D-Bus Debugger Comment=Debug D-Bus applications Exec=qdbusviewer-qt5 -Icon=qt5-qdbusviewer +Icon=qdbusviewer-qt5 Terminal=false Type=Application Categories=Qt;Development;Debugger; diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 141864d..3c4db0b 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -19,7 +19,7 @@ Summary: Qt5 - QtTool components Name: qt5-qttools Version: 5.4.0 -Release: 0.9.%{pre}%{?dist} +Release: 0.10.%{pre}%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -426,6 +426,9 @@ fi %changelog +* Tue Dec 09 2014 Daniel Vrátil 5.4.0-0.10.rc +- fix icon name in qdbusviewer-qt5.desktop + * Sun Nov 30 2014 Kevin Kofler 5.4.0-0.9.rc - install Linguist icon as linguist-qt5.png, fixes file conflict (#1169127)