wok rev 16299

Up: xfce4-mixer (4.10.0)
author Alexander Medvedev <devl547@gmail.com>
date Mon Apr 07 08:23:50 2014 +0000 (2014-04-07)
parents 5cdf5c29f238
children 2e04415d45de
files xfce4-mixer/receipt
line diff
     1.1 --- a/xfce4-mixer/receipt	Mon Apr 07 08:07:32 2014 +0000
     1.2 +++ b/xfce4-mixer/receipt	Mon Apr 07 08:23:50 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfce4-mixer"
     1.7 -VERSION="4.8.0"
     1.8 +VERSION="4.10.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xfce Audio Mixer"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -11,10 +11,10 @@
    1.13  WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.14  
    1.15  DEPENDS="gtk+ libxfce4util gtk+ xfconf xfce4-panel gst-plugins-base startup-notification
    1.16 - util-linux-uuid"
    1.17 + util-linux-uuid libunique"
    1.18  BUILD_DEPENDS="gtk+-dev libxfce4util-dev xfconf-dev xfce4-panel-dev
    1.19   gst-plugins-base-dev intltool libxfce4ui-dev gstreamer-dev startup-notification-dev \
    1.20 - util-linux-uuid-dev libxml2-dev"
    1.21 + util-linux-uuid-dev libxml2-dev libunique-dev"
    1.22   
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -28,20 +28,16 @@
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()
    1.28  {
    1.29 -	mkdir -p $fs/usr \
    1.30 -		$fs/usr/lib \
    1.31 -		$fs/usr/share/locale 
    1.32 -		
    1.33 +	mkdir -p $fs/usr/share/locale 
    1.34  		
    1.35  	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
    1.37 -	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    1.38 +	cp -a $install/usr/lib $fs/usr
    1.39  	cp -a $install/usr/share/xfce4 $fs/usr/share
    1.40  	cp -a $install/usr/share/pixmaps $fs/usr/share
    1.41  	cp -a $install/usr/share/xfce4-mixer $fs/usr/share
    1.42  	
    1.43  	rm -rf $fs/usr/share/xfce4-mixer/icons/hicolor/scalable
    1.44  	
    1.45 -	# Strip evrythings
    1.46 +	# Strip everything
    1.47  	find $fs/usr/lib/ -exec strip -s {} 2> /dev/null \;
    1.48  }