<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dwmblocks/Makefile, branch main</title>
<subtitle>Fork of dwmblocks</subtitle>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/'/>
<entry>
<title>Merge pull request #12 from kdkasad/patch-1</title>
<updated>2020-08-13T03:20:36+00:00</updated>
<author>
<name>torrinfail</name>
<email>torrinfail@gmail.com</email>
</author>
<published>2020-08-13T03:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=661f3eb4bcdf20dfa97ae58fa8e6f343b07a909e'/>
<id>661f3eb4bcdf20dfa97ae58fa8e6f343b07a909e</id>
<content type='text'>
Change `cp`/`chmod` to `install` in Makefile</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change `cp`/`chmod` to `install` in Makefile</pre>
</div>
</content>
</entry>
<entry>
<title>added blocks.def.h to act as default blocks file so that changes made in</title>
<updated>2020-08-12T02:50:11+00:00</updated>
<author>
<name>Aidan</name>
<email>torrinfail@gmail.com</email>
</author>
<published>2020-08-12T02:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=7e0bc3f5801ba70fcf6d5824a74e29836b2d57b7'/>
<id>7e0bc3f5801ba70fcf6d5824a74e29836b2d57b7</id>
<content type='text'>
the future will not affect csutom blocks.h files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the future will not affect csutom blocks.h files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into patch-1</title>
<updated>2020-07-28T17:06:04+00:00</updated>
<author>
<name>torrinfail</name>
<email>torrinfail@gmail.com</email>
</author>
<published>2020-07-28T17:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=7a570d5760759329692f98b3514662cf673ea92e'/>
<id>7a570d5760759329692f98b3514662cf673ea92e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added variable in makefile to change c compiler</title>
<updated>2020-07-06T08:10:33+00:00</updated>
<author>
<name>Aidan</name>
<email>torrinfail@gmail.com</email>
</author>
<published>2020-07-06T08:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=dcb198d7d7da45b8d7cd2d241b42f8405bd049b1'/>
<id>dcb198d7d7da45b8d7cd2d241b42f8405bd049b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed argument order for gcc</title>
<updated>2020-05-30T01:22:34+00:00</updated>
<author>
<name>Taylor Henderson</name>
<email>tph5595@users.noreply.github.com</email>
</author>
<published>2020-05-30T01:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=e62fbe64994a8d0c38edf806f641826eb3a2b430'/>
<id>e62fbe64994a8d0c38edf806f641826eb3a2b430</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change `cp`/`chmod` to `install`</title>
<updated>2020-05-04T08:20:45+00:00</updated>
<author>
<name>Kian Kasad</name>
<email>kdkasad@gmail.com</email>
</author>
<published>2020-05-04T08:20:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=507cf284a27d0664b4f981a43ed419a93680e2d2'/>
<id>507cf284a27d0664b4f981a43ed419a93680e2d2</id>
<content type='text'>
The install command was meant for exactly this purpose; installing a file to a location and setting its permissions. This combines the `cp` and `chmod` commands into one `install` command.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The install command was meant for exactly this purpose; installing a file to a location and setting its permissions. This combines the `cp` and `chmod` commands into one `install` command.</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Set permission</title>
<updated>2020-03-03T13:53:01+00:00</updated>
<author>
<name>crian</name>
<email>crian84@gmail.com</email>
</author>
<published>2020-03-03T13:53:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=2b44212f45255acbd299ec6040568f247afd5088'/>
<id>2b44212f45255acbd299ec6040568f247afd5088</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 uninstall</title>
<updated>2020-03-02T16:01:13+00:00</updated>
<author>
<name>crian</name>
<email>crian84@gmail.com</email>
</author>
<published>2020-03-02T12:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=2c47e9e707591cd298e6e3f8d846cb8b73c2cccd'/>
<id>2c47e9e707591cd298e6e3f8d846cb8b73c2cccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Use DESTDIR and PREFIX</title>
<updated>2020-03-02T16:01:10+00:00</updated>
<author>
<name>crian</name>
<email>crian84@gmail.com</email>
</author>
<published>2020-03-02T12:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=9c9e08d2bc44f2c800c20ea9ac432133ff86d62e'/>
<id>9c9e08d2bc44f2c800c20ea9ac432133ff86d62e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed Makefile to use pkg-config to find libraries.</title>
<updated>2019-12-12T17:28:06+00:00</updated>
<author>
<name>Aidan</name>
<email>aidan@ArthurOBSD.localdomain</email>
</author>
<published>2019-12-12T17:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.davidtsadler.com/dwmblocks/commit/?id=3906995607d60e2721a03db78d4f3f4b63cd6afb'/>
<id>3906995607d60e2721a03db78d4f3f4b63cd6afb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
