<feed xmlns='http://www.w3.org/2005/Atom'>
<title>st.git/Makefile, branch master</title>
<subtitle>my rice of st
</subtitle>
<id>https://git.gustafrydholm.xyz/st.git/atom?h=master</id>
<link rel='self' href='https://git.gustafrydholm.xyz/st.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/'/>
<updated>2021-08-12T20:34:12Z</updated>
<entry>
<title>Revert from applying font2</title>
<updated>2021-08-12T20:34:12Z</updated>
<author>
<name>Gustaf Rydholm</name>
<email>gustaf.rydholm@gmail.com</email>
</author>
<published>2021-08-12T20:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=80d348f1591b0e3bfc001fb5bc096d42600f3325'/>
<id>urn:sha1:80d348f1591b0e3bfc001fb5bc096d42600f3325</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply boxdraw patch</title>
<updated>2021-08-12T19:55:20Z</updated>
<author>
<name>Gustaf Rydholm</name>
<email>gustaf.rydholm@gmail.com</email>
</author>
<published>2021-08-12T19:55:20Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=1bba714632c7e4a5f0d4431b56f396170bf9f3e4'/>
<id>urn:sha1:1bba714632c7e4a5f0d4431b56f396170bf9f3e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Apply desktopentry patch</title>
<updated>2021-08-12T19:40:27Z</updated>
<author>
<name>Gustaf Rydholm</name>
<email>gustaf.rydholm@gmail.com</email>
</author>
<published>2021-08-12T19:40:27Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=f1758c25358a54bfbc354185829292c011620125'/>
<id>urn:sha1:f1758c25358a54bfbc354185829292c011620125</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add xresources patch</title>
<updated>2021-08-12T19:34:32Z</updated>
<author>
<name>Gustaf Rydholm</name>
<email>gustaf.rydholm@gmail.com</email>
</author>
<published>2021-08-12T19:34:32Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=d98130c927f2a78d83ed7e16ad0faf6c3e4ec398'/>
<id>urn:sha1:d98130c927f2a78d83ed7e16ad0faf6c3e4ec398</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: fix dependencies on config.h</title>
<updated>2019-01-04T11:33:01Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2019-01-04T11:33:01Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=7e19e116764d2651721cb9062ccaac31b0c771f2'/>
<id>urn:sha1:7e19e116764d2651721cb9062ccaac31b0c771f2</id>
<content type='text'>
patch by Younes Khoudli (changed slightly). Thanks
</content>
</entry>
<entry>
<title>Makefile: add all files to make dist</title>
<updated>2018-03-14T18:54:50Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2018-03-14T18:54:50Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32'/>
<id>urn:sha1:0f245dfeb9bb4e87a005da2ecdcd7a88ba6e7f32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Revert "fixed STLDFLAG order in broken st Makefile""</title>
<updated>2017-09-15T09:16:37Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-09-15T09:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=b2ac91775302fa4b8ce462a6e7bcfffa93923471'/>
<id>urn:sha1:b2ac91775302fa4b8ce462a6e7bcfffa93923471</id>
<content type='text'>
This reverts commit 274d46ace00003d1df718b974d17642cbce167d5.

Sorry, the original commit was correct after all. It allows has the
correct link order and supports static-linking also.

Just a reminder: it is important to give a (brief) rationale of the
patch intentions.
</content>
</entry>
<entry>
<title>Revert "fixed STLDFLAG order in broken st Makefile"</title>
<updated>2017-09-13T20:40:36Z</updated>
<author>
<name>Hiltjo Posthuma</name>
<email>hiltjo@codemadness.org</email>
</author>
<published>2017-09-13T20:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=274d46ace00003d1df718b974d17642cbce167d5'/>
<id>urn:sha1:274d46ace00003d1df718b974d17642cbce167d5</id>
<content type='text'>
This reverts commit 7f990328e4fec8dfaaad311cb8af2304b58c872e.

this was wrong as pointed out by k0ga:
"STLDFLAGS is about flags to the linker, for example -L
not about -l for that reason it must go before the object list".
</content>
</entry>
<entry>
<title>fixed STLDFLAG order in broken st Makefile</title>
<updated>2017-07-23T09:17:26Z</updated>
<author>
<name>Anselm R Garbe</name>
<email>anselm@garbe.us</email>
</author>
<published>2017-07-23T09:17:26Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=7f990328e4fec8dfaaad311cb8af2304b58c872e'/>
<id>urn:sha1:7f990328e4fec8dfaaad311cb8af2304b58c872e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Let the user specify C and LD FLAGS</title>
<updated>2017-07-11T22:28:11Z</updated>
<author>
<name>Quentin Rameau</name>
<email>quinq@fifth.space</email>
</author>
<published>2017-07-11T22:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.gustafrydholm.xyz/st.git/commit/?id=d4928edba0fe2cc63b3bc13fd6dad0bcb875174e'/>
<id>urn:sha1:d4928edba0fe2cc63b3bc13fd6dad0bcb875174e</id>
<content type='text'>
</content>
</entry>
</feed>
