[Lunar-commits] <moonbase> xsm: A session manager for XOrg.
Florin Braescu
florin at lunar-linux.org
Wed Sep 29 11:28:08 CEST 2010
commit af604bc5a09aa8a36f2eb70010fb6ea7aac38267
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Sep 29 12:28:08 2010 +0300
xsm: A session manager for XOrg.
---
xorg7/app/xsm/BUILD | 6 ++++++
xorg7/app/xsm/DEPENDS | 4 ++++
xorg7/app/xsm/DETAILS | 21 +++++++++++++++++++++
3 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/xorg7/app/xsm/BUILD b/xorg7/app/xsm/BUILD
new file mode 100644
index 0000000..cfe3408
--- /dev/null
+++ b/xorg7/app/xsm/BUILD
@@ -0,0 +1,6 @@
+(
+ . /etc/profile.d/x11r7.rc &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/xorg7/app/xsm/DEPENDS b/xorg7/app/xsm/DEPENDS
new file mode 100644
index 0000000..706684d
--- /dev/null
+++ b/xorg7/app/xsm/DEPENDS
@@ -0,0 +1,4 @@
+depends libICE
+depends libSM
+depends libXt
+
diff --git a/xorg7/app/xsm/DETAILS b/xorg7/app/xsm/DETAILS
new file mode 100644
index 0000000..051f70e
--- /dev/null
+++ b/xorg7/app/xsm/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=xsm
+ VERSION=1.0.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$XORG_URL/individual/app
+ SOURCE_VFY=sha1:3ed9a9bb4bb26a9a867fecc352eeb0656476fa19
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://www.x.org
+ ENTERED=20100929
+ UPDATED=20100929
+ SHORT="a session manager for XOrg"
+
+cat << EOF
+xsm is a session manager. A session is a group of applications, each
+of which has a particular state. xsm allows you to create arbitrary
+sessions - for example, you might have a "light" session, a "development"
+session, or an "xterminal" session. Each session can have its own set of
+applications. Within a session, you can perform a "checkpoint" to save
+application state, or a "shutdown" to save state and exit the session.
+When you log back in to the system, you can load a specific session, and
+you can delete sessions you no longer want to keep.
+EOF
More information about the Lunar-commits
mailing list