aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-01-22patch by dfaure so that the testfoo.shell wrapper is used when runningAllen Winter
'make test' on Unix. We want to do this because testfoo.shell uses the runpath that points to our builddir, rather than installdir. this way, you no longer need to run make install before running make test. as discussed on kde-buildsystem svn path=/trunk/KDE/kdelibs/; revision=764809
2008-01-21Increase the GENERIC_VERSION strings.Allen Winter
Probable relinking of all trunk will be needed once you build with the new string. svn path=/trunk/KDE/kdelibs/; revision=764348
2008-01-21Honor Soprano_FIND_REQUIRED in version checkSebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=764199
2008-01-20-default minimum version 0.18 (as shipped with KDE 4.0.0), but now user ↵Alexander Neundorf
overridable, used in mimetypes/CMakeLists.txt (see discussion on k-c-d, http://lists.kde.org/?t=119953210500006 ) Alex CCMAIL: toscano.pino@tiscali.it are there more places where this is used ? svn path=/trunk/KDE/kdelibs/; revision=764073
2008-01-19* Make the Soprano minimum version configurable with a default of 1.99 for ↵Sebastian Trueg
backwards compatibility. svn path=/trunk/KDE/kdelibs/; revision=763296
2008-01-17Strinctly require shared-mime-info 0.20 or later.Pino Toscano
svn path=/trunk/KDE/kdelibs/; revision=762655
2008-01-16Min Soprano version is now 2.0Sebastian Trueg
svn path=/trunk/KDE/kdelibs/; revision=762185
2008-01-15say "4.1" when finding the internal include or lib.Allen Winter
mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=761874
2008-01-15fix itAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=761504
2008-01-14change find include dir message to be less specific about the KDE 4 minor ↵Allen Winter
version. svn path=/trunk/KDE/kdelibs/; revision=761382
2008-01-14Locate PCRE headers if they're in /SOMEINCLUDEDIR/pcreBernhard Rosenkraenzer
svn path=/trunk/KDE/kdelibs/; revision=761293
2008-01-13set USE_FULL_RPATH to OFF for APPLE since anything else leaves us with bad ↵Benjamin Reed
install_names svn path=/trunk/KDE/kdelibs/; revision=760906
2008-01-12turn off Intel C/C++ compiler remarks. they are a nuisance.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=760550
2008-01-12add -Wall to the Intel C/C++ compiler optionsAllen Winter
I wonder if we should also add -Wcheck? svn path=/trunk/KDE/kdelibs/; revision=760425
2008-01-12- if all packages were found, provide a message saying soAllen Winter
- cleanup the output a little. - not all found packages are optional; some are required. so reduce confusion by saying "external" instead. svn path=/trunk/KDE/kdelibs/; revision=760423
2008-01-11- libstreams is not enough, streamanalyzer is also needed (those two are ↵Josef Spillner
separate packages sometimes) svn path=/trunk/KDE/kdelibs/; revision=760011
2008-01-10make kde4_add_unit_test work properly on OSX together with non-NOGUI tests. ↵Marijn Kruisselbrink
I'm not entirely convinced this is the best way to fix it, but it seems to work fine (and it is at least better than the current situation). svn path=/trunk/KDE/kdelibs/; revision=759619
2008-01-09of course I notice the bug just after I committed it ;(Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=759070
2008-01-09fix installation of handbooks when DESTDIR installationDirk Mueller
is used svn path=/trunk/KDE/kdelibs/; revision=758943
2008-01-05SVN_SILENT: KDE4_ADD_WIN32_APP_ICON was renamed to KDE4_ADD_APP_ICONChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=757741
2008-01-04this one is already marked as ADVANCED aboveAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=757290
2008-01-04my first KDE 4.1 commit ;-)Alexander Neundorf
-add FREETYPE_INCLUDE_DIRS to make it compatible with the version in cmake cvs -everything lower case -FREETYPE_LIBRARIES doesn't need to be INTERNAL, STRING is better Alex svn path=/trunk/KDE/kdelibs/; revision=757150
2008-01-03Consistent naming for xf86misc - include and flag are xf86misc, lib is ↵Luboš Luňák
Xxf86misc. svn path=/trunk/KDE/kdelibs/; revision=756696
2008-01-02Add missing icon contexts to the kde4_install_icons() macro.Jakob Petsovits
In case you didn't know it (I didn't as of a few minutes ago): You can use the exact icon context names in the filenames of your installed icons. If you ever wondered where the "app" in ox22-app-mykdeapplication.png came from: that's just KDE 3 compatibility. Using the real name of the context, "apps", works just as well: ox22-apps-mykdeapplication.png (This also works with "actions", "status", "places" and whatever icon contexts the icon naming specification defines.) svn path=/trunk/KDE/kdelibs/; revision=756013
2007-12-31Change the KDE4_CREATE_HANDBOOK macro so that the current source directory ↵Ingo Klöcker
is used as working directory when running meinproc4. This way meinproc4 can find the *.docbook files referenced by index.docbook and sitting next to index.docbook in the source dir. This fixes handbook creation for index.docbook files with references to other *.docbook files. svn path=/trunk/KDE/kdelibs/; revision=755195
2007-12-31clean up - add 128px icon and remove _namePatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=755068
2007-12-30Use Ralf's approach - with a little change it also supports subdirs so we've ↵Patrick Spendrin
no point against it anymore :) CCMAIL: Ralf.Habacker@freenet.de svn path=/trunk/KDE/kdelibs/; revision=754837
2007-12-30change KDE4_ADD_APP_ICON to act exactly like KDE4_ADD_WIN32_APP_ICON as the ↵Patrick Spendrin
former did not work correct / was to unflexible CCMAIL: Ralf.Habacker@freenet.de svn path=/trunk/KDE/kdelibs/; revision=754803
2007-12-30- added new macro KDE4_ADD_APP_ICON, which is used for adding application ↵Ralf Habacker
icons on win32 and mac osx - marked KDE4_ADD_WIN32_APP_ICON as deprecated svn path=/trunk/KDE/kdelibs/; revision=754677
2007-12-29Needs by kaudiocreator and k3b (not necessary to have a FindKCDDB)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=754217
2007-12-26also search for X11R7Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=753207
2007-12-22Don't require FindKDEWIN to succeed, its just a convenience thing to not ↵Andreas Pakulat
have to set CMAKE_INCLUDE_PATH and CMAKE_LIB_PATH when installing gnuwin32 libs into a "known" place (like C:\Program Files\win32libs). But that breaks things like emerge which already set the two variables and thus don't set KDEWIN_DIR and don't need to set it. If the convenience thing isn't needed FindKDEWIN.cmake can be removed completely CCMAIL:kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=751844
2007-12-21CMAKE_LIBRARY_PATH is AFAIK an environment variable and thus contains native ↵Andreas Pakulat
paths, so convert them to cmake paths before handing them to find_library svn path=/trunk/KDE/kdelibs/; revision=751355
2007-12-21fix the required-logic in this fileAndreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=751346
2007-12-20turn-off all debugging messages in "Release Mode"Allen Winter
as discussed on the kde-buildsystem mailing list. svn path=/trunk/KDE/kdelibs/; revision=750964
2007-12-20SVN_SILENT: okular works now with freetype-support for dviPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=750771
2007-12-20small change for non-pkgconfig configurationsPatrick Spendrin
svn path=/trunk/KDE/kdelibs/; revision=750767
2007-12-19-fix RPATH change from yesterdayAlexander Neundorf
The libs and plugins were built with RPATH, but with the install RPATH, which means that if you run some executable during the build, it may get installed libs, since the RPATH in the libs points to the install dir. Now the libs are linked with the RPATH to the build dir, and when installing they are relinked. This unfortunately takes some time. There are two ways around it: -set KDE4_USE_ALWAYS_FULL_RPATH to FALSE, then you will have the old behaviour or -use cmake cvs and current kdesupport, then the RPATH will be changed not by linking again but by running chrpath on the installed binary, which takes basically no time Alex svn path=/trunk/KDE/kdelibs/; revision=750683
2007-12-19-better commentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=750668
2007-12-19-synced partly with cmake cvs FindQt4.cmake: optional OPTIONS argument for ↵Alexander Neundorf
some of the macros Alex svn path=/trunk/KDE/kdelibs/; revision=750657
2007-12-18fix commentAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=750066
2007-12-18Fixup for the nodefault lib msvc stuff, it now uses the same method we use ↵Shane King
in FindQt4 for setting flags via a macro and forcing them to the cache. This should allow it to work with the .sln generator too. svn path=/trunk/KDE/kdelibs/; revision=749881
2007-12-17make the option KDE4_USE_ALWAYS_FULL_RPATH default to TRUE, so shared libs ↵Alexander Neundorf
will be built with RPATH this is correct, but make install will now take longer, since now also shared libs have to be relinked Alex svn path=/trunk/KDE/kdelibs/; revision=749796
2007-12-17switch order of arguments as suggestedAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=749769
2007-12-17-mark more variables as advancedAlexander Neundorf
-some cosmetics (indentation etc.) Alex svn path=/trunk/KDE/kdelibs/; revision=749753
2007-12-17As discussed on kde-buildsystem, add --enable-new-dtags to the linker flags ↵David Faure
on linux+gcc. This makes ./kmyunittest.shell work as expected, i.e. it uses the locally built libs instead of the installed ones. svn path=/trunk/KDE/kdelibs/; revision=749514
2007-12-16use FindPkgConfig instead of UsePkgConfigAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=749197
2007-12-16complete rewrite.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=749189
2007-12-16new macro MACRO_APPEND_IF(var condition value1..valuen)Alexander Neundorf
can be used to simplify code: macro_append_if(mySrcs SOMELIB_FOUND file1.cpp file2.cpp) instead of if(SOMELIB_FOUND) set(mySrcs file1.cpp file2.cpp) endif(SOMELIB_FOUND) Alex svn path=/trunk/KDE/kdelibs/; revision=749077
2007-12-16no need to have different success messages for Windows and UNIXAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=749036