commit: 8ed4926c0f49d455e0145af4d481cc979590991a Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Dec 28 16:39:29 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Dec 28 16:39:32 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ed4926c
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 <AT> gentoo.org> net-im/gajim/files/gajim-0.16.5-desktop.patch | 29 +++++++++++++++++++++++++++ net-im/gajim/gajim-0.16.5.ebuild | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) 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 0000000..5dd087b --- /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 60a2bd6..4819a06 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() {
