diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-19 20:11:53 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-20 15:40:29 -0500 |
commit | ef71480899fd1b6a175443538d47a59c75b3d1b5 (patch) | |
tree | 5be9f1cd501f5e5e3ec3a4892deda57a3b3f9b7a /debian | |
parent | 0f392751db12b4c8bb3f729ecd610cffff5ddb56 (diff) |
Add Keywords to deadbeef.desktop
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/desktop-keywords.diff | 15 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/desktop-keywords.diff b/debian/patches/desktop-keywords.diff new file mode 100644 index 00000000..821a4bdc --- /dev/null +++ b/debian/patches/desktop-keywords.diff @@ -0,0 +1,15 @@ +From: Alexey Yakovenko <wakeroid@gmail.com> +Description: added Keywords to deadbeef.desktop +Origin: upstream, https://github.com/Alexey-Yakovenko/deadbeef/commit/6b7d85e27478c54fa9f5b218fbce566280ae3a8c +Bug: https://code.google.com/p/ddb/issues/detail?id=1258 +--- a/deadbeef.desktop.in ++++ b/deadbeef.desktop.in +@@ -16,6 +16,8 @@ X-PulseAudio-Properties=media.role=music + + X-Ayatana-Desktop-Shortcuts=Play;Pause;Stop;Next;Prev + ++Keywords=Sound;Music;Audio;Player;Musicplayer;MP3 ++ + [Play Shortcut Group] + Name=Play + Exec=deadbeef --play diff --git a/debian/patches/series b/debian/patches/series index 7a34ea83..724868f6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ remove-interfering-maintainer-files.diff junklib-spelling-psychedelic.diff gtkui-grammar-allows-setting.diff gtkui-grammar-allows-setting-2.diff +desktop-keywords.diff |