wok view xfce4/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents 49d39dc9559d
children 9e01bc6321ea
line source
1 # SliTaz package receipt.
3 PACKAGE="xfce4"
4 VERSION="4.10.0"
5 CATEGORY="meta"
6 SHORT_DESC="Xfce Desktop Environment"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 SUGGESTED="xfce4-slitaz-config"
10 WEB_SITE="http://www.xfce.org"
12 DEPENDS="libxfce4util xfconf libxfce4ui garcon libexo
13 xfce4-panel thunar xfce4-settings xfce4-session xfwm4 xfdesktop thunar-volman
14 thunar-archive-plugin xfce-utils"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr
20 }
22 post_install()
23 {
24 root=$1
25 echo "Processing postinstall commands..."
27 # Adding xfce to SLIM available sessions.
28 if ! grep -q xfce $root/etc/slim.conf; then
29 sed -i s/,jwm/,jwm,xfce/ $root/etc/slim.conf
30 fi
32 # Adding xfce support to tazx
34 }