# HG changeset patch
# User Christophe Lincoln <pankso@slitaz.org>
# Date 1209755383 -7200
# Node ID ffbc7821af0e161b685f3d6189c049f8971b82eb
# Parent  fbbe68c26df78dc0d69c81748766f1b4c6594ed0
slitaz-tools and slitaz-configs receipts typo and add deps

diff -r fbbe68c26df7 -r ffbc7821af0e slitaz-configs/receipt
--- a/slitaz-configs/receipt	Fri May 02 21:02:08 2008 +0200
+++ b/slitaz-configs/receipt	Fri May 02 21:09:43 2008 +0200
@@ -6,7 +6,8 @@
 SHORT_DESC="SliTaz config files, wallpaper and login sound."
 MAINTAINER="pankso@slitaz.org"
 DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr 
-             transset-df tazlito tazpkg slitaz-doc lxtask lxpanel openbox"
+             transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance
+             openbox ttf-dejavu"
 TARBALL="$PACKAGE-$VERSION.tar.gz"
 WEB_SITE="http://www.slitaz.org/"
 WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL"
diff -r fbbe68c26df7 -r ffbc7821af0e slitaz-tools/receipt
--- a/slitaz-tools/receipt	Fri May 02 21:02:08 2008 +0200
+++ b/slitaz-tools/receipt	Fri May 02 21:09:43 2008 +0200
@@ -69,10 +69,11 @@
 	ln -s subox gksu
 	cd $WOK/$PACKAGE
 	
+	# Declare /etc/X11/screen.conf
+	mkdir -p $fs/etc/X11
+	touch $fs/etc/X11/screen.conf
+	
 	chown -R root.root $fs
 	chmod -R 755 $fs/usr/bin
 	chmod -R 755 $fs/sbin
-	
-	# Declare /etc/X11/screen.conf
-	touch $fs/etc/X11/screen.conf
 }