summaryrefslogtreecommitdiffstats
path: root/CMakeScripts (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-29aboutbox: Gtk3 fixesAlexander Valavanis1-0/+24
2017-06-27GdkScreen deprecation fixesAlexander Valavanis1-0/+12
2017-06-22cmake/MSYS2: quick fix for poppler updateEduard Braun1-1/+1
2017-06-15Refactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a differen...Eduard Braun1-1/+1
2017-06-15Remove cmake checks for unused libraries.Elliott Sales de Andrade1-5/+0
2017-06-15Drop x11 dependency.Elliott Sales de Andrade2-16/+0
2017-06-15Remove cmake checks for unused sys/ headers.Elliott Sales de Andrade1-1/+0
2017-06-15Remove cmake checks for C89 headers.Elliott Sales de Andrade1-6/+0
2017-06-15Remove duplicated build checks.Elliott Sales de Andrade2-8/+1
2017-06-15Remove checks for unused functions.Elliott Sales de Andrade1-2/+0
2017-06-15Remove outdated checks for GTK+ functions.Elliott Sales de Andrade1-2/+0
2017-06-13cmake: Fix install target on Windows after 21c9bc7b2cf2fbda2ed1dd5841eb9333bb...Eduard Braun2-2/+2
2017-06-09cmake/MSYS2: Improve error output in case of for failing shell scripts in lis...Eduard Braun1-8/+19
2017-06-09cmake/MSYS2: Update for libicu58Eduard Braun1-3/+3
2017-05-29cmake/MSYS2: install python2-pillowEduard Braun1-1/+1
2017-05-29cmake/MSYS2: install python2-pillowEduard Braun1-1/+1
2017-05-23cmake/MSYS2: Include libyaml for xverb featureEduard Braun1-0/+1
2017-05-14cmake/MSYS2: Install translations for glib (required for help output on console)Eduard Braun1-0/+1
2017-05-14cmake: Store defauklt CMAKE_INSTALL_PREFIX to cache, otherwise it will be los...Eduard Braun1-1/+2
2017-05-09cmake/Windows: convert all 'DESTINATION's to relative paths and allow easy cu...Eduard Braun3-41/+43
2017-05-09cmake: Don't include 'ConfigPaths.cmake' twiceEduard Braun1-2/+0
2017-05-08cmake: do not install static libraries on WindowsEduard Braun1-4/+9
2017-05-08cmake: Correctly use 'install(TARGETS ...)' instead of 'install(FILES ...)' f...Eduard Braun2-39/+0
2017-05-08Build an inkview.com as consoler wrapper around inkview.exe to allow for prin...Eduard Braun1-0/+5
2017-05-04cmake/MSYS2: adjust fonts.conf to store fontconfig cache in AppDataEduard Braun1-0/+13
2017-05-03cmake/MSYS2: Exclude python testsuite from installEduard Braun1-1/+3
2017-04-29cmake: Do not build/install folders (data,modules,plugins)Eduard Braun2-34/+6
2017-04-29cmake/MSYS2: Only install a fixed list of Python extensions (instead of all e...Eduard Braun3-5/+161
2017-04-08cmake/MSYS2: Spell checking via gtkspell now workingEduard Braun1-0/+12
2017-03-08CMake: Don't install /share/locale on WindowsEduard Braun2-8/+0
2017-03-08CMake: Don't install /share/themes on WindowsEduard Braun2-6/+0
2017-03-08CMake: Prefer to install the genuine /hicolor/index.theme file in MSYS2 installsEduard Braun1-3/+4
2017-03-08CMake: Assume mingw-w64 for MinGW buildsEduard Braun1-8/+3
2017-03-05CMake: python2-numpy was missing dependenciesEduard Braun1-1/+5
2017-03-04Support for building with MSYS2Eduard Braun2-2/+232
2017-02-20CMake: Generate a dummy file in hicolor/index.theme to avoid bug 1659336 on W...Eduard Braun1-0/+4
2017-02-17partial fix bug 1640899mathog1-6/+9
2017-02-13CMake: Cosmetic fix for version stringEduard Braun1-1/+1
2017-02-13CMake: Include GSettings schemas into Windows installationEduard Braun1-0/+3
2017-02-04CMake: Remove duplicated check for sigc++Eduard Braun3-146/+0
2017-01-07Install the localized manpages in the correct directorymattia@debian.org1-1/+4
2016-12-02prevent use of string concat for compatibility with old cmakeMarc Jeanmougin1-1/+1
2016-11-26CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun2-1/+2
2016-11-07annotate custom builds, and add correct revno into make dist tarballsMarc Jeanmougin1-0/+10
2016-10-03beautify identsDmitry Zhulanov1-39/+35
2016-10-01fix cmake warning and remove whole xverbs code from compilation without yamlDmitry Zhulanov1-1/+1
2016-10-01disable xverb feature if WITH_YAML definedDmitry Zhulanov2-4/+11
2016-09-26add x-verbs supportDmitry Zhulanov2-0/+57
2016-09-11cmake: fix "make install" to actually produce a runnable distribution on WindowsEduard Braun1-46/+38
2016-09-03Update CMake checkerCampbell Barton1-89/+123