wok rev 18152

alsaplayer: remove too big pixmaps
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jun 20 19:58:11 2015 +0200 (2015-06-20)
parents 0a22c10d35b2
children 6b42b199c6c9
files alsaplayer/receipt
line diff
     1.1 --- a/alsaplayer/receipt	Fri Jun 19 21:57:20 2015 +0200
     1.2 +++ b/alsaplayer/receipt	Sat Jun 20 19:58:11 2015 +0200
     1.3 @@ -24,6 +24,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	i="$src/interface/gtk2/pixmaps"
     1.8 +	cp -f	$i/note.xpm	$i/logo.xpm
     1.9 +	sed -i	's/note/logo/'	$i/logo.xpm
    1.10 +
    1.11  	./configure \
    1.12  		--enable-gtk2 \
    1.13  		--enable-flac \