[SCM] mpv/master: Use absolute paths for (Try)Exec in mpv.desktop

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Sun Nov 3 11:09:43 UTC 2013


The following commit has been merged in the master branch:
commit 479b3e292c54c5a91e0aa7e73ef2b452b18d66d8
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Wed Oct 30 21:22:04 2013 +0100

    Use absolute paths for (Try)Exec in mpv.desktop
    
    Closes: #728149

diff --git a/debian/patches/01_desktop-path.patch b/debian/patches/01_desktop-path.patch
new file mode 100644
index 0000000..671a356
--- /dev/null
+++ b/debian/patches/01_desktop-path.patch
@@ -0,0 +1,20 @@
+Description: Use absolute paths for (Try)Exec in mpv.desktop
+Origin: vendor
+Debian-Bug: http://bugs.debian.org/728149
+Forwarded: not-needed
+Author: Alessandro Ghedini <ghedo at debian.org>
+Last-Update: 2013-10-30
+
+--- a/etc/mpv.desktop
++++ b/etc/mpv.desktop
+@@ -15,8 +15,8 @@
+ Comment[ru]=Воспроизвести фильмы и музыку
+ Comment[zh]=多媒体播放器
+ Icon=mpv
+-TryExec=mpv
+-Exec=mpv --really-quiet --force-window -- %F
++TryExec=/usr/bin/mpv
++Exec=/usr/bin/mpv --really-quiet --force-window -- %F
+ Terminal=false
+ NoDisplay=true
+ Categories=AudioVideo;Audio;Video;Player;TV;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f5acdbc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_desktop-path.patch

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list