wok rev 14423

elementary-dev: update deps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 21:24:04 2013 +0200 (2013-04-23)
parents 10c512457b33
children e01e3ba825f1
files elementary-dev/receipt
line diff
     1.1 --- a/elementary-dev/receipt	Tue Apr 23 21:23:27 2013 +0200
     1.2 +++ b/elementary-dev/receipt	Tue Apr 23 21:24:04 2013 +0200
     1.3 @@ -8,11 +8,13 @@
     1.4  WANTED="elementary"
     1.5  WEB_SITE="http://www.enlightenment.org/"
     1.6  
     1.7 +DEPENDS="efreet-dev emotion-dev ethumb-dev"
     1.8 +
     1.9  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.10  genpkg_rules()
    1.11  {
    1.12 -	mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0 \
    1.13 -		$fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
    1.14 +	mkdir -p $fs/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0
    1.15 +	mkdir -p $fs/usr/lib/elementary/modules/test_entry/linux-gnu-i486-0.7.0
    1.16  	cp -a $install/usr/include $fs/usr
    1.17  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.18  	cp -a $install/usr/lib/edje/modules/elm/linux-gnu-i486-1.0.0/module.la \
    1.19 @@ -20,4 +22,10 @@
    1.20  	cp -a $install/usr/lib/elementary $fs/usr/lib
    1.21  	rm -f $fs/usr/lib/elementary/modules/*/*/*.so
    1.22  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.23 +	# menus
    1.24 +	mkdir -p $fs/usr/bin
    1.25 +	cp -a $install/usr/bin/* $fs/usr/bin
    1.26 +	mkdir -p $fs/usr/share/pixmaps
    1.27 +	cp -a $install/usr/share2/applications $fs/usr/share
    1.28 +	cp -a $install/usr/share2/icons/* $fs/usr/share/pixmaps
    1.29  }