wok rev 14831

Up: xfconf* (4.10.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:54:50 2013 +0200 (2013-07-17)
parents c3a7734ccd30
children 6cfc359f6b14
files xfconf-dev/receipt xfconf/receipt
line diff
     1.1 --- a/xfconf-dev/receipt	Wed Jul 17 13:54:38 2013 +0200
     1.2 +++ b/xfconf-dev/receipt	Wed Jul 17 13:54:50 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfconf-dev"
     1.7 -VERSION="4.8.0"
     1.8 +VERSION="4.10.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xfce Configuration Utility dev files"
    1.11  MAINTAINER="erjo@slitaz.org"
     2.1 --- a/xfconf/receipt	Wed Jul 17 13:54:38 2013 +0200
     2.2 +++ b/xfconf/receipt	Wed Jul 17 13:54:50 2013 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xfconf"
     2.7 -VERSION="4.8.0"
     2.8 +VERSION="4.10.0"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Xfce Copnfiguration Utility"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -20,7 +20,7 @@
    2.13  		--infodir=/usr/share/info \
    2.14  		--disable-debug \
    2.15  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    2.16 -	make && make DESTDIR=$PWD/_pkg install
    2.17 +	make && make install
    2.18  }
    2.19  
    2.20  
    2.21 @@ -32,11 +32,11 @@
    2.22  		$fs/usr/share/locale 
    2.23  		
    2.24  		
    2.25 -	cp -a $_pkg/usr/bin $fs/usr
    2.26 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.27 -	cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib
    2.28 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    2.29 -	cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    2.30 +	cp -a $install/usr/bin $fs/usr
    2.31 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.32 +	cp -a $install/usr/lib/xfce4 $fs/usr/lib
    2.33 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    2.34 +	cp -a $install/usr/share/dbus-1 $fs/usr/share
    2.35  	
    2.36  	strip -s $fs/usr/lib/xfce4/$PACKAGE/*
    2.37  }