[SCM] VLC media player packaging branch, sid, updated. debian/1.1.1-1-10-g47ca0f8

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Fri Jul 30 22:47:15 UTC 2010


The following commit has been merged in the sid branch:
commit e4a168052eb2998bcdd6276fb97b9d8c8e4c1ee1
Author: Christophe Mutricy <xtophe at videolan.org>
Date:   Fri Jul 30 20:05:40 2010 +0200

    Fix location of icons in vlc.menu
    
    Thanks: Juhapekka Tolvanen
    Closes: #590294

diff --git a/debian/vlc.lintian-overrides b/debian/vlc.lintian-overrides
index 23585aa..39684c7 100644
--- a/debian/vlc.lintian-overrides
+++ b/debian/vlc.lintian-overrides
@@ -1,4 +1,4 @@
 # The vlc executable is in vlc-nox but the .desktop file is only relevant to vlc(-with-x)
 vlc binary: desktop-command-not-in-package /usr/share/applications/vlc.desktop vlc
 # The icon is in vlc-data (the arch=all package)
-vlc binary: menu-icon-missing /usr/share/vlc/vlc.xpm
+vlc binary: menu-icon-missing /usr/share/icons/hicolor/32x32/apps/vlc.xpm
diff --git a/debian/vlc.menu b/debian/vlc.menu
index af55739..933a5d4 100644
--- a/debian/vlc.menu
+++ b/debian/vlc.menu
@@ -1,3 +1,3 @@
 ?package(vlc):command="/usr/bin/qvlc" hotkey="V" needs="X11" \
               section="Applications/Video" title="VLC media player" \
-              icon="/usr/share/vlc/vlc.xpm" hints="Video"
+              icon="/usr/share/icons/hicolor/32x32/apps/vlc.xpm" hints="Video"

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list