gutenprint-5.2.14-default-a4.patch 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. diff -Nru a/src/xml/papers.xml b/src/xml/papers.xml
  2. --- a/src/xml/papers.xml 2018-03-29 02:39:34.000000000 +0200
  3. +++ b/src/xml/papers.xml 2018-04-15 18:06:50.346632470 +0200
  4. @@ -43,6 +43,17 @@
  5. * along with this program. If not, see https://www.gnu.org/licenses/.
  6. </copyright>
  7. <paperdef>
  8. + <paper name="A4">
  9. + <description translate="value" value="A4"/>
  10. + <comment value="210mm x 297mm"/>
  11. + <width value="595"/>
  12. + <height value="842"/>
  13. + <unit value="metric"/>
  14. +<!-- DISTRIBUTORS: Please do NOT insert margins here to work around -->
  15. +<!-- problems with page margins that were present in 5.0.0. That -->
  16. +<!-- workaround is no longer needed. Please see the explanation at the -->
  17. +<!-- top of this file. -->
  18. + </paper>
  19. <!-- GROUP: Imperial -->
  20. <paper name="Letter">
  21. <description translate="value" value="Letter"/>
  22. @@ -499,17 +510,6 @@
  23. <height value="1191"/>
  24. <unit value="metric"/>
  25. </paper>
  26. - <paper name="A4">
  27. - <description translate="value" value="A4"/>
  28. - <comment value="210mm x 297mm"/>
  29. - <width value="595"/>
  30. - <height value="842"/>
  31. - <unit value="metric"/>
  32. -<!-- DISTRIBUTORS: Please do NOT insert margins here to work around -->
  33. -<!-- problems with page margins that were present in 5.0.0. That -->
  34. -<!-- workaround is no longer needed. Please see the explanation at the -->
  35. -<!-- top of this file. -->
  36. - </paper>
  37. <paper name="A5">
  38. <description translate="value" value="A5"/>
  39. <comment value="148mm x 210mm"/>