This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

new run package


Hi 

I've packaged run.exe into a new package and altered the references in
X-start-menu-icons and X-startup-scripts. run.exe is installed
as /usr/bin/run.exe _and_ /usr/X11R6/bin/run.exe to prevent user created
shortcuts to break. 

Both x-startup-scripts and x-start-menu-icons have increased version
numbers although there were no features added. I just moved the past
changes into the "upstream" tarball to clean up the patchfile and to
make life for Alan easier when he'll start working on the packages.

Download
========

mkdir -p "run"
pushd "run"
wget "http://www.freedesktop.org/~ago/cygwin/run/setup.hint";
wget "http://www.freedesktop.org/~ago/cygwin/run/run-1.1.5-1.tar.bz2";
wget "http://www.freedesktop.org/~ago/cygwin/run/run-1.1.5-1-src.tar.bz2";
popd

mkdir -p "X-start-menu-icons"
pushd "X-start-menu-icons"
wget "http://www.freedesktop.org/~ago/cygwin/X-start-menu-icons/setup.hint";
wget "http://www.freedesktop.org/~ago/cygwin/X-start-menu-icons/X-start-menu-icons-1.0.4-1.tar.bz2";
wget "http://www.freedesktop.org/~ago/cygwin/X-start-menu-icons/X-start-menu-icons-1.0.4-1-src.tar.bz2";
popd

mkdir -p "X-startup-scripts"
pushd "X-startup-scripts"
wget "http://www.freedesktop.org/~ago/cygwin/X-startup-scripts/setup.hint";
wget "http://www.freedesktop.org/~ago/cygwin/X-startup-scripts/X-startup-scripts-1.0.11-1-src.tar.bz2";
wget "http://www.freedesktop.org/~ago/cygwin/X-startup-scripts/X-startup-scripts-1.0.11-1.tar.bz2";
popd

Setup.hint
==========
sdesc: "start console programs with hidden console"
category: Base
requires: cygwin
ldesc: "run starts console programs with hidden console. It is required by X-startup-scripts"

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]