Date: Friday, March 29, 2019 @ 18:19:18
  Author: arojas
Revision: 349416

Pass %F argument to command line in desktop files (FS#62186)

Modified:
  qt5-tools/trunk/PKGBUILD
  qt5-tools/trunk/designer.desktop
  qt5-tools/trunk/linguist.desktop

------------------+
 PKGBUILD         |    6 +++---
 designer.desktop |    2 +-
 linguist.desktop |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-29 18:11:02 UTC (rev 349415)
+++ PKGBUILD    2019-03-29 18:19:18 UTC (rev 349416)
@@ -4,7 +4,7 @@
 pkgname=qt5-tools
 _qtver=5.12.2
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -19,8 +19,8 @@
         {assistant,designer,linguist,qdbusviewer}.desktop)
 sha256sums=('4aa3a089794ab1c629b666fffb5da4371351a9e85ea691d5d988c2ff63586005'
             '8092d6d846e39632107b14726fa112862d800e929ef10f05f2a284dbda9b53c4'
-            '366e18ba400068df40d26a3c944d6bd4925bf22c32f171b837a3f4e387eff019'
-            'db1ad1d27ce73820b8d50291618b6f817292f15f55107274064b9ae99201069a'
+            '92f3e5dc8bc416e02893c38a05287238853e0c20732df1e62d6a672744a34e7c'
+            '15781519115e36d2c67c12ee6bc636425cd445072f43cb8bdd1364cfacbe4c45'
             'cd94367e35f99ab85277aa95985bbde292a9cc82db2c04c4efdaed5799aa16db')
 
 prepare() {

Modified: designer.desktop
===================================================================
--- designer.desktop    2019-03-29 18:11:02 UTC (rev 349415)
+++ designer.desktop    2019-03-29 18:19:18 UTC (rev 349416)
@@ -2,7 +2,7 @@
 Name=Qt Designer
 GenericName=Interface Designer
 Comment=Design GUIs for Qt applications
-Exec=designer
+Exec=designer %F
 Icon=QtProject-designer
 MimeType=application/x-designer;
 Terminal=false

Modified: linguist.desktop
===================================================================
--- linguist.desktop    2019-03-29 18:11:02 UTC (rev 349415)
+++ linguist.desktop    2019-03-29 18:19:18 UTC (rev 349416)
@@ -1,7 +1,7 @@
 [Desktop Entry]
 Name=Qt Linguist
 Comment=Add translations to Qt applications
-Exec=linguist
+Exec=linguist %F
 Icon=linguist
 MimeType=text/vnd.trolltech.linguist;application/x-linguist;
 Terminal=false

Reply via email to