2 # Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
7 pkgdesc="Triggers installation of a good working XFCE desktop :)"
9 url=http://wiki.archlinux.org/index.php/Xfce4
11 # Install the whole group 'xfce4' and then install this dummy package, it will
12 # trigger installation of 'avahi', 'fortune-mod', 'gamin', 'gnome-icon-theme',
13 # 'parole', 'sane', 'scrot' and some essentional parts from 'xfce4-goodies'
15 depends=(avahi fortune-mod gamin gnome-icon-theme parole sane scrot
18 thunar-media-tags-plugin
30 pacman -Sg xfce4 |awk '{print $2}' |while read component; do
31 depends=($component ${depends[@]})
34 optdepends=('bootsplash-fb: for minimal/working fbsplash package set'
35 'lxdm-svn: for a Lightweight Display Manager')
41 # vim:set ts=2 sw=2 et: