wok rev 14829

Up: xfwm4* (4.10.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:54:29 2013 +0200 (2013-07-17)
parents 50cf088c042f
children c3a7734ccd30
files xfwm4-themes/receipt xfwm4/receipt
line diff
     1.1 --- a/xfwm4-themes/receipt	Wed Jul 17 13:54:07 2013 +0200
     1.2 +++ b/xfwm4-themes/receipt	Wed Jul 17 13:54:29 2013 +0200
     1.3 @@ -1,29 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfwm4-themes"
     1.7 -VERSION="4.6.0"
     1.8 +VERSION="4.10.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="xfwm4 additionnal themes"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 +WANTED="xfwm4"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.xfce.org/"
    1.15 +
    1.16  DEPENDS="xfwm4"
    1.17  BUILD_DEPENDS=""
    1.18 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.19 -WEB_SITE="http://www.xfce.org/"
    1.20 -WGET_URL="$WEB_SITE/archive/xfce/$VERSION/src/$TARBALL"
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	cd $src
    1.26 -	./configure --prefix=/usr\
    1.27 -		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.28 -	make && make DESTDIR=$PWD/_pkg install
    1.29 -}
    1.30  
    1.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.32  genpkg_rules()
    1.33  {
    1.34 -	mkdir -p $fs/usr
    1.35 -	cp -a $_pkg/usr/share $fs/usr
    1.36 +	mkdir -p $fs/usr/share
    1.37 +	cp -a $install/usr/share/themes $fs/usr/share
    1.38  }
    1.39  
     2.1 --- a/xfwm4/receipt	Wed Jul 17 13:54:07 2013 +0200
     2.2 +++ b/xfwm4/receipt	Wed Jul 17 13:54:29 2013 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="xfwm4"
     2.7 -VERSION="4.8.1"
     2.8 +VERSION="4.10.0"
     2.9  CATEGORY="x-window"
    2.10  SHORT_DESC="Xfce Window Manager"
    2.11  MAINTAINER="erjo@slitaz.org"
    2.12 @@ -11,8 +11,8 @@
    2.13  
    2.14  DEPENDS="libxfce4util libxfce4ui xfconf dbus-glib libwnck libglade"
    2.15  BUILD_DEPENDS="libxfce4util-dev xfconf-dev libxfce4ui-dev xorg-compositeproto intltool \
    2.16 - libwnck-dev dbus-glib-dev util-linux-uuid-dev" 
    2.17 -
    2.18 + libwnck-dev dbus-glib-dev util-linux-uuid-dev libxml2-dev" 
    2.19 + 
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23 @@ -24,7 +24,7 @@
    2.24  		--disable-debug \
    2.25  		--disable-static \
    2.26  		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    2.27 -	make && make DESTDIR=$DESTDIR install
    2.28 +	make && make  install
    2.29  }
    2.30  
    2.31  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.32 @@ -33,12 +33,12 @@
    2.33  	mkdir -p $fs/usr \
    2.34  		$fs/usr/share/locale 
    2.35  		
    2.36 -	cp -a $_pkg/usr/bin $fs/usr
    2.37 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    2.38 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    2.39 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    2.40 -	cp -a $_pkg/usr/share/themes $fs/usr/share
    2.41 -	cp -a $_pkg/usr/share/xfwm4 $fs/usr/share
    2.42 +	cp -a $install/usr/bin $fs/usr
    2.43 +	cp -a $install/usr/share/locale/fr $fs/usr/share/locale
    2.44 +	cp -a $install/usr/share/applications $fs/usr/share
    2.45 +	cp -a $install/usr/share/icons $fs/usr/share
    2.46 +	cp -a $install/usr/share/themes $fs/usr/share
    2.47 +	cp -a $install/usr/share/xfwm4 $fs/usr/share
    2.48  	
    2.49  	# Remove SVG icons
    2.50  	test -d $fs/usr/share/icons/hicolor/scalable \