<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/Makefile, branch mdps1</title>
<subtitle>Mirror of https://git.sr.ht/~sircmpwn/aerc
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/'/>
<entry>
<title>Move contrib -&gt; filters</title>
<updated>2019-06-27T13:32:46+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-27T13:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=177651bddab145c8a56cdfeb0d57b5fd95a6d0e2'/>
<id>177651bddab145c8a56cdfeb0d57b5fd95a6d0e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: fix -ldflags -X invocation</title>
<updated>2019-06-19T19:48:13+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2019-06-19T19:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=90db2e54b0150d92e29b939d3cc89ff9c5dd39d4'/>
<id>90db2e54b0150d92e29b939d3cc89ff9c5dd39d4</id>
<content type='text'>
Aerc uses the go linker to add some variables like main.Prefix / main.ShareDir
etc. however the go linker only considers the last -ldflags invocation it seems.

This commit fixes the makefile to use only a single -ldflags invocation, which
again sets the vars as expected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Aerc uses the go linker to add some variables like main.Prefix / main.ShareDir
etc. however the go linker only considers the last -ldflags invocation it seems.

This commit fixes the makefile to use only a single -ldflags invocation, which
again sets the vars as expected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add aerc -v to print the installed version</title>
<updated>2019-06-18T13:50:06+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-18T13:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=74af57b6c617382ed0e8cd79626cac98ffc2e549'/>
<id>74af57b6c617382ed0e8cd79626cac98ffc2e549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add uninstall target to Makefile</title>
<updated>2019-06-14T13:56:54+00:00</updated>
<author>
<name>Lyle Hanson</name>
<email>lyle2.0@gmail.com</email>
</author>
<published>2019-06-11T19:11:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=d3b5a76b4a8ad839991cb686711a0c0d24536d5e'/>
<id>d3b5a76b4a8ad839991cb686711a0c0d24536d5e</id>
<content type='text'>
Also removes leftover directories if there isn't anything else in them.

https://todo.sr.ht/~sircmpwn/aerc2/179
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also removes leftover directories if there isn't anything else in them.

https://todo.sr.ht/~sircmpwn/aerc2/179
</pre>
</div>
</content>
</entry>
<entry>
<title>Update filter names in Makefile</title>
<updated>2019-06-07T16:05:05+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-06-07T16:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=74d4c0219dae9cee9eca9d6ea6b1988661b0f886'/>
<id>74d4c0219dae9cee9eca9d6ea6b1988661b0f886</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added config file to Make clean</title>
<updated>2019-06-04T18:29:47+00:00</updated>
<author>
<name>Jonas Kalderstam</name>
<email>jonas@cowboyprogrammer.org</email>
</author>
<published>2019-06-04T07:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=eabdcff8632fbb42ea75285d0c88add316db5c30'/>
<id>eabdcff8632fbb42ea75285d0c88add316db5c30</id>
<content type='text'>
Config file will be incorrect if make is run with different values for
PREFIX otherwise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Config file will be incorrect if make is run with different values for
PREFIX otherwise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Makefile for non-GNU find</title>
<updated>2019-06-03T22:11:00+00:00</updated>
<author>
<name>rage 311</name>
<email>rage_311@hotmail.com</email>
</author>
<published>2019-06-03T22:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=cbbdb232e87ebf92b6abba9bb3f7eff0597d0fff'/>
<id>cbbdb232e87ebf92b6abba9bb3f7eff0597d0fff</id>
<content type='text'>
derp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
derp
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove more GNU-isms from Makefile</title>
<updated>2019-06-01T14:49:01+00:00</updated>
<author>
<name>Sam Whited</name>
<email>sam@samwhited.com</email>
</author>
<published>2019-05-30T22:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=0bfb90baedbde0bb5a862e6a8fe9ec7e56d664e5'/>
<id>0bfb90baedbde0bb5a862e6a8fe9ec7e56d664e5</id>
<content type='text'>
Signed-off-by: Sam Whited &lt;sam@samwhited.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sam Whited &lt;sam@samwhited.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "wildcard" GNU-ism from Makefile</title>
<updated>2019-05-30T14:27:13+00:00</updated>
<author>
<name>Sam Whited</name>
<email>sam@samwhited.com</email>
</author>
<published>2019-05-29T18:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=7a8f4084ffed5e406e58a72619381ca1aad852db'/>
<id>7a8f4084ffed5e406e58a72619381ca1aad852db</id>
<content type='text'>
Signed-off-by: Sam Whited &lt;sam@samwhited.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Sam Whited &lt;sam@samwhited.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement :edit in compose screen</title>
<updated>2019-05-26T15:58:14+00:00</updated>
<author>
<name>Drew DeVault</name>
<email>sir@cmpwn.com</email>
</author>
<published>2019-05-26T15:58:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/aerc/commit/?id=887ff6550d64aa0243192c922c977f41ce549e42'/>
<id>887ff6550d64aa0243192c922c977f41ce549e42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
