| Age | Commit message (Collapse) | Author |
|
to enable it again, remove the line 104, where KDE4_NEED_WRAPPER_SCRIPTS is set to false again
If you have current cmake cvs, you can then:
-enable CMAKE_SKIP_RPATH using ccmake, then everything will be built without RPATH
-disable CMAKE_SKIP_RPATH and enable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to both the build and the install dir
-disable CMAKE_SKIP_RPATH and disable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to the install dir
In all three cases no relinking will happen during install.
If built without RPATH to the builddir, the executables are executed using wrapper scripts named <name>.sh, e.g. kconfig_compiler.sh.
some changes to the kde3 stuff:
-renamed KDE3_ADD_KLM to KDE3_ADD_KDEINIT_EXECUTABLE
-removed KDE3_PLACEHOLDER
-removed KDE3_CREATE_LIBTOOL_FILE to KDE3_INSTALL_LIBTOOL_FILE
Please check whether it still works for you and let me know. I plan to move the KDE3 related files to cmake RSN.
CCMAIL: kde-buildsystem@kde.org
CCMAIL: b_mann@gmx.de
CCMAIL: christian.loose@hamburg.de
Alex
svn path=/trunk/KDE/kdelibs/; revision=516642
|
|
svn path=/trunk/KDE/kdelibs/; revision=515374
|
|
Other lib to convert for cmake
svn path=/trunk/KDE/kdelibs/; revision=514223
|
|
svn path=/trunk/KDE/kdelibs/; revision=514099
|
|
svn path=/trunk/KDE/kdelibs/; revision=514098
|
|
svn path=/trunk/KDE/kdelibs/; revision=511518
|
|
svn path=/trunk/KDE/kdelibs/; revision=511277
|
|
except KDE4_INCLUDE_DIR, since this is used for compiling and not for installing
-change the detection of KDE4_MODULE_DIR to use CMAKE_CURRENT_LIST_FILE
I could not commit to kio/kssl/kssl/, so this may break installing there
Alex
CCMAIL: kde-buildsystem@kde.org
CCMAIL: montel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=510826
|
|
-print the files on one line if there are at most three files
Alex
svn path=/trunk/KDE/kdelibs/; revision=510325
|
|
svn path=/trunk/KDE/kdelibs/; revision=510237
|
|
to kde4_install_libtool_file(dir_relative_to_install_prefix target)
-added variable KDE4_PLUGIN_INSTALL_DIR, used usually for installing plugins
-changed am2cmake accordingly
-edited FindLibXml2.cmake and FindLibArt so that they work correctly with CMAKE_INSTALL_PATH
-changed generated_findpackage_file accordingly
-some minor formatting changes
Alex
CCMAIL: montel@kde.org
svn path=/trunk/KDE/kdelibs/; revision=508458
|
|
now we can specify /usr/lib directory and not jsut usr/lib/kde4 for la lib
(necessary for .la installed into /usr/lib)
svn path=/trunk/KDE/kdelibs/; revision=506650
|
|
svn path=/trunk/KDE/kdelibs/; revision=506639
|
|
before it installed la lib just in /usr/lib/kde4
svn path=/trunk/KDE/kdelibs/; revision=506638
|
|
fix install lib on x86_64
svn path=/trunk/KDE/kdelibs/; revision=504772
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=502396
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=502383
|
|
-better support for libtool convenience libs
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501320
|
|
FindFoo.cmake files
-FindLibXml2.cmake and FindLibXslt.cmake: modules to find libxml2 and libxslt, generated by the script above
-some tuning in the other modules
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=501125
|
|
-use ${QT_INCLUDES} everywhere
-recognize QT3SUPPORTLIB and DCOP_LIB in am2cmake
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=499877
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=498666
|
|
-try to translate libtool -version-info
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=498499
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=498172
|
|
-major improvement of am2cmake: add libtool .la files found in LIBADD to TARGET_LINK_LIBRARIES and fix the loop for adding the libs
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=498154
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=497823
|
|
-support for libtool convenience libs by setting global vars which contain all their sources
for KDE4: am2cmake --kde4
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=497773
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=497484
|
|
Alex
svn path=/trunk/KDE/kdesdk/cmake/; revision=497482
|