summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-28 17:39:29 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-28 17:39:32 +0100
commit8ed4926c0f49d455e0145af4d481cc979590991a (patch)
treeb0e656518fae4506234b7475ed049ec193ad4008 /net-im/gajim
parentdev-python/more-itertools: revbump; add IUSE doc, test (diff)
downloadgentoo-8ed4926c0f49d455e0145af4d481cc979590991a.tar.gz
gentoo-8ed4926c0f49d455e0145af4d481cc979590991a.tar.bz2
gentoo-8ed4926c0f49d455e0145af4d481cc979590991a.zip
net-im/gajim: Update desktop file fix
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=569994 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'net-im/gajim')
-rw-r--r--net-im/gajim/files/gajim-0.16.5-desktop.patch29
-rw-r--r--net-im/gajim/gajim-0.16.5.ebuild2
2 files changed, 30 insertions, 1 deletions
diff --git a/net-im/gajim/files/gajim-0.16.5-desktop.patch b/net-im/gajim/files/gajim-0.16.5-desktop.patch
new file mode 100644
index 000000000000..5dd087bf5802
--- /dev/null
+++ b/net-im/gajim/files/gajim-0.16.5-desktop.patch
@@ -0,0 +1,29 @@
+diff -r ecfc76d21658 data/gajim-remote.desktop.in.in
+--- a/data/gajim-remote.desktop.in.in Wed Dec 23 22:40:53 2015 +0100
++++ b/data/gajim-remote.desktop.in.in Mon Dec 28 17:38:15 2015 +0100
+@@ -1,11 +1,11 @@
+ [Desktop Entry]
+ Categories=Network;InstantMessaging;RemoteAccess;ConsoleOnly;
+ _Name=Gajim Remote
+-_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip
++_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip;
+ Version=1.0
+ Exec=gajim-remote handle_uri %u
+ TryExec=gajim-remote
+ StartupNotify=false
+ Terminal=false
+ Type=Application
+-MimeType=x-scheme-handler/xmpp
++MimeType=x-scheme-handler/xmpp;
+diff -r ecfc76d21658 data/gajim.desktop.in.in
+--- a/data/gajim.desktop.in.in Wed Dec 23 22:40:53 2015 +0100
++++ b/data/gajim.desktop.in.in Mon Dec 28 17:38:15 2015 +0100
+@@ -3,7 +3,7 @@
+ _Name=Gajim
+ _GenericName=Jabber IM Client
+ _Comment=A GTK+ Jabber client
+-_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip
++_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip;
+ Version=1.0
+ Exec=gajim
+ Icon=gajim
diff --git a/net-im/gajim/gajim-0.16.5.ebuild b/net-im/gajim/gajim-0.16.5.ebuild
index 60a2bd69d2ef..4819a062bc9f 100644
--- a/net-im/gajim/gajim-0.16.5.ebuild
+++ b/net-im/gajim/gajim-0.16.5.ebuild
@@ -79,7 +79,7 @@ RESTRICT="test"
S="${WORKDIR}"/${MY_P}
PATCHES=(
- "${FILESDIR}"/${PN}-0.16-desktop.patch
+ "${FILESDIR}"/${P}-desktop.patch
)
src_prepare() {