From a2230e848bc85e484ef14163ac90fdb7045855f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Fri, 26 Apr 2019 02:35:33 +0200 Subject: Move more packages to separate files --- patches/muttprint_two_edge.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 patches/muttprint_two_edge.patch (limited to 'patches/muttprint_two_edge.patch') diff --git a/patches/muttprint_two_edge.patch b/patches/muttprint_two_edge.patch deleted file mode 100644 index 4a7290d..0000000 --- a/patches/muttprint_two_edge.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/muttprint 2016-05-05 13:48:50.515950744 +1200 -+++ b/muttprint 2016-05-05 13:52:10.722623902 +1200 -@@ -643,14 +643,14 @@ - if ($Config{PAPERSAVE} eq "on") { - if ($useCups) { - $Config{PRINT_COMMAND} =~ -- s/\$CUPS_OPTIONS/ -o sides=two-sided-long-edge \$CUPS_OPTIONS/; -+ s/\$CUPS_OPTIONS/ -o sides=two-sided-short-edge \$CUPS_OPTIONS/; - } else { # no cups - modifyPS("landscape"); - } - } else { # no papersave - if ($useCups) { - $Config{PRINT_COMMAND} =~ -- s/\$CUPS_OPTIONS/ -o sides=two-sided-short-edge \$CUPS_OPTIONS/; -+ s/\$CUPS_OPTIONS/ -o sides=two-sided-long-edge \$CUPS_OPTIONS/; - } else { # no cups - modifyPS("portrait"); - } -- cgit v1.2.3