summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Install.cmake (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CMake: Drop support for devlibs buildsPatrick Storz2019-03-311-219/+2
|
* Rename Linux metadata Issue fixvanntile2019-01-241-3/+3
|
* translate and install inkscape.appdata.xmlMarc Jeanmougin2019-01-141-0/+2
|
* CMake: Remove popt from dependenciesEduard Braun2018-11-211-2/+0
| | | | Not required anymore after 408cb49b5559a81ea803df64bf58457a5dd4bf16
* Clarify licensesMax Gaukler2018-11-081-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
* CMake: Fix for renamed NEWS fileEduard Braun2018-09-111-1/+1
| | | | (see eb2928ad13bd794e53b5631ffee997e48a764c51)
* Configure CPackMarc Jeanmougin2018-01-211-227/+227
|
* cmake: Fix install target on Windows after ↵Eduard Braun2017-06-131-1/+1
| | | | 21c9bc7b2cf2fbda2ed1dd5841eb9333bb274023
* cmake/Windows: convert all 'DESTINATION's to relative paths and allow easy ↵Eduard Braun2017-05-091-17/+17
| | | | | customization of install location via 'CMAKE_INSTALL_PREFIX' (bzr r15681)
* cmake: Correctly use 'install(TARGETS ...)' instead of 'install(FILES ...)' ↵Eduard Braun2017-05-081-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)
* cmake: Do not build/install folders (data,modules,plugins)Eduard Braun2017-04-291-17/+3
| | | | | They're empty, are only created on Windows and seem to be completely unused (bzr r15651)
* CMake: Don't install /share/locale on WindowsEduard Braun2017-03-081-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)
* CMake: Don't install /share/themes on WindowsEduard Braun2017-03-081-3/+0
| | | | | There's nothing we want but stuff we definitely don't need. (bzr r15582)
* CMake: Generate a dummy file in hicolor/index.theme to avoid bug 1659336 on ↵Eduard Braun2017-02-201-0/+4
| | | | | | | | Windows Fixed bugs: - https://launchpad.net/bugs/1659336 (bzr r15535)
* CMake: Include GSettings schemas into Windows installationEduard Braun2017-02-131-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)
* CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun2016-11-261-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)
* cmake: fix "make install" to actually produce a runnable distribution on WindowsEduard Braun2016-09-111-46/+38
| | | (bzr r15113)
* CMake on Windows produces same output as btool.Sebastian Faubel2016-07-261-1/+9
| | | | | | Added inkscape.com and icon to inkview.exe Added msysenv.sh to support compiling using MSYS. (bzr r15023.1.1)
* Fixing build for Linux.Sebastian Faubel2016-07-061-4/+1
| | | (bzr r15002.1.8)
* Fixing build for Linux.Sebastian Faubel2016-07-061-262/+253
| | | | | 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-2/+0
| | | | | locales. (bzr r15002.1.5)
* Added missing files.Sebastian Faubel2016-07-051-0/+273
(bzr r15002.1.4)