<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aerc/Makefile, branch shivesh</title>
<subtitle>A pretty good email client (shivesh branch)</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/'/>
<entry>
<title>Makefile: use git version string if we can</title>
<updated>2021-02-07T18:25:06+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2021-02-07T18:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=077063ba4ba3dbf0a7a43c58c73bc906ed4684d2'/>
<id>077063ba4ba3dbf0a7a43c58c73bc906ed4684d2</id>
<content type='text'>
Some packagers overwrote the version we embed in aerc, we really don't want that.
Hence we force clear the variable at the beginning of the makefile.
If git is available and returns a useful info we now use that version instead
of the hardcoded version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some packagers overwrote the version we embed in aerc, we really don't want that.
Hence we force clear the variable at the beginning of the makefile.
If git is available and returns a useful info we now use that version instead
of the hardcoded version
</pre>
</div>
</content>
</entry>
<entry>
<title>Make makefile compatible with 3.81 (default MacOS)</title>
<updated>2020-12-24T09:56:16+00:00</updated>
<author>
<name>y0ast</name>
<email>joost@joo.st</email>
</author>
<published>2020-12-23T21:11:54+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=da265a56e4a8c8631aef0de629bb82e250dba119'/>
<id>da265a56e4a8c8631aef0de629bb82e250dba119</id>
<content type='text'>
Enables using the makefile with mac default make.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enables using the makefile with mac default make.
</pre>
</div>
</content>
</entry>
<entry>
<title>version bump: 0.5.2</title>
<updated>2020-11-13T23:23:43+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-11-13T23:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=fb67d1f5a3f6fe875d74581aff59c79817a7b9f4'/>
<id>fb67d1f5a3f6fe875d74581aff59c79817a7b9f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>makefile: add debug target</title>
<updated>2020-11-13T22:54:00+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-11-12T08:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=a2fd88d2d4dd2e8eee0314315e9967ebcb3d4a77'/>
<id>a2fd88d2d4dd2e8eee0314315e9967ebcb3d4a77</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update the makefile version</title>
<updated>2020-11-10T19:56:49+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-11-10T19:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=f6a0eb8e14c25e49ca18dfc89726a7123afccd67'/>
<id>f6a0eb8e14c25e49ca18dfc89726a7123afccd67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: remove aerc-stylesets upon uninstall</title>
<updated>2020-09-27T13:35:04+00:00</updated>
<author>
<name>JD</name>
<email>john1doe@ya.ru</email>
</author>
<published>2020-09-27T13:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=dadc9bf2b3e992851d2539d6f459a4f29001e686'/>
<id>dadc9bf2b3e992851d2539d6f459a4f29001e686</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement style configuration.</title>
<updated>2020-08-06T19:42:06+00:00</updated>
<author>
<name>Kalyan Sriram</name>
<email>coder.kalyan@gmail.com</email>
</author>
<published>2020-07-27T08:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=905cb9dfd3ef197bb4b59039a1be76ce2c8e3099'/>
<id>905cb9dfd3ef197bb4b59039a1be76ce2c8e3099</id>
<content type='text'>
Introduce the ability to configure stylesets, allowing customization of
aerc's look (color scheme, font weight, etc). Default styleset is
installed to /path/to/aerc/stylesets/default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce the ability to configure stylesets, allowing customization of
aerc's look (color scheme, font weight, etc). Default styleset is
installed to /path/to/aerc/stylesets/default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Implement style configuration."</title>
<updated>2020-07-30T21:22:32+00:00</updated>
<author>
<name>Reto Brunner</name>
<email>reto@labrat.space</email>
</author>
<published>2020-07-30T21:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=3d784c5d8c7d037e38159fc1753773a2e81aa43e'/>
<id>3d784c5d8c7d037e38159fc1753773a2e81aa43e</id>
<content type='text'>
This reverts commit 1ff687ca2b0821c2cacc1fa725abb3302d2af9da.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 1ff687ca2b0821c2cacc1fa725abb3302d2af9da.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement style configuration.</title>
<updated>2020-07-30T17:35:59+00:00</updated>
<author>
<name>Kalyan Sriram</name>
<email>coder.kalyan@gmail.com</email>
</author>
<published>2020-07-27T08:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=1ff687ca2b0821c2cacc1fa725abb3302d2af9da'/>
<id>1ff687ca2b0821c2cacc1fa725abb3302d2af9da</id>
<content type='text'>
Introduce the ability to configure stylesets, allowing customization of
aerc's look (color scheme, font weight, etc). Default styleset is
installed to /path/to/aerc/stylesets/default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce the ability to configure stylesets, allowing customization of
aerc's look (color scheme, font weight, etc). Default styleset is
installed to /path/to/aerc/stylesets/default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix usage of DESTDIR</title>
<updated>2020-07-05T12:40:58+00:00</updated>
<author>
<name>Ben Fiedler</name>
<email>git@services.bfiedler.ch</email>
</author>
<published>2020-06-28T18:36:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.shivesh.org/aerc/commit/?id=eea128f10b0d47cba382517be20efc1cf766efab'/>
<id>eea128f10b0d47cba382517be20efc1cf766efab</id>
<content type='text'>
It should only be used when installing/uninstalling according to
the GNU spec.

Closes: https://todo.sr.ht/~sircmpwn/aerc2/418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should only be used when installing/uninstalling according to
the GNU spec.

Closes: https://todo.sr.ht/~sircmpwn/aerc2/418
</pre>
</div>
</content>
</entry>
</feed>
