[Lunar-commits] CVS: moonbase/x11-wm/obconf CONFIGURE, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Mon Aug 16 03:06:18 GMT 2004
Update of /var/cvs/lunar/moonbase/x11-wm/obconf
In directory dbguin.lunar-linux.org:/tmp/cvs-serv18949
Added Files:
CONFIGURE DEPENDS DETAILS
Log Message:
Added the obconf module to x11-wm. Not the best place to add this module but
its related to the openbox WM and I didn't see a better place in moonbase.
Compiled and tested with gcc-3.3.3, glibc-2.3.3, kernel headers 2.4.x.
--- NEW FILE: CONFIGURE ---
if ! grep -q CONFIGURED $MODULE_CONFIG ; then
if query "Do you want to use NLS? " y ; then
OPTS=$OPTS" --enable-nls"
else
OPTS=$OPTS" --disable-nls"
fi
echo 'CONFIGURED="y"' >> $MODULE_CONFIG
echo 'OPTS='\"$OPTS\" >> $MODULE_CONFIG
fi
--- NEW FILE: DEPENDS ---
depends gtk+-2 &&
depends openbox &&
depends libglade2 &&
depends startup-notification
--- NEW FILE: DETAILS ---
MODULE=obconf
VERSION=1.5
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=http://icculus.org/openbox/obconf/$SOURCE
SOURCE_VFY=md5:a0f0e14db3d889bd67f98f1c00b4a9f7
WEB_SITE=http://icculus.org/openbox/obconf/
ENTERED=20040815
UPDATED=20040815
SHORT="ObConf is a preferences manager for Openbox."
cat << EOF
ObConf is a preferences manager for Openbox.
Openbox is a standards compliant, fast, light-weight, extensible
window manager.
EOF
More information about the Lunar-commits
mailing list