# $Id$ PNAME="xfce4-session" PVER="4.6.2" PBUILD="r1" STATE="unstable" DESCRIPTION="Session Manager for the XFCE Desktop Environment." DEPEND=">= dev-libs/dbus-glib-0.82 >= x11-libs/libSM-1 >= x11-libs/libX11-1.3 >= x11-libs/libwnck-2.28 >= x11-apps/iceauth-1 >= gnome-base/libglade-2.6.4 >= gnome-base/gconf-2.28 >= gnome-base/gnome-keyring-2.28 >= xfce-base/libxfce4util-4.6 >= xfce-base/libxfcegui4-4.6 >= xfce-base/xfconf-4.6 >= xfce-base/xfce-utils-4.6 >= xfce-base/exo-0.3.107" sminclude xfce UP2DATE="updatecmd_xfce ${PNAME}" src_compile() { cd ${SRCDIR} xfce_configure --enable-gnome --enable-libgnome-keyring || die mmake || die } src_install() { xfce_src_install || die # disable fortune rm -R ${BINDIR}/usr/share/xfce4/tips || die rm ${BINDIR}/usr/bin/xfce4-tips || die #rm ${BINDIR}/usr/$(mlibdir)/debug/usr/bin/xfce4-tips.debug || die rm ${BINDIR}/etc/xdg/autostart/xfce4-tips-autostart.desktop || die rmdir -p ${BINDIR}/etc/xdg/autostart || die }