wok-current view xfce4/receipt @ rev 4132

Up: xfce4 (4.6.1)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 13:23:56 2009 +0000 (2009-09-20)
parents 73b0a12c0eb1
children 2493c3e25c20
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4"
4 VERSION="4.6.1"
5 CATEGORY="meta"
6 SHORT_DESC="Xfce Desktop Environment"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util xfconf libxfcegui4 libxfce4menu libexo thunar
9 xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.xfce.org"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 }
19 post_install()
20 {
21 root=$1
22 echo "Processing postinstall commands..."
24 # Adding xfce to SLIM available sessions.
25 if ! grep -q xfce $root/etc/slim.conf; then
26 sed -i s/,jwm/,jwm,xfce/ $root/etc/slim.conf
27 fi
29 # Adding xfce support to tazx
31 }