[SCM] qtractor/master: Add patch to introduce Keywords and exec-code to desktop file.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Oct 20 01:57:33 UTC 2014


The following commit has been merged in the master branch:
commit 65d848dacbe048377f9f0a329c5fb22a504c4bdb
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Oct 20 03:57:18 2014 +0200

    Add patch to introduce Keywords and exec-code to desktop file.

diff --git a/debian/patches/06-desktop.patch b/debian/patches/06-desktop.patch
new file mode 100644
index 0000000..ed32493
--- /dev/null
+++ b/debian/patches/06-desktop.patch
@@ -0,0 +1,19 @@
+Description:  Added "Keywords" to desktop file.
+Added exec-code
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+
+Index: qtractor/src/qtractor.desktop.in
+===================================================================
+--- qtractor.orig/src/qtractor.desktop.in
++++ qtractor/src/qtractor.desktop.in
+@@ -3,7 +3,8 @@ Name=@PACKAGE_NAME@
+ Version=1.0
+ GenericName=Multi-track Sequencer
+ Comment=Qtractor is an Audio/MIDI multi-track sequencer application
+-Exec=@ac_prefix@/bin/qtractor
++Keywords=jackd;audio;sound;DAW;
++Exec=@ac_prefix@/bin/qtractor %U
+ Icon=qtractor
+ Categories=Audio;AudioVideo;Midi;Sequencer;X-Multitrack;X-Alsa;X-Jack;Qt;
+ MimeType=application/x-qtractor-session;application/x-qtractor-template;application/x-qtractor-archive;
diff --git a/debian/patches/series b/debian/patches/series
index 654a7fc..03d7dde 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 03-gcc47.patch
 04-q_atomic_ftbfs.patch
+06-desktop.patch

-- 
qtractor packaging



More information about the pkg-multimedia-commits mailing list