summaryrefslogtreecommitdiffstats
path: root/CMakeScripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* CMake/CPack: Set CPACK_PACKAGE_INSTALL_DIRECTORY only onceEduard Braun2018-01-281-2/+0
* CMake/CPack: CPackDeb only available on UNIXEduard Braun2018-01-281-16/+17
* Fix creation of icon-theme.cacheEduard Braun2018-01-281-0/+1
* Add FindNSIS and fix prefixMarc Jeanmougin2018-01-232-1/+56
* CPack fixesMarc Jeanmougin2018-01-221-16/+5
* Configure CPackMarc Jeanmougin2018-01-213-229/+308
* Support INKSCAPE_ICONPATH in the desktop fileTed Gould2018-01-131-0/+8
* Merge branch 'static_libs' of gitlab.com:Ede123/inkscapeMarc Jeanmougin2018-01-111-10/+0
|\
| * Do not install static librariesEduard Braun2018-01-091-10/+0
* | Explicitly link against libX11 for ld.goldTobias Ellinghaus2018-01-101-3/+11
|/
* Fix profiling buildEduard Braun2018-01-092-19/+9
* remove git remnantsMarc Jeanmougin2017-12-291-1/+1
* Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-48/+0
* Misc. typosluzpaz2017-12-041-2/+2
* Packaging/MSYS2: remove unneeded librariesEduard Braun2017-11-301-9/+0
* Packaging/MSYS2: include tcl/tk accessory filesEduard Braun2017-11-301-0/+7
* Misc. typosUnknown2017-11-071-3/+3
* fix buildMarc Jeanmougin2017-11-021-1/+1
* Remove deprecated GNOME VFSStefano Facchini2017-10-132-100/+0
* adapt to poppler 0.58David Tardon2017-09-071-0/+4
* cmake/MSYS2: drop unused dependencyEduard Braun2017-09-061-1/+0
* cmake/MSYS2: add missing dependenciesEduard Braun2017-08-261-0/+3
* MSYS2: disable use of bitmap fonts in fontconfigEduard Braun2017-07-301-0/+2
* cmake/MSYS2: Fix fontconfig's conf.d/ not being installedEduard Braun2017-07-291-1/+1
* CI/AppVeyor: Use dist-win targets and create installers on tagEduard Braun2017-07-241-13/+15
* cmake/MSYS2: install only required library translationsEduard Braun2017-07-231-6/+10
* delete old 7z archive, otherwise we try to add to itEduard Braun2017-07-231-0/+2
* cmake: Add 'dist-win-all' targetEduard Braun2017-07-231-0/+5
* cmake: Add 'dist' target to create Windows .msi installerEduard Braun2017-07-231-3/+44
* cmake: Add 'dist' target to create Windows .exe installerEduard Braun2017-07-231-0/+28
* cmake: Add 'dist' target to create Windows binary archiveEduard Braun2017-07-231-0/+38
* cmake: Prepare script for 'dist'-like targetsEduard Braun2017-07-232-5/+30
* cmake: update uninstall targetEduard Braun2017-07-201-0/+21
* cmake: cleanup man page generationEduard Braun2017-07-201-4/+4
* Cleanup: eliminate version from config.hEduard Braun2017-07-171-1/+1
* cmake: fix 'dist' target to actually include INKSCAPE_REVISIONEduard Braun2017-07-161-8/+8
* root dir tidying: move mingwenv.cmake -> CMakeScripts/ConfigEnvMinGW.cmakeEduard Braun2017-07-152-1/+189
* Add functionality to msys2checkdeps.py to check for libraries which were inst...Eduard Braun2017-07-131-1/+1
* cmake/MSYS2: Try to make the installation a bit more lenient towards version ...Eduard Braun2017-07-131-106/+104
* cmake/MSYS2: update with missing libs detected with script from previous commitEduard Braun2017-07-131-10/+15
* Improve revision formatEduard Braun2017-07-111-6/+6
* cmake: fix inkscape-version for linked worktreesEduard Braun2017-07-081-1/+1
* Merge branch 'su-v/inkscape-fix-MSYS2-libsoup-req'Eduard Braun2017-07-061-0/+2
|\
| * Update MSYS2 port for new dependency (libsoup)su-v2017-07-061-0/+2
* | Fix DefineDependsandFlags.cmake (remove spaces in pkg_check_modules)Marc Jeanmougin2017-07-061-2/+1
* | http: Migrate to new LibSoup APIAlexander Valavanis2017-07-061-1/+1
|/
* Add new libsoup based http access with caching and asyncMartin Owens2017-07-061-1/+4
* Update InstallMSYS2.cmake for latest libgfortransu-v2017-07-041-1/+1
* Fix version strings to work on windows & unixsu-v2017-07-011-7/+6
* Merge branch 'hacking' of gitlab.com:__chr__/inkscapeMarc Jeanmougin2017-06-302-1/+76
|\