Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/, net-im/gajim/files/
Date: Mon, 28 Dec 2015 16:39:37
Message-Id: 1451320772.8ed4926c0f49d455e0145af4d481cc979590991a.jlec@gentoo
1 commit: 8ed4926c0f49d455e0145af4d481cc979590991a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 16:39:29 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 16:39:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed4926c
7
8 net-im/gajim: Update desktop file fix
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=569994
11
12 Package-Manager: portage-2.2.26
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 net-im/gajim/files/gajim-0.16.5-desktop.patch | 29 +++++++++++++++++++++++++++
16 net-im/gajim/gajim-0.16.5.ebuild | 2 +-
17 2 files changed, 30 insertions(+), 1 deletion(-)
18
19 diff --git a/net-im/gajim/files/gajim-0.16.5-desktop.patch b/net-im/gajim/files/gajim-0.16.5-desktop.patch
20 new file mode 100644
21 index 0000000..5dd087b
22 --- /dev/null
23 +++ b/net-im/gajim/files/gajim-0.16.5-desktop.patch
24 @@ -0,0 +1,29 @@
25 +diff -r ecfc76d21658 data/gajim-remote.desktop.in.in
26 +--- a/data/gajim-remote.desktop.in.in Wed Dec 23 22:40:53 2015 +0100
27 ++++ b/data/gajim-remote.desktop.in.in Mon Dec 28 17:38:15 2015 +0100
28 +@@ -1,11 +1,11 @@
29 + [Desktop Entry]
30 + Categories=Network;InstantMessaging;RemoteAccess;ConsoleOnly;
31 + _Name=Gajim Remote
32 +-_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip
33 ++_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip;
34 + Version=1.0
35 + Exec=gajim-remote handle_uri %u
36 + TryExec=gajim-remote
37 + StartupNotify=false
38 + Terminal=false
39 + Type=Application
40 +-MimeType=x-scheme-handler/xmpp
41 ++MimeType=x-scheme-handler/xmpp;
42 +diff -r ecfc76d21658 data/gajim.desktop.in.in
43 +--- a/data/gajim.desktop.in.in Wed Dec 23 22:40:53 2015 +0100
44 ++++ b/data/gajim.desktop.in.in Mon Dec 28 17:38:15 2015 +0100
45 +@@ -3,7 +3,7 @@
46 + _Name=Gajim
47 + _GenericName=Jabber IM Client
48 + _Comment=A GTK+ Jabber client
49 +-_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip
50 ++_Keywords=chat;messaging;im;jabber;xmpp;bonjour;voip;
51 + Version=1.0
52 + Exec=gajim
53 + Icon=gajim
54
55 diff --git a/net-im/gajim/gajim-0.16.5.ebuild b/net-im/gajim/gajim-0.16.5.ebuild
56 index 60a2bd6..4819a06 100644
57 --- a/net-im/gajim/gajim-0.16.5.ebuild
58 +++ b/net-im/gajim/gajim-0.16.5.ebuild
59 @@ -79,7 +79,7 @@ RESTRICT="test"
60 S="${WORKDIR}"/${MY_P}
61
62 PATCHES=(
63 - "${FILESDIR}"/${PN}-0.16-desktop.patch
64 + "${FILESDIR}"/${P}-desktop.patch
65 )
66
67 src_prepare() {