summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* patch for translations path•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3456 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-09-011-1/+2
* reverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3401 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-08-051-1/+1
* removed checks on python* modules;•••added python version to the definitions; changed LIB_SUFFIX with better LIBDIR_SUFFIX; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3395 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-07-302-11/+24
* [KVIrc] (trunk) Revert r3376, r3374 didn't break Python.••• After testing and discussion with hellvis69 it was found, that the changes in r3374 didn't break Python support. A test build of r3391 (which includes the source code for the Python module) showed, that 1.) the module is linked against the SO, 2.) »python.load« and »python.begin [...] python.end« doesn't result in errors. Additionally this commit ensures, that the Python module is only build if CMake was called with WITH_PYTHON=YES as the Python code is still experimental. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3393 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-07-301-31/+9
* reverted cmake module for python since this commit breaks the whole python st...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3376 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-07-241-9/+31
* merge from kde trunk (r976874,976876)•••- if PHONON_INCLUDE_DIR is a framework directory on Mac OS X, we need to include the Headers/ subdir to read the .h file directly git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3375 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2009-07-241-1/+5
* [KVIrc] (trunk) Reduce number of shipped CMake modules and disable•••Python by default. KVIrc requires CMake 2.6 to build, the following modules are shipped with CMake (partly even in newer versions). - FindSubversion.cmake: part of CMake since 2.4, not needed anymore. - FindPackageHandleStandardArgs.cmake: available since 2.6.0. - FindSharedMimeInfo.cmake and MacroEnsureVersion.cmake: Only used if KDE4_FOUND is true and then we should use the KDE versions of those files. Updated: - FindPhonon.cmake: Synced to upstream's (KDE) version, though I'm not sure it ever worked as expected, if KDE isn't installed. - FindPython.cmake was updated to use FindPython{Interp,Libs}.cmake shipped with CMake. Python is not implemented yet, therefore we don't need to configure KVIrc for it. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3374 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-07-246-392/+22
* [KVIrc] (trunk) Remove custom uninstall target and raise CMake version.••• Remove the custom uninstall rule, which is identical to the one autogenerated by CMake. Fixes: CMake Policy violation CMP0002. Raise the minimally required CMake version to 2.6.4 as previous versions seem to have problems with erroring out if a required version of a found package wasn't high enough. Example: Since the new notifier code we require Qt 4.5.0 or newer, but some older CMake versions didn't error out if e.g. only Qt 4.3.x was found. Fixes: Issue reported by IRC user cpet. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3373 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-07-231-38/+0
* Brown paper bag commit for 5503.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3306 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-07-051-1/+1
* Bug fix for Debian bug #535873.••• A bashism was found by checkbashisms/Raphael Geissert and reported as #535873 to Debian's BTS. This commit replaces the Bash construct with a portable version. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3305 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-07-051-1/+1
* Don't pollute the source tree during the build.••• »cmake/translation.rules.txt« contained paths for filelist.txt files not prefixed with which led to a pollution of the source tree during the build. Catched by Lintian (see the package description page for more details <http://packages.debian.org/sid/lintian>). git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3265 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-06-221-4/+4
* fixed typos;•••added FindPython module; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3264 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-06-211-0/+80
* added missing macro, should fix #461•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3235 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-06-021-0/+117
* added localization patch from Arfrever, thank u•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3231 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-05-311-0/+2
* applied patch for including per freedesktop mimetypes definitions, thanks to ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3230 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2009-05-301-0/+76
* updates FSF address, thanks to Kebianizao for noticing•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3200 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Markus Rennings2009-05-082-2/+2
* missed 3 files in previous commit•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3196 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-05-073-0/+92
* re-enabled usage of esd, oss, oss+audiofile audio backends•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3195 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-05-071-1/+8
* small compilation fix for mingw•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3182 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-04-241-0/+2
* reenabled x86_asm and system_memmove compilation flags (disabled by default, ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3169 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-04-031-0/+2
* fix for #354; translators, please try to see if this fix completely closes th...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3042 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-01-271-6/+13
* 2nd round of mingw fixes•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2978 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-01-061-3/+4
* Installation fixes for MacOS X•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2924 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Thomas Kalla2008-11-261-1/+4
* Installation fix for MacOS X•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2922 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Thomas Kalla2008-11-251-2/+7
* (not so)fixed Python linking rules;•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2900 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-201-0/+1
* patched perl support for win32•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2886 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-181-1/+2
* re-enabled perl support; patched to work nicely with perl 5.10•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2872 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-11-172-5/+3
* applied patch to fix kvirc4.desktop, thanks to Arfrever•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2840 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-081-1/+3
* applied patch, thanks to GlaDiaC•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2832 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-11-061-0/+7
* removed soversion on modules•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2780 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-10-271-3/+1
* applied patch to follow LSB rules, thanks to GlaDiaC•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2778 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-10-272-1/+2
* fixed translation functions in torrent module;•••fixed CMake translation rules; updated translation files; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2731 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-10-141-7/+7
* Added kubuntu paths to FindPhonon.cmake•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2662 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-10-061-2/+3
* fixed rules for compatibility; replaced deprecated function•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2644 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-10-041-17/+24
* added doxygen comments;•••removed the last COMPILE_USE_QT4 define; updated TODO and ChangeLog; minor fixes; git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2573 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-251-2/+0
* fixed license template for kvilib•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2478 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-181-0/+24
* fix for vs2008+cmake on module linking•••removeod old "hires" and "lowres" theme directories added 4 missing cmakelists.txt in data/ updated win32 install instructions git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2393 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-09-031-1/+7
* Preliminary work to support webkit•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2379 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-09-011-0/+1
* indented code•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2377 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Elvio Basello2008-09-011-44/+42
* Modified FindSubversion.cmake to use svn XML output, not depending on locale....•••version) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2376 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-09-011-15/+16
* Fixed locale setting for Subversion•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2370 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-08-311-5/+1
* dinamic creation on Doxyfile; support for out-of-source builds•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2356 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-08-291-0/+1312
* Cmake checks for audiofile support•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2321 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2008-08-271-0/+1
* Added Phonon cmake module from KDE4, now using it.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2177 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-08-041-0/+57
* Removed stray msmerge call, fixing #193•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2159 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-08-011-1/+0
* Fixed configuration not from SVN working copy.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2096 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-07-181-1/+1
* Added modified version of FindSubversion.cmake, allowing getting revision num...•••Enabled getting revision number. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2090 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-07-181-0/+115
* Fixed kvirc-translations target•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2071 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-07-141-2/+2
* Added dependancy of message-update on message-extract•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2047 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-07-091-9/+9
* fixed bug #178: removed the old "guessing resource directory" routine and add...•••plus: some self-celebrating update git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2043 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2008-07-081-1/+1