<feed xmlns='http://www.w3.org/2005/Atom'>
<title>makepnd.git/etc, branch makepnd</title>
<subtitle>makepnd-ng
</subtitle>
<id>https://git.cloudef.pw/makepnd.git/atom?h=makepnd</id>
<link rel='self' href='https://git.cloudef.pw/makepnd.git/atom?h=makepnd'/>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/'/>
<updated>2016-12-05T05:20:08Z</updated>
<entry>
<title>makepkg.conf: add -g to default curl options</title>
<updated>2016-12-05T05:20:08Z</updated>
<author>
<name>Dave Reisner</name>
<email>dreisner@archlinux.org</email>
</author>
<published>2016-10-31T14:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=e7fc5608667ce0c0d5b48c6c838c65ff288f254b'/>
<id>urn:sha1:e7fc5608667ce0c0d5b48c6c838c65ff288f254b</id>
<content type='text'>
This disables globbing, which should never be used in source URL
specifications as it would lead to mismatches in the checksum mapping
and un-checked sources.
</content>
</entry>
<entry>
<title>makepkg: Remove upx and optipng support</title>
<updated>2016-02-26T05:18:43Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2016-02-02T01:38:42Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=1a29744d0da8aa945b96b234574e0d5c80f13b62'/>
<id>urn:sha1:1a29744d0da8aa945b96b234574e0d5c80f13b62</id>
<content type='text'>
These options were added before libmakepkg allowed passes like this to be
dropped in.  I prefer only real core packaging tasks to be included in
makepkg and additional things like this to be dropped in by a user or
distribution that wants to support them.

Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add HookDir to example pacman.conf</title>
<updated>2016-01-28T23:50:11Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2016-01-26T10:57:27Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=5343ec76616aec3353f9106b7873ecdae2a2fe5a'/>
<id>urn:sha1:5343ec76616aec3353f9106b7873ecdae2a2fe5a</id>
<content type='text'>
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>add option to optimize PNG images with optipng</title>
<updated>2015-02-01T11:19:04Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2015-01-26T10:25:23Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=9917930ae1f02fdf85c1ca2a35ee039f1a17368f'/>
<id>urn:sha1:9917930ae1f02fdf85c1ca2a35ee039f1a17368f</id>
<content type='text'>
This can decrease package size by optimizing PNG image size. Images are
just stored with better compression and/or filter options. The actual
image content is not altered.

Additionally this can automatically fix broken PNG images which caused
some trouble lately.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Fix typo in a comment in makepkg.conf</title>
<updated>2015-01-02T11:43:28Z</updated>
<author>
<name>Jason St. John</name>
<email>jstjohn@purdue.edu</email>
</author>
<published>2014-12-29T07:28:40Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=89b9e9d1dced68587b704cb9e9a2aab55fb60b06'/>
<id>urn:sha1:89b9e9d1dced68587b704cb9e9a2aab55fb60b06</id>
<content type='text'>
Signed-off-by: Jason St. John &lt;jstjohn@purdue.edu&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>add VCSCLIENTS to etc/makepkg.conf</title>
<updated>2014-12-22T04:01:27Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2014-12-21T23:48:24Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=a7c1b7a914f050036720b643715233f769f00e25'/>
<id>urn:sha1:a7c1b7a914f050036720b643715233f769f00e25</id>
<content type='text'>
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>makepkg: enforce fakeroot usage</title>
<updated>2014-03-12T03:13:49Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2014-03-08T10:46:21Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=d8ee8d0c99c3820951e2e49dbdb71a5390bd1dc4'/>
<id>urn:sha1:d8ee8d0c99c3820951e2e49dbdb71a5390bd1dc4</id>
<content type='text'>
Packaging outside of fakeroot can result in incorrect permissions for
package files.  It has been years since fakeroot issues during packaging
were common, so it is safe to enforce fakeroot usage.  If using fakeroot
is impossible for some reason, a two line wrapper script will suffice to
fool makepkg.

Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Remove ts and sw from vim modeline when noet is set</title>
<updated>2014-01-28T10:19:25Z</updated>
<author>
<name>Florian Pritz</name>
<email>bluewind@xinu.at</email>
</author>
<published>2014-01-22T23:06:11Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=cd2370754ae6893e6df4e835eeb819f827eaee4a'/>
<id>urn:sha1:cd2370754ae6893e6df4e835eeb819f827eaee4a</id>
<content type='text'>
Forcing vim users to view files with a tabstop of 2 seems really
unnecessary when noet is set. I find it much easier to read code with
ts=4 and I dislike having to override the modeline by hand.

Command run:
find . -type f -exec sed -i '/vim.* noet/s# ts=2 sw=2##' {} +

Signed-off-by: Florian Pritz &lt;bluewind@xinu.at&gt;
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add compression defaults for lrzip and lzo</title>
<updated>2013-03-14T01:47:12Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2013-03-12T02:16:24Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=f3f257405b6e325317422a73be5ee5710271de00'/>
<id>urn:sha1:f3f257405b6e325317422a73be5ee5710271de00</id>
<content type='text'>
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add Local/RemoteFileSigLevel to example config</title>
<updated>2013-03-14T01:47:12Z</updated>
<author>
<name>Allan McRae</name>
<email>allan@archlinux.org</email>
</author>
<published>2013-03-12T02:15:53Z</published>
<link rel='alternate' type='text/html' href='https://git.cloudef.pw/makepnd.git/commit/?id=d5a06e964c2b127f192f756f6fef1be76bb0bff8'/>
<id>urn:sha1:d5a06e964c2b127f192f756f6fef1be76bb0bff8</id>
<content type='text'>
Signed-off-by: Allan McRae &lt;allan@archlinux.org&gt;
</content>
</entry>
</feed>
