[Lunar-commits] CVS: moonbase/x11-wm/openbox DETAILS, NONE,
1.1 POST_INSTALL, NONE, 1.1 POST_REMOVE, NONE,
1.1 openbox.desktop, NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Sun Aug 15 03:29:20 GMT 2004
Update of /var/cvs/lunar/moonbase/x11-wm/openbox
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30426
Added Files:
DETAILS POST_INSTALL POST_REMOVE openbox.desktop
Log Message:
Added yet another window manager. Compiles okay with gcc-3.3.3, glibc-2.3.3,
kernel headers 2.4.x. Not very useful in its default configuration. Users
of this WM, should feel free to suggest corrections/updates to this module.
--- NEW FILE: DETAILS ---
MODULE=openbox
VERSION=3.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=http://icculus.org/$MODULE/releases/$SOURCE
SOURCE_VFY=md5:96b6393839883c4b260388879154d294
WEB_SITE=http://icculus.org/openbox/
ENTERED=20040814
UPDATED=20040814
SHORT="A standards compliant, fast, light-weight, extensible window manager."
cat << EOF
Openbox works with your applications, and makes your desktop easier to manage.
This is because the approach to its development was the opposite of what seems
to be the general case for window managers. Openbox was written first to
comply with standards and to work properly. Only when that was in place did
the team turn to the visual interface.
Openbox is fully functional as a stand-alone working environment, or can be
used as a drop-in replacement for the default window manager in the GNOME or
KDE desktop environments.
EOF
--- NEW FILE: POST_INSTALL ---
if module_installed gdm; then
cp $SCRIPT_DIRECTORY/openbox.desktop /etc/X11/dm/Sessions/ ;
fi
--- NEW FILE: POST_REMOVE ---
if [ -a /etc/X11/dm/Sessions/openbox.desktop ]; then
rm -f /etc/X11/dm/Sessions/openbox.desktop
fi
--- NEW FILE: openbox.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Openbox
Comment=Session for openbox
Exec=openbox
# no icon yet, only the top three are currently used
Icon=
Type=Application
More information about the Lunar-commits
mailing list