<feed xmlns='http://www.w3.org/2005/Atom'>
<title>inkscape/CMakeScripts/ConfigPaths.cmake, branch livecoding</title>
<subtitle>An experimental livecoding plugin for Inkscape</subtitle>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/'/>
<entry>
<title>Use share/inkscape subfolder on Windows</title>
<updated>2019-06-06T23:20:42+00:00</updated>
<author>
<name>Patrick Storz</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2019-06-06T22:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=47ba544abac1dc54a73a44b2b8eec45d92cb83a1'/>
<id>47ba544abac1dc54a73a44b2b8eec45d92cb83a1</id>
<content type='text'>
First part of https://gitlab.com/inkscape/inkscape/issues/82
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First part of https://gitlab.com/inkscape/inkscape/issues/82
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve deb generation and install scripts</title>
<updated>2019-03-15T00:53:59+00:00</updated>
<author>
<name>Marc Jeanmougin</name>
<email>marc@jeanmougin.fr</email>
</author>
<published>2019-03-15T00:53:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=083575fad08c2dae525daf9f060ba3fb1c43bfec'/>
<id>083575fad08c2dae525daf9f060ba3fb1c43bfec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix install location of .mo files</title>
<updated>2018-10-12T21:06:24+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-10-12T21:06:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=90f9542cbcee8e99d3be7f11ce594ae65b6cb16d'/>
<id>90f9542cbcee8e99d3be7f11ce594ae65b6cb16d</id>
<content type='text'>
.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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.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
</pre>
</div>
</content>
</entry>
<entry>
<title>config.h - remove all defines we never use</title>
<updated>2018-10-01T22:50:12+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2018-09-30T18:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=201c7d76d3c6432e18de93cba1974f1af5c7a14d'/>
<id>201c7d76d3c6432e18de93cba1974f1af5c7a14d</id>
<content type='text'>
(strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but
 let's keep them for now)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but
 let's keep them for now)
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc. typos</title>
<updated>2018-09-11T19:26:04+00:00</updated>
<author>
<name>luz.paz</name>
<email>luzpaz@users.noreply.github.com</email>
</author>
<published>2018-06-30T12:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=d598a3a5662a0ce6d60b39d272fce9a278b348aa'/>
<id>d598a3a5662a0ce6d60b39d272fce9a278b348aa</id>
<content type='text'>
Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor 1a66c0aae0da7c3b860d06e72f5ff87f444bc462 and allow to use a different data directory by setting the environment variable INKSCAPE_DATADIR at runtime</title>
<updated>2017-06-15T19:45:48+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>Eduard.Braun2@gmx.de</email>
</author>
<published>2017-06-15T19:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=2cf0d896e314d46767ec2c0f7e2734473f523490'/>
<id>2cf0d896e314d46767ec2c0f7e2734473f523490</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: Store defauklt CMAKE_INSTALL_PREFIX to cache, otherwise it will be lost on subsequent runs</title>
<updated>2017-05-14T15:48:05+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2017-05-14T15:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=aafd57bd9a86853df3d4b369df16d8a555908baf'/>
<id>aafd57bd9a86853df3d4b369df16d8a555908baf</id>
<content type='text'>
(bzr r15692)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15692)</pre>
</div>
</content>
</entry>
<entry>
<title>cmake/Windows: convert all 'DESTINATION's to relative paths and allow easy customization of install location via 'CMAKE_INSTALL_PREFIX'</title>
<updated>2017-05-09T18:42:01+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2017-05-09T18:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=ae2703a5383eb29078c09610d713411b2da5ecf8'/>
<id>ae2703a5383eb29078c09610d713411b2da5ecf8</id>
<content type='text'>
(bzr r15681)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(bzr r15681)</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: Add ${INKSCAPE_SHARE_INSTALL}</title>
<updated>2016-11-26T16:15:27+00:00</updated>
<author>
<name>Eduard Braun</name>
<email>eduard.braun2@gmx.de</email>
</author>
<published>2016-11-26T16:15:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=61b1ddd0599ee54f76494888524b156859134e85'/>
<id>61b1ddd0599ee54f76494888524b156859134e85</id>
<content type='text'>
This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however

(bzr r15278)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however

(bzr r15278)</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing build for Linux.</title>
<updated>2016-07-06T15:42:00+00:00</updated>
<author>
<name>Sebastian Faubel</name>
<email>sebastian@semiodesk.com</email>
</author>
<published>2016-07-06T15:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.s-ol.nu/inkscape/commit/?id=7b0f2601a652adb7566bfac6ec0eab7a9d95c7a2'/>
<id>7b0f2601a652adb7566bfac6ec0eab7a9d95c7a2</id>
<content type='text'>
Replaced tabs with whitespaces.

(bzr r15002.1.7)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replaced tabs with whitespaces.

(bzr r15002.1.7)</pre>
</div>
</content>
</entry>
</feed>
