aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2007-04-05Search in /usr/include and /usr/local/include for FlexLexer.hAndreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=650937
2007-04-05fix typoPino Toscano
svn path=/trunk/KDE/kdelibs/; revision=650850
2007-04-05Fix cmake file when we require itLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=650763
2007-04-05Use cmake kde4 variableLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=650721
2007-04-05Fix ruby when it's requiredLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=650719
2007-04-05Fix it when akode is requiredLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=650718
2007-04-05Fix taglib cmake fileLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=650717
2007-04-04remove CheckCSourceRuns.cmake - we depend on a cmake version which shipsOswald Buddenhagen
it. svn path=/trunk/KDE/kdelibs/; revision=650505
2007-04-04emailfunctions is gone. renamed to kpimutils.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=650443
2007-04-04INCLUDE_DIR should not include -ILuboš Luňák
svn path=/trunk/KDE/kdelibs/; revision=650381
2007-04-04Freetype, not fontconfig.Luboš Luňák
svn path=/trunk/KDE/kdelibs/; revision=650344
2007-04-02Need to define this, to link knewstuffDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=649531
2007-04-02- it's called KNS2 now, we want old code to fail on purpose instead of by ↵Josef Spillner
accident svn path=/trunk/KDE/kdelibs/; revision=649500
2007-04-02Define KDE4_KDE3SUPPORT_LIBS while building kdelibs too, and the upcoming ↵David Faure
kfile lib svn path=/trunk/KDE/kdelibs/; revision=649201
2007-03-31Split sonnet between kdeui/kdecore ok'ed in januaryLaurent Montel
It will allow to add spellchecking into ktextedit New sonnet organization ok'ed by David. libsonnetcore/libsonnetui is removed now. svn path=/trunk/KDE/kdelibs/; revision=648519
2007-03-30Changed the services and servicetypes directories to "kde4/services" and ↵David Faure
"kde4/servicetypes" so that we never try to use a kde3 KPart into a kde4 application, and vice versa, and to avoid conflicts when installing both into the same prefix. This solution also leaves room for prepending a kde4/ in front of other resources if needed... maybe most of them, apart from those that affect $KDEHOME too (like config and data...) CCMAIL: kde-core-devel@kde.org svn path=/trunk/KDE/kdelibs/; revision=648276
2007-03-30we need the debug libs tooChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=648162
2007-03-29Merge changes from KDevelop's copy of FindFlex.cmake,Jakob Petsovits
as preparation for getting rid of it. svn path=/trunk/KDE/kdelibs/; revision=647835
2007-03-29SVN_SILENT: minorLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=647785
2007-03-29Remove kxmlcore library tests. This library is gone.Brad Hards
OK'd by David Faure. svn path=/trunk/KDE/kdelibs/; revision=647752
2007-03-28Now we requires qt4.3Laurent Montel
Please update your qt-copy/tarball Regards svn path=/trunk/KDE/kdelibs/; revision=647419
2007-03-26add a variable for the new kpimutils library.Allen Winter
the emailfunction variable can be removed soon. svn path=/trunk/KDE/kdelibs/; revision=646964
2007-03-26allow to use KDE4_PHONONUI_LIBS in kdelibsMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=646669
2007-03-24Copy this cmake file hereLaurent Montel
(it needs by kdepim and kdebase) I will remove it from kdepim and adapt kdebase next monday svn path=/trunk/KDE/kdelibs/; revision=646067
2007-03-23It's better to move it here that kdebaseLaurent Montel
because if we don't install kdebase and try to compile and other module which requires plasma we will have an error but we didn't know which error (just plasma cmake file not installed I will remove it from kdebase next monday svn path=/trunk/KDE/kdelibs/; revision=645811
2007-03-22Remove cmake file which is already merge into cmake official packageLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=645382
2007-03-19-require CMake 2.4.5Alexander Neundorf
-minor cleanups Alex svn path=/trunk/KDE/kdelibs/; revision=644423
2007-03-19small cleanupDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=644386
2007-03-19shared-mime-info related macros by Pino Toscano (thanks!)David Faure
svn path=/trunk/KDE/kdelibs/; revision=644190
2007-03-19Move duplicate module here (duplicate between kdemultimedia/amarok)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=644071
2007-03-18Add KDE4_CREATE_PO_FILES and KDE4_INSTALL_PO_FILES macroLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=643694
2007-03-17Add a cmake macro to search msgfmt program (need to Laurent Montel
generate po file) svn path=/trunk/KDE/kdelibs/; revision=643591
2007-03-16Move it into kdelibs (need by kdebase and amarok)Laurent Montel
I will remove it from these two module next monday svn path=/trunk/KDE/kdelibs/; revision=643161
2007-03-15Better cmake message which tells the use to use a recent SVN version. Keep ↵Jos van den Oever
this message until the api stabilizes (halfway april). svn path=/trunk/KDE/kdelibs/; revision=642883
2007-03-15cmake variables should all be prefixed, so use STRIGI_ for all variables in ↵Dominik Haumann
FindStrigi.cmake CCMAIL: Jos van den Oever <jos@vandenoever.info> Alex@dhs box svn path=/trunk/KDE/kdelibs/; revision=642853
2007-03-15Follow refactory in strigi. (2+3/3)Thomas Zander
* Renamed library * (mostly) Renamed namespace from 'jstreams' to 'Strigi' svn path=/trunk/KDE/kdelibs/; revision=642663
2007-03-14Fix display messageLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=642545
2007-03-14Copy this module here. It's duplicate between koffice/kdeedu.Laurent Montel
I will remove koffice/kdeedu copy next monday svn path=/trunk/KDE/kdelibs/; revision=642495
2007-03-14need both strigi libs on win32Christian Ehrlicher
FIXME: don't search for libs when they're already in the cache svn path=/trunk/KDE/kdelibs/; revision=642355
2007-03-13Why should ICE be required when using FindQt4? breaks when using this file ↵David Faure
elsewhere, like in strigi. svn path=/trunk/KDE/kdelibs/; revision=642263
2007-03-13add -F for finding qt in a non-default locationBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=642253
2007-03-12strigi now compiles fine on win32. Will provide a binary package in the next ↵Christian Ehrlicher
few days CCMAIL kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=641914
2007-03-11add a variable for the new kdepimlibs/kimap library.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=641519
2007-03-05This patch fixes finding Qt4 when installed as a framework on OS X. The ↵Caleb Tennis
original code simply implied that if Qt4 was installed as a framework, all of the components would be there. However, this patch actually verifies the components are installed and sets the appropriate _FOUND variables if they are found or not. Patch was originally submitted to kde-buildsystem. However, I'm guessing most current users aren't on OS X and using the framework install, so the impact is probably minimal at the moment. svn path=/trunk/KDE/kdelibs/; revision=639611
2007-03-05Somehow FindStrigi.cmake did not get committed before, here it is.Jos van den Oever
svn path=/trunk/KDE/kdelibs/; revision=639518
2007-03-02trying to make the output easier to parse. is this any better?Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=638668
2007-03-02formatting fixupsAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=638627
2007-03-01QtScript is static, no -frameworkBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=638192
2007-02-28fix X11 detection again. Whats the point of not searchingDirk Mueller
X11 in /usr/include, when it is actually installed there for almost all newer distros? svn path=/trunk/KDE/kdelibs/; revision=638102
2007-02-28-some formatting in FindX11.cmakeAlexander Neundorf
-only use check_library_exists() if libICE hasn_t been found -check that ICE has been found in FindQt4.cmake Alex This should help against the problem, right ? CCMAIL: winter@kde.org svn path=/trunk/KDE/kdelibs/; revision=638084