aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-26-improved version checking using the new syntax of ↵Alexander Neundorf
Find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179891
2010-09-26-improved version checking using the new mode of ↵Alexander Neundorf
Find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179890
2010-09-26-use find_package_handle_standard_args()Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1179886
2010-09-26-improve version checking for LCMS using the new mode of ↵Alexander Neundorf
find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179880
2010-09-26-improved version checking using the new mode of ↵Alexander Neundorf
find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1179877
2010-09-26SVN_SILENT buildChristoph Feck
svn path=/trunk/KDE/kdelibs/; revision=1179873
2010-09-26-improve version checking for LibAtticaAlexander Neundorf
- use the new FPHSA() mode - store the found version in the cache Alex svn path=/trunk/KDE/kdelibs/; revision=1179861
2010-09-26-FORCE the version number into the cache, so we get updated when necessaryAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1179857
2010-09-26-store the version number of SharedMimeInfo in the cache, so we don't have ↵Alexander Neundorf
to search for it everytime again Alex svn path=/trunk/KDE/kdelibs/; revision=1179854
2010-09-26-compatibility fixesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1179850
2010-09-26-Use the new extended find_package_handle_standard_args() syntax for version ↵Alexander Neundorf
checking -support the standard find_package() syntax for specifying the minimum version Alex svn path=/trunk/KDE/kdelibs/; revision=1179848
2010-09-21-when using cmake >= 2.8.3, use FeatureSummary.cmake to automatically create ↵Alexander Neundorf
a log file for all find_package() calls. As discussed at Akademy, this can be used by build maintainers to be notified for changing requirements Alex svn path=/trunk/KDE/kdelibs/; revision=1177972
2010-09-02Prefix with KDE4_ as requested by Alexander.David Faure
Second full recompile, everyone :) svn path=/trunk/KDE/kdelibs/; revision=1171144
2010-09-02Add support for showing file and line number in debug output. Based on idea ↵David Faure
by MaikB on IRC. Export KDE_DEBUG_FILELINE=1 to see it. Documented on http://techbase.kde.org/KDE_System_Administration/Environment_Variables. CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=1171053
2010-08-27Removing FindHUpnp.cmake from the list of cmake modules to be installed.Paulo Romulo
svn path=/trunk/KDE/kdelibs/; revision=1168851
2010-08-27SVN_SILENT Using DEFAULT_MSG in find_package_handle_standard_args() at ↵Paulo Romulo
FindHUpnp.cmake module. svn path=/trunk/KDE/kdelibs/; revision=1168596
2010-08-27Building Solid UPnP backend by default now. HUPnP library required.Paulo Romulo
svn path=/trunk/KDE/kdelibs/; revision=1168594
2010-08-25-sync FindPackageHandleStandardArgs.cmake with the version from cmake ↵Alexander Neundorf
master, in order to stay compatible with future cmake releases. Our FindPackageHandleStandardArgs.cmake had automatic check for the version number by guessing the name of the variable which contains the version number. This didn't make it into cmake, but instead an extendible version where you can specify what you want. FindEigen2.cmake is already converted, it looks like this: find_package_handle_standard_args(Eigen2 REQUIRED_VARS EIGEN2_INCLUDE_DIR VERSION_VAR EIGEN2_VERSION) Additionally a FAIL_MESSAGE can be specified. VERSION_VAR is optional. This must be merged in the 4.5. branch if we don't find any issues. Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1167973
2010-08-24-use consistent casing within each file, remove unnecessary checksAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1167513
2010-08-24-fix indentation, all lower-caseAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1167511
2010-08-24-use consistently all lowercase hereAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1167505
2010-07-314.5 -> 4.6Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=1157534
2010-07-28-extend the documentation for KDE4_ADD_LIBRARY() a bitAlexander Neundorf
-remove wrong comment about WITH_PREFIX -CMP0011 is now always there since we require cmake 2.6.4 Alex svn path=/trunk/KDE/kdelibs/; revision=1156242
2010-07-26remove accidental content duplication and unneeded lines after reviewRomain Pokrzywka
CCMAIL:neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=1155054
2010-07-23Use PYTHON_SITE_PACKAGES_INSTALL_DIR for installing python modules. SeeMichael Jansen
FindPythonLibrary.cmake for an explanation of the variable. CCMAIL: kde-bindings@kde.org svn path=/trunk/KDE/kdelibs/; revision=1153602
2010-07-23MakeMichael Jansen
ADD_SIP_PYTHON_MODULE( test example.sip ...) work. Notice that there is no directory part before example.sip. This should have no impact on existing code. CCMAIL: kde-bindings@kde-org svn path=/trunk/KDE/kdelibs/; revision=1153601
2010-07-18add a debug area for kcalutilsAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=1151236
2010-07-18install FindWcecompat.cmake (needed by FindKDEWin.cmake)Romain Pokrzywka
svn path=/trunk/KDE/kdelibs/; revision=1151234
2010-07-17add debug area for the new kdepimlibs/kcalcore libraryAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=1151050
2010-07-15- fixed finding of png2ico for desktop buildsAndreas Holzammer
svn path=/trunk/KDE/kdelibs/; revision=1150127
2010-07-14- find for wince the right xsltprocAndreas Holzammer
svn path=/trunk/KDE/kdelibs/; revision=1149808
2010-07-13- added wcecompat as dependency of kdewin so that if kdewin is linked ↵Andreas Holzammer
wcecompat is also linked svn path=/trunk/KDE/kdelibs/; revision=1149495
2010-07-13- changed findscript for wince to find the host generatorAndreas Holzammer
svn path=/trunk/KDE/kdelibs/; revision=1149380
2010-07-13- disabled nepomuk backends for wince at this time, because we dont have ↵Andreas Holzammer
backend at this time - needs to be fixt in the future svn path=/trunk/KDE/kdelibs/; revision=1149282
2010-07-12- fixed some find scripts for winceAndreas Holzammer
svn path=/trunk/KDE/kdelibs/; revision=1149092
2010-07-12- made kdelibs compile for winceAndreas Holzammer
- disabled some functionality for wince - changed some stuff to unicode functions svn path=/trunk/KDE/kdelibs/; revision=1149056
2010-07-08Make PYTHON_SITE_PACKAGES_INSTALL_DIR an absolute path.Michael Jansen
CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1147584
2010-07-06Fix target name assumption in KDE4_ADD_APP_ICON together with AlexSjors Gielen
Made error messages and variables in that macro be more clear, and fixed the documentation to reflect that svn path=/trunk/KDE/kdelibs/; revision=1146718
2010-07-05KDE on windows:Nick Shaforostoff
revert the part of 992670 commit that is not explained in the commit message. it broke release mode for visual studio (unconditionally setting kdewind as a library for linking) CCMAIL: Ralf.Habacker@saght.tessag.com svn path=/trunk/KDE/kdelibs/; revision=1146382
2010-06-30Restore required phonon version.Stephen Kelly
svn path=/trunk/KDE/kdelibs/; revision=1144749
2010-06-30find docbook xsl also on slackwareAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1144744
2010-06-30Separate Private class methods from public interface implementation.Stephen Kelly
svn path=/trunk/KDE/kdelibs/; revision=1144740
2010-06-30No need to force CMake colors anymore, see discussion ↵Maciej Mrozowski
http://lists.kde.org/?l=kde-buildsystem&m=127784710709842&w=2 svn path=/trunk/KDE/kdelibs/; revision=1144480
2010-06-29Updated libdbusmenu-qt urlAurélien Gâteau
svn path=/trunk/KDE/kdelibs/; revision=1144002
2010-06-24-remove wrong status message, this was a left over from r882594 Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1142413
2010-06-24Make PYTHON_SITE_PACKAGES_INSTALL_DIR honor LIB_SUFFIX.Michael Jansen
svn path=/trunk/KDE/kdelibs/; revision=1142400
2010-06-23-add cache variable PYTHON_SITE_PACKAGES_INSTALL_DIR, this can be used as ↵Alexander Neundorf
install destination for python modules, PYTHON_SITE_PACKAGES_DIR should not be used, since this most probably requires root permissions- The new variable can be adjusted via the cache. Also, this patch removes the PYTHON_LIBS_WITH_KDE_LIBS switch, this was undocumented, and anything with "KDE" in the name shouldn't appear in "FindPythonLibrary.cmake". Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=1141934
2010-06-22-call FindLibPy.py directly from the same directory, no need to use ↵Alexander Neundorf
find_file() here Alex svn path=/trunk/KDE/kdelibs/; revision=1141467
2010-06-22-consistenly use lowercasing in this fileAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1141452
2010-06-21-add some comments where the export-files come fromAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1140916