summaryrefslogtreecommitdiffstats
path: root/xfce/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/Pkgfile')
-rwxr-xr-xxfce/Pkgfile22
1 files changed, 22 insertions, 0 deletions
diff --git a/xfce/Pkgfile b/xfce/Pkgfile
new file mode 100755
index 000000000..ab89900ba
--- /dev/null
+++ b/xfce/Pkgfile
@@ -0,0 +1,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
+}
+