X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FNix.git;a=blobdiff_plain;f=pkgs%2Fmuttprint%2Ftwo_edge.patch;fp=pkgs%2Fmuttprint%2Ftwo_edge.patch;h=0000000000000000000000000000000000000000;hp=4a7290d313c49cc7a59f8adf09cd02ab75db1138;hb=1a64deeb894dc95e2645a75771732c6cc53a79ad;hpb=fa25ffd4583cc362075cd5e1b4130f33306103f0 diff --git a/pkgs/muttprint/two_edge.patch b/pkgs/muttprint/two_edge.patch deleted file mode 100644 index 4a7290d..0000000 --- a/pkgs/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"); - }