wok diff xfce4-panel-dev/receipt @ rev 4851
asterisk: move pbx stack from 128 to 1024
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jan 31 22:41:26 2010 +0100 (2010-01-31) |
parents | 19a6734e7c74 |
children | 7a558ba00918 |
line diff
1.1 --- a/xfce4-panel-dev/receipt Fri Jan 23 23:05:23 2009 +0100 1.2 +++ b/xfce4-panel-dev/receipt Sun Jan 31 22:41:26 2010 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt." 1.5 1.6 PACKAGE="xfce4-panel-dev" 1.7 -VERSION="4.4.3" 1.8 +VERSION="4.6.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Xfce Panel dev files" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 @@ -13,12 +13,10 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/usr/share/xfce4 \ 1.16 - $fs/usr/lib/xfce4/mcs-plugins \ 1.17 $fs/usr/lib/xfce4/panel-plugins 1.18 1.19 cp -a $_pkg/usr/include $fs/usr 1.20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.21 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.22 - cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.*a $fs/usr/lib/xfce4/mcs-plugins 1.23 cp -a $_pkg/usr/lib/xfce4/panel-plugins/*.*a $fs/usr/lib/xfce4/panel-plugins 1.24 }