Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-27 | require Phonon: better error messages | Matthias Kretz | |
svn path=/trunk/KDE/kdelibs/; revision=813267 | |||
2008-05-26 | now it should be fully compatible again | Matthias Kretz | |
svn path=/trunk/KDE/kdelibs/; revision=813026 | |||
2008-05-26 | try harder to find the right directory | Matthias Kretz | |
svn path=/trunk/KDE/kdelibs/; revision=813024 | |||
2008-05-26 | ups | Matthias Kretz | |
svn path=/trunk/KDE/kdelibs/; revision=813013 | |||
2008-05-26 | find and use installed Phonon | Matthias Kretz | |
svn path=/trunk/KDE/kdelibs/; revision=813005 | |||
2008-05-23 | -use BUNDLE DESTINATION on all cmake versions starting with 2.6, i.e. also 2.7 | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=811505 | |||
2008-05-22 | make DBus work with Qt4 as frameworks | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=811204 | |||
2008-05-22 | Search nepomuk/global.h which is in kde 4.1 and not in kde 4.0 | Laurent Montel | |
because some guy has a kde4.0 with headers, but kde4.1 doesn't compile (kdebase/dolphin) with old nepomuk. It will fix check. svn path=/trunk/KDE/kdelibs/; revision=811179 | |||
2008-05-20 | revert exiting if SM or ICE isn't found. | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=810500 | |||
2008-05-20 | be extra careful about libICE and libSM prerequisites since many | Allen Winter | |
distros have separate development packages for these. complain if they aren't installed. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=810372 | |||
2008-05-20 | perform discovery on X11/SM. | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=810354 | |||
2008-05-14 | We need at least version 0.5.9 because of some serious bug fixes. | Jos van den Oever | |
svn path=/trunk/KDE/kdelibs/; revision=807822 | |||
2008-05-14 | the _dummy.cpp file for kdeinit executables doesn't need to have automoc4 to ↵ | Matthias Kretz | |
run on it svn path=/trunk/KDE/kdelibs/; revision=807733 | |||
2008-05-10 | -use automoc4 from kdesupport if available, otherwise fallback to the one ↵ | Alexander Neundorf | |
from kdelibs. In a few weeks automoc4 from kdesupport will be required. Alex CCMAIL: kretz@kde.org svn path=/trunk/KDE/kdelibs/; revision=806300 | |||
2008-05-10 | -rename KDE4_GET/SET_CUSTOM_PROPERTY() to _KDE4..., so they are clearly ↵ | Alexander Neundorf | |
marked as internal and not for public use Alex svn path=/trunk/KDE/kdelibs/; revision=806159 | |||
2008-05-08 | add two more include dirs | Christian Ehrlicher | |
can't we switch to FindBoost from cmake 2.6.0? CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=805536 | |||
2008-04-28 | major rewrite: | Allen Winter | |
- Nepomuk depends on Soprano, so we check for Soprano too, if not already checked for. IOW: you no longer need to check for Soprano separately first in order to successfully use Nepomuk. - use FindPackageHandleStandardArgs() svn path=/trunk/KDE/kdelibs/; revision=802159 | |||
2008-04-26 | more syncing with cmake cvs | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=801586 | |||
2008-04-26 | -minor syncing with FindQt4.cmake from cmake cvs | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=801584 | |||
2008-04-26 | -add FindBoost.cmake from cmake 2.4.5, since the one from 2.6.9RC9 has a ↵ | Alexander Neundorf | |
problem with the cmake policies Alex svn path=/trunk/KDE/kdelibs/; revision=801447 | |||
2008-04-25 | ...this one too, install the new dummy file for windows kdeinit | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=801181 | |||
2008-04-25 | -modify kde4_add_kdeinit_executable() so that under windows no longer a ↵ | Alexander Neundorf | |
shared lib is created, but just a static library (which doesn't have to be installed), but which is used for linking, see discussion on kde-buildsystem Alex svn path=/trunk/KDE/kdelibs/; revision=801179 | |||
2008-04-25 | -lowercasing | Alexander Neundorf | |
-remove KDE4_ADD_TEST_EXECUTABLE(), which was deprecated and disabled before KDE 4.0.0 Alex svn path=/trunk/KDE/kdelibs/; revision=801160 | |||
2008-04-25 | -this file will be required by the modified kde4_add_kdeinit_executable() ↵ | Alexander Neundorf | |
for windows Alex svn path=/trunk/KDE/kdelibs/; revision=801155 | |||
2008-04-22 | Fix compile error | Eckhart Wörner | |
svn path=/trunk/KDE/kdelibs/; revision=799638 | |||
2008-04-21 | -add BUNDLE_INSTALL_DIR for OSX, location where application bundles will be ↵ | Alexander Neundorf | |
installed Alex svn path=/trunk/KDE/kdelibs/; revision=799615 | |||
2008-04-21 | SVN_SILENT: forgot to remove this line - no longer needed | Christian Ehrlicher | |
svn path=/trunk/KDE/kdelibs/; revision=799496 | |||
2008-04-21 | use the wonderful magic of 'PATH_SUFFIXES' to not forget about 'freetype2' ↵ | Christian Ehrlicher | |
directory anymore svn path=/trunk/KDE/kdelibs/; revision=799493 | |||
2008-04-16 | don't put set variables into the CACHE, per Brad King | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=797757 | |||
2008-04-15 | Provide variables for detection & use of public KJS API. | Harri Porten | |
svn path=/trunk/KDE/kdelibs/; revision=797436 | |||
2008-04-14 | revert the BUNDLE thing for now, apparently it is not backwards-compatible ↵ | Benjamin Reed | |
with cmake 2.4 svn path=/trunk/KDE/kdelibs/; revision=797071 | |||
2008-04-14 | work around a cmake 2.6 issue when building on OSX | Benjamin Reed | |
svn path=/trunk/KDE/kdelibs/; revision=797065 | |||
2008-04-14 | remove CACHE STRING here too | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=797051 | |||
2008-04-14 | remove CACHE STRING, which can cause problems. | Allen Winter | |
per Brad King. svn path=/trunk/KDE/kdelibs/; revision=797050 | |||
2008-04-13 | gcc 4.3 has the no-threadsafe-statics bug fixed | Dirk Mueller | |
svn path=/trunk/KDE/kdelibs/; revision=796352 | |||
2008-04-13 | it seems like this is the culprit for breaking all | Dirk Mueller | |
KDE modules if using cmake 2.6 svn path=/trunk/KDE/kdelibs/; revision=796351 | |||
2008-04-12 | Fall back to also asking pkg-config for PCRE. | Harri Porten | |
svn path=/trunk/KDE/kdelibs/; revision=796136 | |||
2008-04-11 | Find Qt also on OSX when compiled without frameworks, but with debugging. | Till Adam | |
svn path=/trunk/KDE/kdelibs/; revision=795721 | |||
2008-04-04 | Fixed an strange behaviour on the plasma finder. | Aleix Pol Gonzalez | |
svn path=/trunk/KDE/kdelibs/; revision=793596 | |||
2008-04-04 | don't break if ASOUND_LIBRARY_DIR is empty | Matthias Kretz | |
svn path=/trunk/KDE/kdelibs/; revision=793576 | |||
2008-04-03 | -mark some variables as advanced, so they don't appear in the not-advanced ↵ | Alexander Neundorf | |
view of cmake-gui and ccmake -some minor cosmetics (casing and spaces vs. tabs) Alex svn path=/trunk/KDE/kdelibs/; revision=793410 | |||
2008-04-03 | coding style | Matthias Kretz | |
svn path=/trunk/KDE/kdelibs/; revision=793392 | |||
2008-04-03 | patch by pusling to fix finding libasound, I wonder why it never broke for me | Matthias Kretz | |
BUG: 157258 svn path=/trunk/KDE/kdelibs/; revision=793381 | |||
2008-04-02 | -cmake 2.5 is not supported anymore | Alexander Neundorf | |
-adapt to policy stuff in current cmake cvs HEAD and 2.6 branch, so it builds again without cmake warnings Alex svn path=/trunk/KDE/kdelibs/; revision=792751 | |||
2008-03-27 | print a warning for those using cmake 2.5, next monday this will become an error | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=790915 | |||
2008-03-27 | never skip cmake_minimum_required(), otherwise cmake 2.6 generates warnings | Alexander Neundorf | |
Alex svn path=/trunk/KDE/kdelibs/; revision=790890 | |||
2008-03-27 | the akonadi library name is "akonadi-kde" | Allen Winter | |
also add new variables for the akonadi-kmime library svn path=/trunk/KDE/kdelibs/; revision=790859 | |||
2008-03-24 | Postgress can be installed in /usr/include/postgresql/ | Laurent Montel | |
svn path=/trunk/KDE/kdelibs/; revision=789583 | |||
2008-03-22 | add a DEMO_INSTALL_DIR variable, as a place to install demos. | Allen Winter | |
needed by Decibel. svn path=/trunk/KDE/kdelibs/; revision=788951 | |||
2008-03-21 | add variables for the Akonadi library. | Allen Winter | |
svn path=/trunk/KDE/kdelibs/; revision=788469 |