summaryrefslogtreecommitdiff
path: root/libre/pacman/makepkg.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-01 10:45:44 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-01 10:48:06 -0300
commit544e35544baf4c74d7dc257de257f9a774a95ab3 (patch)
treeed59d116002480d1dc97a2f1de59a05c93eec77d /libre/pacman/makepkg.conf
parent70605bcebdfef688682627713ed24f911c4881c3 (diff)
pacman-5.0.0-1.parabola1: updating version
Diffstat (limited to 'libre/pacman/makepkg.conf')
-rw-r--r--libre/pacman/makepkg.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/libre/pacman/makepkg.conf b/libre/pacman/makepkg.conf
index f997615e6..a2250206e 100644
--- a/libre/pacman/makepkg.conf
+++ b/libre/pacman/makepkg.conf
@@ -73,7 +73,7 @@ BUILDENV=(!distcc color !ccache check !sign)
# These are default values for the options=() settings
#########################################################################
#
-# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
+# Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug)
# A negated option will do the opposite of the comments below.
#
#-- strip: Strip symbols from binaries/libraries
@@ -84,9 +84,10 @@ BUILDENV=(!distcc color !ccache check !sign)
#-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
#-- purge: Remove files specified by PURGE_TARGETS
#-- upx: Compress binary executable files using UPX
+#-- optipng: Optimize PNG images with optipng
#-- debug: Add debugging flags as specified in DEBUG_* variables
#
-OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
+OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug)
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
INTEGRITY_CHECK=(md5)