wok rev 2077

Add: meta xfce4 (Xfce Desktop Environment) .
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Fri Jan 23 23:13:33 2009 +0100 (2009-01-23)
parents 8186ed70b4e8
children 6f500409e5bf
files xfce4/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfce4/receipt	Fri Jan 23 23:13:33 2009 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfce4"
     1.7 +VERSION="4.4.3"
     1.8 +CATEGORY="meta"
     1.9 +SHORT_DESC="Xfce Desktop Environment"
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libxfce4util libxfcegui4 libxfce4mcs libexo Thunar 
    1.12 + xfce4-panel xfce-utils xfce-mcs-manager
    1.13 + xfce-mcs-plugins xfce4-session xfwm4 thunar-volman"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WEB_SITE="http://www.xfce.org"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr
    1.21 +}
    1.22 +
    1.23 +post_install()
    1.24 +{
    1.25 +	root=$1
    1.26 +	echo "Processing postinstall commands..."
    1.27 +	
    1.28 +	# Adding xfce to SLIM available sessions.
    1.29 +	if ! grep -q xfce $root/etc/slim.conf; then
    1.30 +		sed -i s/,jwm/,jwm,xfce/ $root/etc/slim.conf
    1.31 +	fi
    1.32 +	
    1.33 +	# Adding xfce support to tazx
    1.34 +	
    1.35 +}