summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/ConfigPaths.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-06Use share/inkscape subfolder on WindowsPatrick Storz1-17/+8
First part of https://gitlab.com/inkscape/inkscape/issues/82
2019-03-15Improve deb generation and install scriptsMarc Jeanmougin1-3/+2
2018-10-12Fix install location of .mo filesEduard Braun1-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
2018-10-01config.h - remove all defines we never useEduard Braun1-2/+0
(strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but let's keep them for now)
2018-09-11Misc. typosluz.paz1-1/+1
Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
2017-06-15Refactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a ↵Eduard Braun1-1/+1
different data directory by setting the environment variable INKSCAPE_DATADIR at runtime
2017-05-14cmake: Store defauklt CMAKE_INSTALL_PREFIX to cache, otherwise it will be ↵Eduard Braun1-1/+2
lost on subsequent runs (bzr r15692)
2017-05-09cmake/Windows: convert all 'DESTINATION's to relative paths and allow easy ↵Eduard Braun1-1/+3
customization of install location via 'CMAKE_INSTALL_PREFIX' (bzr r15681)
2016-11-26CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun1-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)
2016-07-06Fixing build for Linux.Sebastian Faubel1-20/+20
Replaced tabs with whitespaces. (bzr r15002.1.7)
2016-07-06Fixed config.h defines to point to the right locations for data (icons) and ↵Sebastian Faubel1-1/+12
locales. (bzr r15002.1.5)
2016-07-05Refactored the path settings and install scripts.Sebastian Faubel1-161/+12
Fixed build for 32-Bit devlibs. (bzr r15002.1.3)
2016-07-04Fixed locales.Sebastian Faubel1-1/+1
(bzr r15002.1.2)
2016-07-02Merge with trunk.Sebastian Faubel1-0/+150
(bzr r15002.1.1)
2016-01-17cmake: Fix code style for consistencyBryce Harrington1-13/+13
Indentation to 4 spaces Prefer lower case for functions and macros (bzr r14596)
2016-01-17cmake: Cleanup comments a bitBryce Harrington1-24/+1
(bzr r14595)
2015-08-16Added translations to the cmake build (1451236)houz1-1/+3
Fixed bugs: - https://launchpad.net/bugs/1451236 (bzr r14304)
2015-05-08cmake: Bring cmake installation in line with autotools (bug #1451481)houz1-1/+7
Fixed bugs: - https://launchpad.net/bugs/1451481 (bzr r14128)
2011-07-05Gcodetools have been upgraded to v. 1.7.Nick Drobchenko1-31/+31
(bzr r10417)
2009-01-10Cmake: minor fixesJoshua L. Blocher1-8/+8
(bzr r7104)
2008-05-25Cmake: More Dependency work, added new filesJoshua L. Blocher1-3/+5
(bzr r5754)
2008-05-22Cmake: Find Dependencies rebuiltJoshua L. Blocher1-1/+1
(bzr r5731)
2008-05-03Cmake: Fixed HAVE_CAIRO_PDF and moved ConfigChecks to it's own fileJoshua L. Blocher1-1/+1
(bzr r5590)
2008-05-02Cmake: More cleanup moved all known paths into ConfigPaths.cmake and temp ↵Joshua L. Blocher1-0/+29
Linking checking to help resolve linking issues (bzr r5576)