summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
Diffstat (limited to 'net-im')
-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() {