diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-01-29 22:11:01 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-01-29 22:11:01 +0000 |
commit | feb4c40337f46cffc59eca3303c5b95676579b2e (patch) | |
tree | 410befcd0e7204bcbbfe3cdb63e77bb36fb50b51 /multimedia/kmplayer/patches | |
parent | dc2a87fce4b091efa7f8003a36fcbf472de799f3 (diff) | |
download | pkgsrc-feb4c40337f46cffc59eca3303c5b95676579b2e.tar.gz |
Fix application launcher so that kmplayer can be started properly from the
KDE menu and from file context menus (i.e., "Open With" option).
Based on patch from Murray Armfield. Bump PKGREVISION to 3.
Diffstat (limited to 'multimedia/kmplayer/patches')
-rw-r--r-- | multimedia/kmplayer/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/kmplayer/patches/patch-ab b/multimedia/kmplayer/patches/patch-ab new file mode 100644 index 00000000000..afb1e67957b --- /dev/null +++ b/multimedia/kmplayer/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2004/01/29 22:11:01 jmmv Exp $ + +--- src/kmplayer.desktop.orig 2004-01-13 18:37:01.000000000 +0100 ++++ src/kmplayer.desktop +@@ -2,7 +2,7 @@ + [Desktop Entry] + Encoding=UTF-8 + Type=Application +-Exec=kmplayer -caption "%c" %i %m ++Exec=@PREFIX@/bin/kmplayer -caption "%c" %i %m + Icon=kmplayer.png + DocPath=kmplayer/index.html + Comment=KDE interface for MPlayer |