wok diff xfce4-panel/receipt @ rev 14940

Up: embryo-dev (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:45 2013 +0200 (2013-08-08)
parents 73641efed1cc
children 7896f0694ef6
line diff
     1.1 --- a/xfce4-panel/receipt	Mon Apr 23 16:30:27 2012 +0200
     1.2 +++ b/xfce4-panel/receipt	Thu Aug 08 19:15:45 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce4-panel"
     1.7 -VERSION="4.8.3"
     1.8 +VERSION="4.10.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce Panel"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -11,7 +11,8 @@
    1.13  
    1.14  DEPENDS="libxfce4util libxfce4ui libexo libwnck garcon util-linux-uuid dbus-glib"
    1.15  BUILD_DEPENDS="libxfce4util-dev libxfce4ui-dev libexo-dev libwnck-dev cairo-dev garcon-dev
    1.16 - xorg-libXext-dev xorg-xextproto dbus-glib-dev util-linux-uuid-dev intltool exo xfconf-dev"
    1.17 + xorg-libXext-dev xorg-xextproto dbus-glib-dev util-linux-uuid-dev intltool exo xfconf-dev
    1.18 + libxml2-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22 @@ -22,7 +23,7 @@
    1.23  	--sysconfdir=/etc \
    1.24  	--disable-debug \
    1.25  	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.26 -	make && make DESTDIR=$DESTDIR install
    1.27 +	make && make install
    1.28  }
    1.29  
    1.30  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 @@ -33,19 +34,16 @@
    1.32  		$fs/usr/share/xfce4 \
    1.33  		$fs/usr/lib/xfce4/panel/plugins 
    1.34  	
    1.35 -	cp -a $_pkg/etc $fs	
    1.36 -	cp -a $_pkg/usr/bin $fs/usr
    1.37 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.38 -	cp -a $_pkg/usr/lib/xfce4/panel/plugins/*.so* $fs/usr/lib/xfce4/panel/plugins
    1.39 -	cp -a $_pkg/usr/lib/xfce4/panel/migrate $fs/usr/lib/xfce4/panel
    1.40 -	cp -a $_pkg/usr/lib/xfce4/panel/wrapper $fs/usr/lib/xfce4/panel
    1.41 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.42 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.43 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.44 -	cp -a $_pkg/usr/share/xfce4 $fs/usr/share
    1.45 -	
    1.46 -	#~ [ -f $fs/etc/xdg/xfce4/panel/launcher-8.rc ] && \
    1.47 -		#~ sed -i 's/mousepad/leafpad/' $fs/etc/xdg/xfce4/panel/launcher-8.rc
    1.48 +	cp -a $install/etc $fs	
    1.49 +	cp -a $install/usr/bin $fs/usr
    1.50 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.51 +	cp -a $install/usr/lib/xfce4/panel/plugins/*.so* $fs/usr/lib/xfce4/panel/plugins
    1.52 +	cp -a $install/usr/lib/xfce4/panel/migrate $fs/usr/lib/xfce4/panel
    1.53 +	cp -a $install/usr/lib/xfce4/panel/wrapper $fs/usr/lib/xfce4/panel
    1.54 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.55 +	cp -a $install/usr/share/applications $fs/usr/share
    1.56 +	cp -a $install/usr/share/icons $fs/usr/share
    1.57 +	cp -a $install/usr/share/xfce4 $fs/usr/share
    1.58  	
    1.59  	# Strip evrythings
    1.60  	find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;