wok view xfce4/receipt @ rev 5893

compcache: fix build with kernel 2.6.34
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:03:19 2010 +0200 (2010-07-22)
parents 0c0c693fe4c6
children 0ed0ea1630d1
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4"
4 VERSION="4.6.2"
5 CATEGORY="meta"
6 SHORT_DESC="Xfce Desktop Environment"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4util xfconf libxfcegui4 libxfce4menu libexo
9 xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman
10 thunar-archive-plugin xfce-utils xfce4-slitaz-config"
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 }