wok-6.x diff gtk-engine-nodoka/receipt @ rev 13685
btrfs-progs: do not create 2 snapshots simultaneously...
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 03 11:12:37 2012 +0100 (2012-12-03) |
parents | 1af043c699da |
children | d1c17bd2c2bc |
line diff
1.1 --- a/gtk-engine-nodoka/receipt Tue Feb 28 14:37:31 2012 +0100 1.2 +++ b/gtk-engine-nodoka/receipt Mon Dec 03 11:12:37 2012 +0100 1.3 @@ -11,7 +11,7 @@ 1.4 WGET_URL="https://fedorahosted.org/released/nodoka/$TARBALL" 1.5 1.6 DEPENDS="gtk+" 1.7 -BUILD_DEPENDS="gtk+-dev" 1.8 +BUILD_DEPENDS="gtk+-dev wget" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 @@ -25,7 +25,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/lib/gtk-2.0/2.10.0/engines 1.16 - cp $install/usr/lib/gtk-2.0/2.10.0/engines/*.so 1.17 + cp $install/usr/lib/gtk-2.0/2.10.0/engines/*.so \ 1.18 $fs/usr/lib/gtk-2.0/2.10.0/engines 1.19 cp -a $install/usr/share $fs/usr 1.20 }