wok diff thunar/receipt @ rev 17202
Add telepathy-glib
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 09 10:42:31 2014 +0200 (2014-10-09) |
parents | 380ffe05937a |
children | 5d53e8ccbc8d |
line diff
1.1 --- a/thunar/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/thunar/receipt Thu Oct 09 10:42:31 2014 +0200 1.3 @@ -21,7 +21,6 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - cd $src 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --sysconfdir=/etc \ 1.11 @@ -39,15 +38,17 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - mkdir -p $fs/usr \ 1.16 + mkdir -p \ 1.17 + $fs/usr/share \ 1.18 $fs/usr/lib/thunarx-2 1.19 1.20 - cp -a $install/etc $fs/ 1.21 + cp -a $install/etc $fs 1.22 cp -a $install/usr/bin $fs/usr 1.23 1.24 cp -a $install/usr/lib/Thunar $fs/usr/lib 1.25 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 cp -a $install/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2 1.27 + cp -a $install/usr/share/dbus-1 $fs/usr/share 1.28 1.29 cp -a $install/usr/share/applications $fs/usr/share 1.30 cp -a $install/usr/share/icons $fs/usr/share