From 25fab737bf6c90f1f4ba1ba62952dce392947164 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 25 Nov 2014 17:57:07 -0500 Subject: Import upstream’s patch to add keywords to the .desktop file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes a Lintian warning. --- debian/patches/addDesktopKeywords.diff | 15 +++++++++++++++ debian/patches/series | 1 + 2 files changed, 16 insertions(+) create mode 100644 debian/patches/addDesktopKeywords.diff (limited to 'debian/patches') diff --git a/debian/patches/addDesktopKeywords.diff b/debian/patches/addDesktopKeywords.diff new file mode 100644 index 0000000..011f75d --- /dev/null +++ b/debian/patches/addDesktopKeywords.diff @@ -0,0 +1,15 @@ +Description: Add Keywords entry to .desktop file + This patch squashes three upstream commits into one. The Origin header in this + patch references the first commit; the others are + https://code.google.com/p/transmission-remote-gtk/source/detail?r=2481b17214e72530d19ff654258e0ee5d541c0a6 + and + https://code.google.com/p/transmission-remote-gtk/source/detail?r=98eb06aaeb6ee3d1f1440c3000311e73367778d7. +Origin: upstream, https://code.google.com/p/transmission-remote-gtk/source/detail?r=9044e0971b9186cd7697988527090e4ee1f1e046 +Bug: https://code.google.com/p/transmission-remote-gtk/issues/detail?id=234 +--- a/src/transmission-remote-gtk.desktop.in ++++ b/src/transmission-remote-gtk.desktop.in +@@ -8,3 +8,4 @@ TryExec=transmission-remote-gtk + Type=Application + MimeType=application/x-bittorrent;x-scheme-handler/magnet; + Categories=Network;FileTransfer;P2P;GTK; ++Keywords=p2p;bittorrent;transmission;rpc; diff --git a/debian/patches/series b/debian/patches/series index cebc4e3..9aeeb98 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ updatePOTFILES.in.diff +addDesktopKeywords.diff -- cgit v1.2.3