summarylogtreecommitdiffstats
path: root/conf.pkgopts.patch
diff options
context:
space:
mode:
authorQue Quotion2016-03-21 01:25:30 +0900
committerQue Quotion2016-03-21 01:25:30 +0900
commit2b8026b48f34c472c50b98df81c153307421be2f (patch)
tree1c59af3dc7040561a57c0305d60f6a7a56c6e37e /conf.pkgopts.patch
parent4f73b6fa6eb810c63862cba8a2b79d9ab7436e54 (diff)
downloadaur-2b8026b48f34c472c50b98df81c153307421be2f.tar.gz
A little rearrangement.
The two sections of makepkg.conf split nicely: build options, and package options--so let's use file names like that. Also comment on graphite in config.
Diffstat (limited to 'conf.pkgopts.patch')
-rw-r--r--conf.pkgopts.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/conf.pkgopts.patch b/conf.pkgopts.patch
new file mode 100644
index 000000000000..1dac002a2bc7
--- /dev/null
+++ b/conf.pkgopts.patch
@@ -0,0 +1,21 @@
+--- makepkg-optimize.conf
++++ makepkg-optimize.conf
+@@ -83,6 +83,8 @@
+ #-- emptydirs: Leave empty directories in packages
+ #-- 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 !optipng !upx !debug)
+@@ -126,6 +129,8 @@
+ DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
+ #-- Files to be removed from all packages (if purge is specified)
+ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
++#-- Compression parameters for UPX
++UPXFLAGS="--ultra-brute"
+
+ #########################################################################
+ # PACKAGE OUTPUT
+