wok diff xfce4/receipt @ rev 2853

acpid security fix: local dos vulnerability
author Dominique Corbex <domcox@users.sourceforge.net>
date Fri May 01 17:23:08 2009 +0200 (2009-05-01)
parents
children c5aab683596c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfce4/receipt	Fri May 01 17:23:08 2009 +0200
     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 +}