wok-next diff alsaplayer/receipt @ rev 19207
Add liboping
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Jun 12 15:30:59 2016 +0100 (2016-06-12) |
parents | 128aae84d74c |
children | f0a0b5091b4a |
line diff
1.1 --- a/alsaplayer/receipt Thu Apr 03 22:56:54 2014 +0200 1.2 +++ b/alsaplayer/receipt Sun Jun 12 15:30:59 2016 +0100 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 \