[SCM] qttools packaging branch, master, updated. debian/5.9.2-4-6-ge984558

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Dec 17 09:50:26 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qttools.git;a=commitdiff;h=e984558

The following commit has been merged in the master branch:
commit e98455820765376ad0b5e8a130b9c0c108d72dec
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Dec 17 12:47:58 2017 +0300

    Fix Exec lines in desktop files to run the tools directly.
---
 debian/changelog                     | 1 +
 debian/desktop/assistant-qt5.desktop | 2 +-
 debian/desktop/designer-qt5.desktop  | 2 +-
 debian/desktop/linguist-qt5.desktop  | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ded2ad..17aedc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qttools-opensource-src (5.9.2-5) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Split Assistant into its own package, qt5-assistant (closes: #854123).
   * Bump Standards-Version to 4.1.2, no changes needed.
+  * Fix Exec lines in desktop files to run the tools directly.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 16 Dec 2017 14:08:20 +0300
 
diff --git a/debian/desktop/assistant-qt5.desktop b/debian/desktop/assistant-qt5.desktop
index 8186910..f533767 100644
--- a/debian/desktop/assistant-qt5.desktop
+++ b/debian/desktop/assistant-qt5.desktop
@@ -83,5 +83,5 @@ Icon=assistant-qt5
 Terminal=false
 Type=Application
 Categories=Qt;Development;Documentation;
-Exec=/usr/bin/qtchooser -run-tool=assistant -qt=qt5
+Exec=/usr/lib/qt5/bin/assistant
 X-KDE-StartupNotify=true
diff --git a/debian/desktop/designer-qt5.desktop b/debian/desktop/designer-qt5.desktop
index 34065de..ee8f155 100644
--- a/debian/desktop/designer-qt5.desktop
+++ b/debian/desktop/designer-qt5.desktop
@@ -85,5 +85,5 @@ Terminal=false
 Type=Application
 MimeType=application/x-designer;
 Categories=Qt;Development;GUIDesigner;
-Exec=/usr/bin/qtchooser -run-tool=designer -qt=qt5
+Exec=/usr/lib/qt5/bin/designer %F
 X-KDE-StartupNotify=true
diff --git a/debian/desktop/linguist-qt5.desktop b/debian/desktop/linguist-qt5.desktop
index 42299af..ad7a325 100644
--- a/debian/desktop/linguist-qt5.desktop
+++ b/debian/desktop/linguist-qt5.desktop
@@ -80,5 +80,5 @@ Terminal=false
 Type=Application
 MimeType=application/x-linguist;
 Categories=Qt;Development;Translation;
-Exec=/usr/bin/qtchooser -run-tool=linguist -qt=qt5
+Exec=/usr/lib/qt5/bin/linguist %F
 X-KDE-StartupNotify=true

-- 
qttools packaging



More information about the pkg-kde-commits mailing list