wok diff slim/receipt @ rev 893
tazlito: include tazlitobox in the package
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jun 10 01:24:16 2008 +0200 (2008-06-10) |
parents | 0ac581c055b4 |
children | e5ace79a18af |
line diff
1.1 --- a/slim/receipt Sun Feb 24 20:48:39 2008 +0100 1.2 +++ b/slim/receipt Tue Jun 10 01:24:16 2008 +0200 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Desktop-independent graphical login manager for X11." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="jpeg libpng" 1.8 +DEPENDS="jpeg libpng slitaz-configs" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://slim.berlios.de" 1.11 WGET_URL="http://download.berlios.de/slim/$TARBALL" 1.12 @@ -25,8 +25,7 @@ 1.13 mkdir -p $fs/usr/bin $fs/usr/share/slim 1.14 cp -a $src/slim $fs/usr/bin 1.15 1.16 - # Config file, rc script and SliTaz theme. 1.17 + # Config file and rc script (theme is in slitaz-configs). 1.18 cp -a stuff/etc $fs 1.19 - cp -a stuff/themes $fs/usr/share/slim 1.20 } 1.21