Fix qt-use-builddir-hack (didn't work after using it the first time)

Add kdecvs-pywizard to package.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=335046
wilder
Michael Pyne 22 years ago
parent a570a3875a
commit 0788392f9e
  1. 3
      HISTORY
  2. 9
      doc.html.in
  3. 4
      kdecvs-build
  4. 2
      make-package.sh

@ -1,3 +1,6 @@
Version history: 0.81
* Fix use-qt-builddir-hack to work on the second and subsequent runs.
Version history: 0.80
* Fixed an output quibble discovered by Michal Rokos
* Added set-env config option.

@ -65,6 +65,13 @@ those who either can't or don't feel like installing it.</p>
<p id="emailaddy">It is authored by Michael Pyne (mpyne (AT) grammarian (DOT) homelinux
(DOT) net), and is one of several build scripts for this purpose.</p>
<p><b>2004-Aug-02:</b> v0.81<br/>
Bugfixes:
<ul>
<li>Fixed <a href="#conf-use-qt-builddir-hack">use-qt-builddir-hack</a> to
work on the second and subsequent runs of kdecvs-build.</li>
</ul>
<p><b>2004-Jul-25:</b> v0.80<br/>
New features:
<ul>
@ -822,7 +829,7 @@ href="#options">.kdecvs-buildrc options</a>.
<div align="center" class="thankyou">
<font size="-1"><a href="http://www.cvsup.org/">CVSup</a> is a registered trademark of John D. Polstra.
<br/>
Last modified: Sun Jul 25 19:10:36 2004</font>
Last modified: Mon Aug 2 03:45:43 2004</font>
</div>
</body>
</html>

@ -1698,8 +1698,8 @@ sub setup_build_system
if ($module eq 'qt-copy' && get_option($module, 'use-qt-builddir-hack'))
{
if (log_command ('qt-copy', 'create-builddir', ['cp', '-a',
"$kdecvs/$module", "$builddir/qt-copy" ]))
if (log_command ('qt-copy', 'create-builddir', ['cp', '-af',
"$kdecvs/$module", "$builddir" ]))
{
print "Error creating qt-copy build system!\n";
return 0;

@ -12,7 +12,7 @@ VERSION_SUBST="s/\\\$VERSION/$VERSION/g"
# Other fun variables
WEB_PAGE_DIR="/var/www/localhost/htdocs/kdecvs-build"
FILE_LIST="HISTORY TODO AUTHORS COPYING doc.html \
kdecvs-build kdecvs-buildrc-sample option-list"
kdecvs-build kdecvs-buildrc-sample option-list kdecvs-pywizard"
FILE_NAME="kdecvs-build-$VERSION.tar.gz"
if [ $EUID -ne 0 ]; then

Loading…
Cancel
Save