* gnu/packages/xfce.scm (xfce4-session): New variable. --- gnu/packages/xfce.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index f5f3fc9..5f15594 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -280,3 +280,33 @@ applications menu, workspace switcher and more.") "Application finder for Xfce, it will shows the applications installed on your system in categories, so you can quickly find and launch them.") (license gpl2+))) + +(define-public xfce4-session + (package + (name "xfce4-session") + (version "4.10.0") + (source (origin + (method url-fetch) + (uri (string-append "http://archive.xfce.org/xfce/4.10/src/" + name "-" version ".tar.bz2")) + (sha256 + (base32 + "1kj65jkjhd0ysf0yxsf88wzpyv6n8i8qgd3gb502hf1x9jksk2mv")))) + (build-system gnu-build-system) + (arguments + '(#:configure-flags + (list (string-append "--with-xsession-prefix=" %output)))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("intltool" ,intltool))) + (inputs + `(("iceauth" ,iceauth) + ("libsm" ,libsm) + ("libwnck" ,libwnck-1) + ("libxfce4ui" ,libxfce4ui))) + (home-page "http://www.xfce.org/") + (synopsis "XFCE Session Manager") + (description + "Session manager for Xfce, it will restores your session on startup and +allows you to shutdown the computer from Xfce.") + (license gpl2+))) -- 2.1.2