kdesvn-build release 1.1
Released: 2006-Apr-04
Download it: kdesvn-build-1.1.tar.bz2 (42KB)
kdesvn-build 1.1 had the following changes from the prior release (1.0):
Bugfixes
- use-qt-builddir-hack is no longer optional. kdesvn-build will always make qt-copy into a separate build directory, even for Qt 3.
- Re-enable apply-qt-patches for qt-copy 4.
- qt-copy 4 is correctly installed now.
- The qt-copy apply_patches script is run in the source directory rather than the build directory.
- Slightly improve the check to see if unsermake is required, to only search against modules that we are building and that the user wants unsermake for.
- Use KDEDIRS rather than KDEDIR, which has been deprecated since the KDE 2 days.
- Do not ignore configure flags for the l10n module. (bug 116621).
Feature Additions
kdesvn-build supports the CMake build system, which is required to build KDE 4. kdelibs /trunk and a few other modules already require CMake. kdesvn-build will automatically do a clean rebuild if you were using unsermake before. See the KDE 4 with CMake Wiki for more information.
The new "cmake-options" option replaces "configure-flags" for modules that use CMake. See the CMake section in the documentation for more details (available online at the documentation section) Note that CMake has a different command line syntax than configure.
- Add --run option to run a given command with the same environment that kdesvn-build normally runs programs in. This isn't really helpful for shells since they generally reset the environment but it may be useful for developers.
- kdesvn-build handles the -prefix option for the Qt 4 configure automatically.
kdesrc-build - KDE Build Tool