wok view slitaz-configs/receipt @ rev 8080

Add: xorg-makedepend 1.0.3
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Jan 22 03:25:18 2011 +0100 (2011-01-22)
parents c753c126a746
children 12eb74ac753b
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-configs"
4 VERSION="4.1"
5 CATEGORY="base-system"
6 SHORT_DESC="SliTaz config files, wallpaper and login sound."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="slitaz-configs-base xorg-libXcomposite xorg-libXdamage xorg-xcompmgr \
9 transset-df lxtask lxpanel lxappearance ttf-dejavu pcmanfm slitaz-tools-boxes"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.slitaz.org/"
12 WGET_URL="http://mirror.slitaz.org/sources/configs/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 # Copy rootfs files from the stuff and set permissions.
18 mkdir -p $fs/etc/xdg/openbox
19 cp -a $src/rootfs/etc/xdg/openbox/menu.en.xml $fs/etc/xdg/openbox
20 cp -a $src/rootfs/etc/xdg/openbox/menu.xml $fs/etc/xdg/openbox
21 cp -a $src/rootfs/etc/xdg/openbox/autostart.sh $fs/etc/xdg/openbox
22 cp -a $src/rootfs/etc/xdg/openbox/rc.xml $fs/etc/xdg/openbox
23 chown -R root.root $fs
24 chmod 0750 $fs/root
25 }
27 post_install()
28 {
29 # By default slim provide a base theme and config file have both
30 # base and slitaz who will be choose randomly, so make sure we use
31 # only slitaz theme.
32 if grep -q 'current_theme slitaz,base' $1/etc/slim.conf; then
33 sed -i s/"current_theme .*"/"current_theme slitaz"/ \
34 $1/etc/slim.conf
35 fi
36 }