summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Install.cmake (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-31CMake: Drop support for devlibs buildsPatrick Storz1-219/+2
2019-01-24Rename Linux metadata Issue fixvanntile1-3/+3
2019-01-14translate and install inkscape.appdata.xmlMarc Jeanmougin1-0/+2
2018-11-21CMake: Remove popt from dependenciesEduard Braun1-2/+0
Not required anymore after 408cb49b5559a81ea803df64bf58457a5dd4bf16
2018-11-08Clarify licensesMax Gaukler1-3/+3
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-09-11CMake: Fix for renamed NEWS fileEduard Braun1-1/+1
(see eb2928ad13bd794e53b5631ffee997e48a764c51)
2018-01-23Configure CPackMarc Jeanmougin1-227/+227
2018-01-21Configure CPackMarc Jeanmougin1-227/+227
2017-06-13cmake: Fix install target on Windows after ↵Eduard Braun1-1/+1
21c9bc7b2cf2fbda2ed1dd5841eb9333bb274023
2017-05-09cmake/Windows: convert all 'DESTINATION's to relative paths and allow easy ↵Eduard Braun1-17/+17
customization of install location via 'CMAKE_INSTALL_PREFIX' (bzr r15681)
2017-05-08cmake: Correctly use 'install(TARGETS ...)' instead of 'install(FILES ...)' ↵Eduard Braun1-17/+0
for inkscape executables. It's not only more elegant, but it also makes the "install/strip" target work! Also convert DESTINATION to a relative path. As relative paths are relative to ${CMAKE_INSTALL_PREFIX}, it's effectively the same as before, but cmake does not properly handle absolute paths on Windows, see [1]. [1] https://gitlab.kitware.com/cmake/cmake/issues/16859 (bzr r15678)
2017-04-29cmake: Do not build/install folders (data,modules,plugins)Eduard Braun1-17/+3
They're empty, are only created on Windows and seem to be completely unused (bzr r15651)
2017-03-08CMake: Don't install /share/locale on WindowsEduard Braun1-4/+0
We only ever wanted "gtk30.mo" for translation of stock items. - As we stripped all stock items from our source we don't need it anymore - As there are *lots* of translations in MSYS2 we installed a huge amount of unneeded files (bzr r15583)
2017-03-08CMake: Don't install /share/themes on WindowsEduard Braun1-3/+0
There's nothing we want but stuff we definitely don't need. (bzr r15582)
2017-02-20CMake: Generate a dummy file in hicolor/index.theme to avoid bug 1659336 on ↵Eduard Braun1-0/+4
Windows Fixed bugs: - https://launchpad.net/bugs/1659336 (bzr r15535)
2017-02-13CMake: Include GSettings schemas into Windows installationEduard Braun1-0/+3
Fixes crash issue when trying to use GTK file dialogs (error: "GLib-GIO-ERROR **: No GSettings schemas are installed on the system") Fixed bugs: - https://launchpad.net/bugs/1663884 - https://launchpad.net/bugs/1663999 (bzr r15514)
2016-11-26CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun1-1/+0
This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278)
2016-09-11cmake: fix "make install" to actually produce a runnable distribution on WindowsEduard Braun1-46/+38
(bzr r15113)
2016-07-26CMake on Windows produces same output as btool.Sebastian Faubel1-1/+9
Added inkscape.com and icon to inkview.exe Added msysenv.sh to support compiling using MSYS. (bzr r15023.1.1)
2016-07-06Fixing build for Linux.Sebastian Faubel1-4/+1
(bzr r15002.1.8)
2016-07-06Fixing build for Linux.Sebastian Faubel1-262/+253
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-2/+0
locales. (bzr r15002.1.5)
2016-07-05Added missing files.Sebastian Faubel1-0/+273
(bzr r15002.1.4)