wok diff alsaplayer/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents 128aae84d74c
children f0a0b5091b4a
line diff
     1.1 --- a/alsaplayer/receipt	Thu Apr 03 22:56:54 2014 +0200
     1.2 +++ b/alsaplayer/receipt	Mon Jun 06 10:28:32 2016 -0300
     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 \