wok diff xfce4-panel-dev/receipt @ rev 4129

Up: xfce4-panel* (4.6.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 13:20:59 2009 +0000 (2009-09-20)
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 Sep 20 13:20:59 2009 +0000
     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  }