summarylogtreecommitdiffstats
path: root/conf.pkgopts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'conf.pkgopts.patch')
-rw-r--r--conf.pkgopts.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/conf.pkgopts.patch b/conf.pkgopts.patch
deleted file mode 100644
index e43cf9881728..000000000000
--- a/conf.pkgopts.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- makepkg-optimize.conf
-+++ makepkg-optimize.conf
-@@ -83,6 +83,9 @@
- #-- 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
-+#-- svgo: Optimize SVG images with nodejs-svgo
- #-- debug: Add debugging flags as specified in DEBUG_* variables
- #
- OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug)
-@@ -126,6 +129,12 @@
- 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"
-+#-- Compression parameters for optiPNG
-+#OPTIPNGFLAGS=" -o7 -zm1-9"
-+#-- Compression parameters for SVGO
-+#SVGOFLAGS="--multipass"
-
- #########################################################################
- # PACKAGE OUTPUT
-