# HG changeset patch # User Xander Ziiryanoff # Date 1434823091 -7200 # Node ID a2f7f8eaeaa3c03a91337c8f3278cab34fb5c134 # Parent 0a22c10d35b27843589509d99bc6fdad8d370fe2 alsaplayer: remove too big pixmaps diff -r 0a22c10d35b2 -r a2f7f8eaeaa3 alsaplayer/receipt --- a/alsaplayer/receipt Fri Jun 19 21:57:20 2015 +0200 +++ b/alsaplayer/receipt Sat Jun 20 19:58:11 2015 +0200 @@ -24,6 +24,10 @@ # Rules to configure and make the package. compile_rules() { + i="$src/interface/gtk2/pixmaps" + cp -f $i/note.xpm $i/logo.xpm + sed -i 's/note/logo/' $i/logo.xpm + ./configure \ --enable-gtk2 \ --enable-flac \