[Lunar-commits] CVS: moonbase/x11-utils/obconf CONFIGURE, NONE, 1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1

Terry Chan tchan at lunar-linux.org
Mon Aug 16 03:26:19 GMT 2004


Update of /var/cvs/lunar/moonbase/x11-utils/obconf
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17637

Added Files:
	CONFIGURE DEPENDS DETAILS 
Log Message:
Moved this module from moonbase/x11-wm/ to moonbase/x11-utils/  Seems like
a better location.


--- 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