# Description: Gestionnaire de sessions de Xfce # URL: http://www.xfce.org/projects/xfce4-session/ # Maintainer: git.xfce.org/xfce/xfce4-session # Packager: thierryn1 at hispeed dot ch # Depends on: dbus-glib, libxfce4ui,libxfce4util, xfce4-panel, libwnck, p5-xml-parser,xorg-xauth,xorg-iceauth # Run on: dbus-glib,libxfce4ui,libxfce4util,xfce4-panel,libwnck,xorg-xauth,xorg-iceauth name=xfce4-session version=4.8.3 release=1 source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --disable-static \ --disable-gnome \ --enable-final \ --enable-session-screenshots make make DESTDIR=$PKG install rm -r $PKG/usr/share/doc rm $PKG/etc/xdg/autostart/xfce4-tips-autostart.desktop }