[SCM] libdrumstick/master: Patch desktop file Exec key with %f

ross-guest at users.alioth.debian.org ross-guest at users.alioth.debian.org
Fri Aug 26 20:10:55 UTC 2016


The following commit has been merged in the master branch:
commit bfbfdb2dbae8eea9c320a50227cdef6e0a0af9e9
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Sat Aug 13 15:47:22 2016 +0200

    Patch desktop file Exec key with %f

diff --git a/debian/patches/desktop.patch b/debian/patches/desktop.patch
new file mode 100644
index 0000000..7836dd1
--- /dev/null
+++ b/debian/patches/desktop.patch
@@ -0,0 +1,17 @@
+Description: Fix lintian errors for desktop files
+ Add %f code to Exec key.
+Author: Ross Gammon <rosco2 at ubuntu.com>
+Forwarded: not-yet for keywords
+Applied-Upstream: https://sourceforge.net/p/drumstick/code/325/
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- libdrumstick.orig/utils/guiplayer/drumstick-guiplayer.desktop
++++ libdrumstick/utils/guiplayer/drumstick-guiplayer.desktop
+@@ -1,6 +1,6 @@
+ [Desktop Entry]
+ Name=Drumstick MIDI Player
+-Exec=drumstick-guiplayer
++Exec=drumstick-guiplayer %f
+ Icon=drumstick
+ Terminal=false
+ Type=Application
diff --git a/debian/patches/series b/debian/patches/series
index 834fbe0..7f02195 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 gcc6.patch
+desktop.patch

-- 
libdrumstick packaging



More information about the pkg-multimedia-commits mailing list