[Lunar-commits] CVS: moonbase/x11-utils/gmrun CONFIGURE, NONE,
1.1 DEPENDS, NONE, 1.1 DETAILS, NONE, 1.1
Terry Chan
tchan at lunar-linux.org
Mon Aug 16 03:32:08 GMT 2004
Update of /var/cvs/lunar/moonbase/x11-utils/gmrun
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17835
Added Files:
CONFIGURE DEPENDS DETAILS
Log Message:
Added another module submitted by Sebastian Sareyko. Compiled and tested
with gcc-3.3.3, glibc-2.3.3, kernel headers 2.4.x. Fixed his module errors
and added md5sum.
--- 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
--- NEW FILE: DETAILS ---
MODULE=gmrun
VERSION=0.9.2
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=$SFORGE_URL/gmrun/$SOURCE
SOURCE_VFY=md5:6cef37a968006d9496fc56a7099c603c
WEB_SITE=http://dynarch.com/mishoo/gmrun.epl
ENTERED=20040815
UPDATED=20040815
SHORT="A simple program which provides a run program window."
cat << EOF
A simple program which provides a "run program" window,
featuring a bash-like TAB completion. It uses GTK+ interface. Also,
supports CTRL-R / CTRL-S / "!" for searching through history.
Running commands in a terminal with CTRL-Enter.
EOF
More information about the Lunar-commits
mailing list