updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / xfce4-desktop / PKGBUILD
blob881554467359c90afb4af084496690149c71a9be
1 # $Id:$
2 # Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
4 pkgname=xfce4-desktop
5 pkgver=4.8.3
6 pkgrel=1
7 pkgdesc="Triggers installation of a good working XFCE desktop :)"
8 arch=('i686' 'x86_64')
9 url=http://wiki.archlinux.org/index.php/Xfce4
10 license=('GPL2')
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'
14 # group ;)
15 depends=(avahi fortune-mod gamin gnome-icon-theme parole sane scrot
16     ristretto
17     thunar-archive-plugin
18     thunar-media-tags-plugin
19     thunar-volman
20     xarchiver
21     xfburn
22     xfce-utils
23     xfce4-appfinder
24     xfce4-icon-theme
25     xfce4-mixer
26     xfce4-panel
27     xfce4-session
28     xfce4-settings)
30 pacman -Sg xfce4 |awk '{print $2}' |while read component; do
31     depends=($component ${depends[@]})
32 done
34 optdepends=('bootsplash-fb: for minimal/working fbsplash package set'
35     'lxdm-svn: for a Lightweight Display Manager')
37 build() {
38     true
41 # vim:set ts=2 sw=2 et: