wok diff gtk-engine-nodoka/receipt @ rev 12234

Up:ocsreports (2.0.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Apr 09 12:02:30 2012 +0200 (2012-04-09)
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 Apr 09 12:02:30 2012 +0200
     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  }