summaryrefslogtreecommitdiffstats
path: root/xfce/Pkgfile
blob: ab89900baf03df499b133dd26b747684647dc29e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: Environnement graphique leger et performant (installe tous les paquets et dependances)
# URL: http://www.xfce.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: xorg, xquisite,xfce4-panel,thunar, thunar-volman, xfce4-settings,xfce4-session,xfwm4,xfdesktop,xfce4-appfinder,xfce-utils,gtk-xfce-engine,xfwm4-themes,terminal,mousepad,ristretto, xfce4-mixer,xfburn, desktop-file-utils, gvfs, xfce4-power-manager,xfce4-taskmanager, xfce4-systemload-plugin,xfce4-netload-plugin, xfce4-screenshooter, upower, lxdm
# Run on: xorg,xquisite,xfce4-panel,thunar,thunar-volman,xfce4-settings,xfce4-session,xfwm4,xfdesktop,xfce4-appfinder,xfce-utils,gtk-xfce-engine,xfwm4-themes,terminal,mousepad,ristretto,xfce4-mixer,xfburn,desktop-file-utils,gvfs,xfce4-power-manager,xfce4-taskmanager,xfce4-systemload-plugin,xfce4-netload-plugin,xfce4-screenshooter,upower,xorg-xrdb,xorg-xinput,lxdm

name=xfce
version=4.8.1
release=2
source=(XFCE.xinitrc)

build() {
	install -D -m644 XFCE.xinitrc $PKG/etc/X11/dm/XFCE.xinitrc
	mkdir -p $PKG/etc/qingy/sessions
cat > $PKG/etc/qingy/sessions/XFCE << "EOF"
source /etc/profile
userclientrc=/etc/X11/dm/XFCE.xinitrc /usr/bin/startx.qingy
EOF
	chmod 755 $PKG/etc/qingy/sessions/XFCE
}