summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigPaths.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use share/inkscape subfolder on WindowsPatrick Storz2019-06-061-17/+8
| | | | First part of https://gitlab.com/inkscape/inkscape/issues/82
* Improve deb generation and install scriptsMarc Jeanmougin2019-03-151-3/+2
|
* Fix install location of .mo filesEduard Braun2018-10-121-1/+1
| | | | | | | .mo files were copied to e.g. "en.mo" instead of "inkscape.mo" This was broken after e939fcccf36f2a89435b0f8328db9be32ce3b600 as there was one tiny customization in our copy of FindGettext.cmake
* config.h - remove all defines we never useEduard Braun2018-10-011-2/+0
| | | | | (strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but let's keep them for now)
* Misc. typosluz.paz2018-09-111-1/+1
| | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
* Refactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a ↵Eduard Braun2017-06-151-1/+1
| | | | different data directory by setting the environment variable INKSCAPE_DATADIR at runtime
* cmake: Store defauklt CMAKE_INSTALL_PREFIX to cache, otherwise it will be ↵Eduard Braun2017-05-141-1/+2
| | | | | lost on subsequent runs (bzr r15692)
* cmake/Windows: convert all 'DESTINATION's to relative paths and allow easy ↵Eduard Braun2017-05-091-1/+3
| | | | | customization of install location via 'CMAKE_INSTALL_PREFIX' (bzr r15681)
* CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun2016-11-261-0/+2
| | | | | This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278)
* Fixing build for Linux.Sebastian Faubel2016-07-061-20/+20
| | | | | Replaced tabs with whitespaces. (bzr r15002.1.7)
* Fixed config.h defines to point to the right locations for data (icons) and ↵Sebastian Faubel2016-07-061-1/+12
| | | | | locales. (bzr r15002.1.5)
* Refactored the path settings and install scripts.Sebastian Faubel2016-07-051-161/+12
| | | | | Fixed build for 32-Bit devlibs. (bzr r15002.1.3)
* Fixed locales.Sebastian Faubel2016-07-041-1/+1
| | | (bzr r15002.1.2)
* Merge with trunk.Sebastian Faubel2016-07-021-0/+150
| | | (bzr r15002.1.1)
* cmake: Fix code style for consistencyBryce Harrington2016-01-171-13/+13
| | | | | | Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
* cmake: Cleanup comments a bitBryce Harrington2016-01-171-24/+1
| | | (bzr r14595)
* Added translations to the cmake build (1451236)houz2015-08-161-1/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1451236 (bzr r14304)
* cmake: Bring cmake installation in line with autotools (bug #1451481)houz2015-05-081-1/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1451481 (bzr r14128)
* Gcodetools have been upgraded to v. 1.7.Nick Drobchenko2011-07-051-31/+31
| | | (bzr r10417)
* Cmake: minor fixesJoshua L. Blocher2009-01-101-8/+8
| | | (bzr r7104)
* Cmake: More Dependency work, added new filesJoshua L. Blocher2008-05-251-3/+5
| | | (bzr r5754)
* Cmake: Find Dependencies rebuiltJoshua L. Blocher2008-05-221-1/+1
| | | (bzr r5731)
* Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own fileJoshua L. Blocher2008-05-031-1/+1
| | | (bzr r5590)
* Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher2008-05-021-0/+29
Linking checking to help resolve linking issues (bzr r5576)