<feed xmlns='http://www.w3.org/2005/Atom'>
<title>minetest.git/cmake, branch 0.2.20110922_2</title>
<subtitle>lizzy's patches for luanti
</subtitle>
<id>https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.2.20110922_2</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/atom?h=0.2.20110922_2'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/'/>
<updated>2011-08-11T09:19:05+00:00</updated>
<entry>
<title>Gettext fix for *BSD - require special linkage as glibc is not used</title>
<updated>2011-08-11T09:19:05+00:00</updated>
<author>
<name>q66</name>
<email>quaker66@gmail.com</email>
</author>
<published>2011-08-11T09:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=e81ff1e83356a35a03e1e83a926a92845a2fc3fc'/>
<id>urn:sha1:e81ff1e83356a35a03e1e83a926a92845a2fc3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Locale dir should be parallel to global data dir</title>
<updated>2011-07-24T17:23:03+00:00</updated>
<author>
<name>Giuseppe Bilotta</name>
<email>giuseppe.bilotta@gmail.com</email>
</author>
<published>2011-07-24T17:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=cce210f6768ab9960248f07d2b203dfae660daac'/>
<id>urn:sha1:cce210f6768ab9960248f07d2b203dfae660daac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring po update out of cmake again</title>
<updated>2011-07-24T14:52:59+00:00</updated>
<author>
<name>Giuseppe Bilotta</name>
<email>giuseppe.bilotta@gmail.com</email>
</author>
<published>2011-07-24T08:19:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=47381bde3b4d7a9ee9780786c9a993f2b63a488a'/>
<id>urn:sha1:47381bde3b4d7a9ee9780786c9a993f2b63a488a</id>
<content type='text'>
This solves two issues at once:
* CMake would delete po files during ‘make clean’ because it thought
  they were autogenerated and not just managed
* the only gettext tools readily available in Windows are so old they
  don't support options like --package-name

The change also moves minetest.pot down one level, so we don't need to
special case ‘en’ anymore.

The downside is of course that you need some sane POSIX shell to update
the po files.
</content>
</entry>
<entry>
<title>updated cmakerules to autodetect if gettext can be used</title>
<updated>2011-07-23T20:36:11+00:00</updated>
<author>
<name>Constantin Wenger</name>
<email>constantin.wenger@googlemail.com</email>
</author>
<published>2011-07-23T20:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=f6d9bcc9bb020f79f73bc2cf0187f73a6d1d9275'/>
<id>urn:sha1:f6d9bcc9bb020f79f73bc2cf0187f73a6d1d9275</id>
<content type='text'>
fixed error if gettext is disabled</content>
</entry>
<entry>
<title>updatepo cmake rule</title>
<updated>2011-07-22T10:40:29+00:00</updated>
<author>
<name>Giuseppe Bilotta</name>
<email>giuseppe.bilotta@gmail.com</email>
</author>
<published>2011-07-22T08:55:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d78e5e7329bc56255288c32193504ca97dbf15db'/>
<id>urn:sha1:d78e5e7329bc56255288c32193504ca97dbf15db</id>
<content type='text'>
Get rid of the system-specific updatelocales.sh and introduce an
updatepo cmake rule. po files are also updated before creating the mo
files, and we now keep the .pot file (in the po/en directory). To
stabilize the po file creation, file contents are sorted by source
filename.

Update po files in the process.
</content>
</entry>
<entry>
<title>Refactor mo creation/installation</title>
<updated>2011-07-22T07:36:17+00:00</updated>
<author>
<name>Giuseppe Bilotta</name>
<email>giuseppe.bilotta@gmail.com</email>
</author>
<published>2011-07-22T07:36:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=d386f02893e132317bd2641878d0b86b52347d15'/>
<id>urn:sha1:d386f02893e132317bd2641878d0b86b52347d15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed not finding dll for gettext in MSVC</title>
<updated>2011-07-21T14:21:01+00:00</updated>
<author>
<name>Constantin Wenger</name>
<email>constantin.wenger@googlemail.com</email>
</author>
<published>2011-07-21T14:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=fc95d00b2f9929d3fdb93fff9a971d26115c12f4'/>
<id>urn:sha1:fc95d00b2f9929d3fdb93fff9a971d26115c12f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Find correct library for MSVC vs MingW in Winows</title>
<updated>2011-07-21T12:50:15+00:00</updated>
<author>
<name>Giuseppe Bilotta</name>
<email>giuseppe.bilotta@gmail.com</email>
</author>
<published>2011-07-21T12:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=9fa4b72a4752795962b0d17c485de92fdbd029fc'/>
<id>urn:sha1:9fa4b72a4752795962b0d17c485de92fdbd029fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updated some path because the dlls are mostly under bin not lib</title>
<updated>2011-07-21T11:24:37+00:00</updated>
<author>
<name>Constantin Wenger</name>
<email>constantin.wenger@googlemail.com</email>
</author>
<published>2011-07-21T11:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=2a6c0fc17f0ed113a6f46f852338b96bce4d966d'/>
<id>urn:sha1:2a6c0fc17f0ed113a6f46f852338b96bce4d966d</id>
<content type='text'>
added explanation why libintl must not belinked under some oses</content>
</entry>
<entry>
<title>Refactor and clean up gettext management</title>
<updated>2011-07-21T10:33:29+00:00</updated>
<author>
<name>Giuseppe Bilotta</name>
<email>giuseppe.bilotta@gmail.com</email>
</author>
<published>2011-07-21T10:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/luanti/minetest.git/commit/?id=1340da7b54721cffff6c546df2f4e2c931cf6377'/>
<id>urn:sha1:1340da7b54721cffff6c546df2f4e2c931cf6377</id>
<content type='text'>
</content>
</entry>
</feed>
