diff debian/rules @ 33484:4f940d7917f0

Provide a desktop icon of reasonable size (48x48) and quality. All three icon files (ico, png and xpm) derive from the same 48x48 graphic which itself derives from the svg at http://en.wikipedia.org/wiki/File:MPlayer.svg. GUI's icon has been renamed mplayer.xpm (from MPlayer_mini.xpm) and the format of the icon to be installed has been changed from xpm to png.
author ib
date Tue, 07 Jun 2011 15:16:22 +0000
parents b64655a3a9bb
children 77c1b5736020
line wrap: on
line diff
--- a/debian/rules	Tue Jun 07 13:40:41 2011 +0000
+++ b/debian/rules	Tue Jun 07 15:16:22 2011 +0000
@@ -121,8 +121,8 @@
 	install -D -m 755 mplayer $(CURDIR)/debian/mplayer-gui/usr/bin/gmplayer
 	install -D -m 644 etc/mplayer.desktop \
 	                  $(CURDIR)/debian/mplayer-gui/usr/share/applications/mplayer.desktop
-	install -D -m 644 etc/mplayer.xpm \
-	                  $(CURDIR)/debian/mplayer-gui/usr/share/pixmaps/mplayer.xpm
+	install -D -m 644 etc/mplayer.png \
+	                  $(CURDIR)/debian/mplayer-gui/usr/share/pixmaps/mplayer.png
 
 
 # binaries already installed via build rules as we have to build several flavors