Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
33483:0b572b202b3e | 33484:4f940d7917f0 |
---|---|
119 $(CLEAN_ENV) \ | 119 $(CLEAN_ENV) \ |
120 $(MAKE) $(NUMJOBS) mplayer V=1 | 120 $(MAKE) $(NUMJOBS) mplayer V=1 |
121 install -D -m 755 mplayer $(CURDIR)/debian/mplayer-gui/usr/bin/gmplayer | 121 install -D -m 755 mplayer $(CURDIR)/debian/mplayer-gui/usr/bin/gmplayer |
122 install -D -m 644 etc/mplayer.desktop \ | 122 install -D -m 644 etc/mplayer.desktop \ |
123 $(CURDIR)/debian/mplayer-gui/usr/share/applications/mplayer.desktop | 123 $(CURDIR)/debian/mplayer-gui/usr/share/applications/mplayer.desktop |
124 install -D -m 644 etc/mplayer.xpm \ | 124 install -D -m 644 etc/mplayer.png \ |
125 $(CURDIR)/debian/mplayer-gui/usr/share/pixmaps/mplayer.xpm | 125 $(CURDIR)/debian/mplayer-gui/usr/share/pixmaps/mplayer.png |
126 | 126 |
127 | 127 |
128 # binaries already installed via build rules as we have to build several flavors | 128 # binaries already installed via build rules as we have to build several flavors |
129 install-arch: build-arch | 129 install-arch: build-arch |
130 | 130 |