[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 10/15] gnu: Add xfce4-session.
From: |
宋文武 |
Subject: |
[PATCH 10/15] gnu: Add xfce4-session. |
Date: |
Wed, 10 Dec 2014 20:02:31 +0800 |
* 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
- Re: [PATCH 04/15] gnu: Add libxfce4ui., (continued)
- [PATCH 05/15] gnu: Add exo., 宋文武, 2014/12/10
- [PATCH 06/15] gnu: Add garcon., 宋文武, 2014/12/10
- [PATCH 07/15] gnu: Add tumbler., 宋文武, 2014/12/10
- [PATCH 08/15] gnu: Add xfce4-panel., 宋文武, 2014/12/10
- [PATCH 09/15] gnu: Add xfce4-appfinder., 宋文武, 2014/12/10
- [PATCH 10/15] gnu: Add xfce4-session.,
宋文武 <=
- [PATCH 11/15] gnu: Add xfce4-settings., 宋文武, 2014/12/10
- [PATCH 12/15] gnu: Add thunar., 宋文武, 2014/12/10
- [PATCH 13/15] gnu: Add thunar-volman., 宋文武, 2014/12/10
- [PATCH 14/15] gnu: Add xfwm4., 宋文武, 2014/12/10