# 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: xquisite,xfce4-panel,thunar,xfce4-settings,xfce4-session,xfwm4,xfdesktop,xfce4-appfinder,xfce-utils,gtk-xfce-engine,xfwm4-themes,terminal,mousepad,ristretto,desktop-file-utils # Run on: xquisite,xfce4-panel,thunar,xfce4-settings,xfce4-session,xfwm4,xfdesktop,xfce4-appfinder,xfce-utils,gtk-xfce-engine,xfwm4-themes,terminal,mousepad,ristretto,desktop-file-utils name=xfce version=4.8.0 release=1 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 }