# 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,polkit-gnome,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 }