Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdelibs/; revision=1144740
|
|
http://lists.kde.org/?l=kde-buildsystem&m=127784710709842&w=2
svn path=/trunk/KDE/kdelibs/; revision=1144480
|
|
svn path=/trunk/KDE/kdelibs/; revision=1144002
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1142413
|
|
svn path=/trunk/KDE/kdelibs/; revision=1142400
|
|
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
|
|
find_file() here
Alex
svn path=/trunk/KDE/kdelibs/; revision=1141467
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1141452
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1140916
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1140908
|
|
svn path=/trunk/KDE/kdelibs/; revision=1137956
|
|
svn path=/trunk/KDE/kdelibs/; revision=1137949
|
|
CMAKE_{C,CXX}_IMPLICIT_INCLUDE_DIRECTORIES.
As discussed on the kde-buildsystem mailing list, this is particularly
useful on systems such as FreeBSD, which have most of the libraries and
headers installed in /usr/local: CMake would not add -I/usr/include when
compiling code, but would do that with other directories such as
/usr/local.
This, in turn, would sometimes make the system-wide includes be added to
the include path before the local ones, which can lead to compilation
failures.
With this patch, if CPATH is properly set, directories such as /usr/local/*
will not be added by CMake when gcc is invoked.
For now, this works only with gcc, but can be extended to other compilers
if necessary.
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1135642
|
|
This commit removes the embedded copy of the currently used XML DTDs (4.2),
and uses the external DTD instead.
If you compile and update your existing installation, you can safely remove
the existing $KDEDIR/share/kde4/apps/ksgmltools2/docbook/xml-dtd-4.2.
The code does not use catalog.xml anymore, as our custom DTD (kdex.dtd)
includes (or seems to include) all the needed files directly or indirectly.
As kdex.dtd is generated dynamically (it depends on the path to
system-installed DTD), in order to generate the documentation during the
bootstrap phase (kdelibs documentation) the content of customization/
needs to be copied in the builddir and this copy (from the builddir itself)
is used for the generation.
svn path=/trunk/KDE/kdelibs/; revision=1134669
|
|
CCMAIL: luigi.toscano@tiscali.it
svn path=/trunk/KDE/kdelibs/; revision=1133834
|
|
CCMAIL:luigi.toscano@tiscali.it
svn path=/trunk/KDE/kdelibs/; revision=1132995
|
|
-use unset() now that we require cmake 2.6.4
-sync doc strings and line breaks
Alex
svn path=/trunk/KDE/kdelibs/; revision=1132356
|
|
svn path=/trunk/KDE/kdelibs/; revision=1130971
|
|
-remove docs for not existing DOCBOOKXML_OLDDTD_DIR variable
-use DOCBOOKXML_CURRENTDTD_DIR as first variable argument for find_package_handle_standard_args(), so the status message tells us where it has been found
Alex
CCMAIL: <luigi.toscano@tiscali.it>
svn path=/trunk/KDE/kdelibs/; revision=1130875
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1130873
|
|
with 4.5.
I exchanged emails on this with Harald, but unfortunately he didn't find the time to finish
this for 4.5. Guess we'll get it in good shape for 4.6 then (or maybe a 4.5.x)
Harald: could you please update the KDE_on_Maemo/MADDE page on techbase accordingly ?
Alex
CCMAIL: harry@kdevelop.org
svn path=/trunk/KDE/kdelibs/; revision=1130617
|
|
svn path=/trunk/KDE/kdelibs/; revision=1128329
|
|
svn path=/trunk/KDE/kdelibs/; revision=1128313
|
|
svn path=/trunk/KDE/kdelibs/; revision=1127602
|
|
that use version number in the path names, e.g. ArchLinux.
svn path=/trunk/KDE/kdelibs/; revision=1126482
|
|
This is (somewhat) less hackish than the previous approach and is
reportedly needed for OpenSolaris. It should work on all Fedora versions
past and future that use the same convention (and have the required DTD
version, of course) and for anything else with similar conventions.
svn path=/trunk/KDE/kdelibs/; revision=1126043
|
|
And also, more compact code
svn path=/trunk/KDE/kdelibs/; revision=1126024
|
|
svn path=/trunk/KDE/kdelibs/; revision=1125849
|
|
Older Fedoras will need to be added as required.
Rex is talking to Fedora about this.
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1125486
|
|
Approved on kde-core-devel and kde-buildsystem. This is the first
step to remove the embedded (outdated) copies of DocBook XML DTDs
and DocBook XSL stylesheet from kdelibs/kdoctools.
svn path=/trunk/KDE/kdelibs/; revision=1125172
|
|
-use QUIET also in pkg_search_module()
-synced with cmake version
Alex
svn path=/trunk/KDE/kdelibs/; revision=1124230
|
|
the standard system
link directories, like e.g. /usr/lib (which are listed in CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES,
which is set in Modules/Platform/UnixPaths.cmake)
Alex
svn path=/trunk/KDE/kdelibs/; revision=1124215
|
|
When using the Config-Mode with a -version-file then cmake automatically sets
the <module>_VERSION variable, but it uses the mixed-case that is used as
module name.
The logic in this file so far however always expected the version variable to be
all upper-case breaking the logic when using it in a simplified FindXxx.cmake module.
This happened to kdevplatform/kdevelop.
svn path=/trunk/KDE/kdelibs/; revision=1123271
|
|
svn path=/trunk/KDE/kdelibs/; revision=1122825
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1122812
|
|
Alex
svn path=/trunk/KDE/kdelibs/; revision=1121499
|
|
Alex
CCMAIL: kde-buildsystem@kde.org
svn path=/trunk/KDE/kdelibs/; revision=1121456
|
|
accessible to other projects built on top of kdelibs.
svn path=/trunk/KDE/kdelibs/; revision=1120432
|
|
svn path=/trunk/KDE/kdelibs/; revision=1120353
|
|
otherwise the macro doesn't work (i.e. it doesn't "see" the QUIET and REQUIRED options then)
Alex
svn path=/trunk/KDE/kdelibs/; revision=1120294
|
|
svn path=/trunk/KDE/kdelibs/; revision=1120015
|
|
svn path=/trunk/KDE/kdelibs/; revision=1120012
|
|
svn path=/trunk/KDE/kdelibs/; revision=1120007
|
|
svn path=/trunk/KDE/kdelibs/; revision=1119905
|
|
svn path=/trunk/KDE/kdelibs/; revision=1119094
|
|
svn path=/trunk/KDE/kdelibs/; revision=1118943
|
|
svn path=/trunk/KDE/kdelibs/; revision=1118756
|
|
svn path=/trunk/KDE/kdelibs/; revision=1116096
|
|
svn path=/trunk/KDE/kdelibs/; revision=1113028
|
|
svn path=/trunk/KDE/kdelibs/; revision=1111662
|