wok rev 3082

Up: slitaz-configs (3.0)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 15 23:31:04 2009 +0200 (2009-05-15)
parents f7a88902baf3
children 30e968a1ed73
files slitaz-configs/receipt
line diff
     1.1 --- a/slitaz-configs/receipt	Fri May 15 20:02:18 2009 +0200
     1.2 +++ b/slitaz-configs/receipt	Fri May 15 23:31:04 2009 +0200
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-configs"
     1.7 -VERSION="2.8"
     1.8 +VERSION="3.0"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="SliTaz config files, wallpaper and login sound."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 -DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr 
    1.13 -	transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance 
    1.14 -	ttf-dejavu pcmanfm openbox obconf slitaz-tools-boxes slitaz-menus"
    1.15 +DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \
    1.16 +transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance \
    1.17 +ttf-dejavu pcmanfm openbox obconf slitaz-tools-boxes slitaz-menus"
    1.18  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.19  WEB_SITE="http://www.slitaz.org/"
    1.20  WGET_URL="http://mirror.slitaz.org/sources/configs/$TARBALL"
    1.21 @@ -15,8 +15,12 @@
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {	
    1.25 -    # Copy all rootfs from the stuff and set permissions.
    1.26 -    cp -a $src/rootfs/* $fs
    1.27 +    # Copy rootfs files from the stuff and set permissions.
    1.28 +	mkdir $fs/etc/xdg/openbox
    1.29 +    cp -a $src/rootfs/etc/xdg/openbox/menu.en.xml $fs/etc/xdg/openbox
    1.30 +	cp -a $src/rootfs/etc/xdg/openbox/menu.xml $fs/etc/xdg/openbox
    1.31 +	cp -a $src/rootfs/usr $fs
    1.32 +	cp -a $src/rootfs/root $fs
    1.33  	chown -R root.root $fs
    1.34  	chmod 0750 $fs/root
    1.35  }