summaryrefslogtreecommitdiffstats
path: root/xfce/xfce/Pkgfile
blob: 7c7c00f9a21b5d5145bdad209b2e20ecb5e3ec89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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: atk, dbh, dbus, dbus-glib, expat, fontconfig, freetype, fuse, glib, intltool, libgcrypt, libgpg-error, libgsf, libnotify, libpng, librsvg, libwnck, xorg-libx11, libxml2, gtk, cups, hal, gamin, gnutls, pango, pcre, startup-notification, alsa-utils, xdg-utils, hicolor-icon-theme, xfce4-dev-tools, libxfce4util, libxfcegui4, libxfce4menu, exo, xfce4-panel, thunar, libgnome, xfce4-session, xfce4-settings, xfwm4, xfwm4-themes, xfdesktop, xfce-utils, xfprint, gtk-xfce-engine, mousepad, vte, terminal, xarchiver, xfburn, orage, xfce4-appfinder, xfce4-mixer, xfmedia, xfce4-artwork, ristretto, thunar-archive-plugin, thunar-media-tags-plugin, thunar-thumbnailers, xfce4-cpugraph-plugin, xfce4-places-plugin, xfce4-weather-plugin, xfce4-screenshooter, xfce4-taskmanager, xfce4-verve-plugin, xfce4-power-manager, xfce4-notifyd, gigolo, gnupg1, xquisite, tango-icon-theme, midori, wicd, sylpheed, pidgin, xorg

name=xfce
version=4.6.2
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
}