wok-4.x rev 2970
edje efreet evas: add missing links
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 10 00:00:24 2009 +0200 (2009-05-10) |
parents | 5367054e9dee |
children | d951eebf7fba |
files | edje/receipt efreet/receipt embryo/receipt esmart/receipt evas/receipt exhibit/receipt |
line diff
1.1 --- a/edje/receipt Sat May 09 23:49:48 2009 +0200 1.2 +++ b/edje/receipt Sun May 10 00:00:24 2009 +0200 1.3 @@ -33,5 +33,13 @@ 1.4 cp -a $_pkg/usr/share $fs/usr 1.5 chmod 755 $fs/usr/bin/* 1.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.7 + for i in $fs/usr/lib/*.so ; do 1.8 + [ -L $i ] || continue 1.9 + [ -e $i.0 ] && continue 1.10 + target=$(readlink $i) 1.11 + case "$target" in 1.12 + *.so.0.*) ln -s $target $i.0;; 1.13 + esac 1.14 + done 1.15 } 1.16
2.1 --- a/efreet/receipt Sat May 09 23:49:48 2009 +0200 2.2 +++ b/efreet/receipt Sun May 10 00:00:24 2009 +0200 2.3 @@ -31,5 +31,13 @@ 2.4 cp -a $_pkg/usr/bin $fs/usr 2.5 cp -a $_pkg/usr/share $fs/usr 2.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.7 + for i in $fs/usr/lib/*.so ; do 2.8 + [ -L $i ] || continue 2.9 + [ -e $i.0 ] && continue 2.10 + target=$(readlink $i) 2.11 + case "$target" in 2.12 + *.so.0.*) ln -s $target $i.0;; 2.13 + esac 2.14 + done 2.15 } 2.16
3.1 --- a/embryo/receipt Sat May 09 23:49:48 2009 +0200 3.2 +++ b/embryo/receipt Sun May 10 00:00:24 2009 +0200 3.3 @@ -30,5 +30,13 @@ 3.4 cp -a $_pkg/usr/share $fs/usr 3.5 cp -a $_pkg/usr/bin $fs/usr 3.6 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 3.7 + for i in $fs/usr/lib/*.so ; do 3.8 + [ -L $i ] || continue 3.9 + [ -e $i.0 ] && continue 3.10 + target=$(readlink $i) 3.11 + case "$target" in 3.12 + *.so.0.*) ln -s $target $i.0;; 3.13 + esac 3.14 + done 3.15 } 3.16
4.1 --- a/esmart/receipt Sat May 09 23:49:48 2009 +0200 4.2 +++ b/esmart/receipt Sun May 10 00:00:24 2009 +0200 4.3 @@ -5,7 +5,7 @@ 4.4 CATEGORY="x-window" 4.5 SHORT_DESC="A collection of evas smart objects." 4.6 MAINTAINER="pankso@slitaz.org" 4.7 -DEPENDS="cairo evas ecore embryo imlib2" 4.8 +DEPENDS="cairo evas ecore embryo imlib2 libtool" 4.9 BUILD_DEPENDS="cairo-dev evas-dev" 4.10 WEB_SITE="http://www.enlightenment.org/" 4.11
5.1 --- a/evas/receipt Sat May 09 23:49:48 2009 +0200 5.2 +++ b/evas/receipt Sun May 10 00:00:24 2009 +0200 5.3 @@ -32,5 +32,13 @@ 5.4 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 5.5 cp -a $_pkg/usr/lib/evas $fs/usr/lib 5.6 rm -rf $fs/usr/lib/evas/modules/*/*/*/*.*a 5.7 + for i in $fs/usr/lib/*.so ; do 5.8 + [ -L $i ] || continue 5.9 + [ -e $i.0 ] && continue 5.10 + target=$(readlink $i) 5.11 + case "$target" in 5.12 + *.so.0.*) ln -s $target $i.0;; 5.13 + esac 5.14 + done 5.15 } 5.16
6.1 --- a/exhibit/receipt Sat May 09 23:49:48 2009 +0200 6.2 +++ b/exhibit/receipt Sun May 10 00:00:24 2009 +0200 6.3 @@ -5,7 +5,7 @@ 6.4 CATEGORY="x-window" 6.5 SHORT_DESC="Exhibit is an image viewer that uses Etk (E17) as its toolkit." 6.6 MAINTAINER="pankso@slitaz.org" 6.7 -DEPENDS="xorg-libX11 ecore evas etk edje epsilon" 6.8 +DEPENDS="xorg-libX11 ecore evas etk edje epsilon embryo" 6.9 BUILD_DEPENDS="xorg-libX11-dev ecore-dev evas-dev etk-dev subversion epsilon-dev epsilon" 6.10 WEB_SITE="http://www.enlightenment.org/" 6.11