.
OBS-URL: https://build.opensuse.org/package/show/Publishing/a2ps?expand=0&rev=14
This commit is contained in:
parent
119a46e6af
commit
7921a3206c
13
a2ps-4.13-gv-arguments.patch
Normal file
13
a2ps-4.13-gv-arguments.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
--- a2ps-4.13/etc/a2ps_cfg.in
|
||||||
|
+++ a2ps-4.13/etc/a2ps_cfg.in 2011-10-21 16:07:46.000000000 +0000
|
||||||
|
@@ -220,8 +220,8 @@
|
||||||
|
# Either GV (prefered) or Ghostview will be used as the "display" printer
|
||||||
|
# We give -dNOPLATFONTS so that real fonts are used
|
||||||
|
# (Strange results appear with Ogonkify's fonts for instance).
|
||||||
|
-@COM_ghostview@Variable: ghostview @ghostview@ -arguments -dNOPLATFONTS
|
||||||
|
-@COM_gv@Variable: ghostview @gv@ -antialias -arguments -dNOPLATFONTS
|
||||||
|
+@COM_ghostview@Variable: ghostview @ghostview@ -arguments=-dNOPLATFONTS
|
||||||
|
+@COM_gv@Variable: ghostview @gv@ -antialias -arguments=-dNOPLATFONTS
|
||||||
|
|
||||||
|
# Used for the `pdf' printer.
|
||||||
|
# Use as `#{ps2pdf} INPUT OUTPUT'.
|
@ -922,10 +922,10 @@
|
|||||||
# Either GV (prefered) or Ghostview will be used as the "display" printer
|
# Either GV (prefered) or Ghostview will be used as the "display" printer
|
||||||
# We give -dNOPLATFONTS so that real fonts are used
|
# We give -dNOPLATFONTS so that real fonts are used
|
||||||
# (Strange results appear with Ogonkify's fonts for instance).
|
# (Strange results appear with Ogonkify's fonts for instance).
|
||||||
-@COM_ghostview@Variable: ghostview @ghostview@ -arguments -dNOPLATFONTS
|
-@COM_ghostview@Variable: ghostview @ghostview@ -arguments=-dNOPLATFONTS
|
||||||
-@COM_gv@Variable: ghostview @gv@ -antialias -arguments -dNOPLATFONTS
|
-@COM_gv@Variable: ghostview @gv@ -antialias -arguments=-dNOPLATFONTS
|
||||||
+##@COM_ghostview@Variable: ghostview @ghostview@ -arguments -dNOPLATFONTS
|
+##@COM_ghostview@Variable: ghostview @ghostview@ -arguments=-dNOPLATFONTS
|
||||||
+#@COM_gv@Variable: ghostview @gv@ -antialias -arguments -dNOPLATFONTS
|
+#@COM_gv@Variable: ghostview @gv@ -antialias -arguments=-dNOPLATFONTS
|
||||||
+Variable: ghostview a2ps-open
|
+Variable: ghostview a2ps-open
|
||||||
|
|
||||||
# Used for the `pdf' printer.
|
# Used for the `pdf' printer.
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 3 13:46:25 UTC 2011 - werner@suse.de
|
||||||
|
|
||||||
|
- Fix wrong parameter usage for gv in a2ps.conf (bnc#725806)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 17 10:39:10 UTC 2011 - jengelh@medozas.de
|
Sat Sep 17 10:39:10 UTC 2011 - jengelh@medozas.de
|
||||||
|
|
||||||
|
@ -44,6 +44,7 @@ Patch8: a2ps-4.13-base.patch
|
|||||||
Patch9: a2ps-4.13-utf8.patch
|
Patch9: a2ps-4.13-utf8.patch
|
||||||
Patch10: a2ps-4.13-types.patch
|
Patch10: a2ps-4.13-types.patch
|
||||||
Patch11: a2ps-4.13-psgen.patch
|
Patch11: a2ps-4.13-psgen.patch
|
||||||
|
Patch12: a2ps-4.13-gv-arguments.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -85,6 +86,7 @@ touch -r configure.in .ref
|
|||||||
%patch -P 9 -p 0 -b .utf8
|
%patch -P 9 -p 0 -b .utf8
|
||||||
%patch -P 10 -p 0 -b .types
|
%patch -P 10 -p 0 -b .types
|
||||||
%patch -P 11 -p 0 -b .psgen
|
%patch -P 11 -p 0 -b .psgen
|
||||||
|
%patch -P 12 -p 1 -b .gvarg
|
||||||
%patch
|
%patch
|
||||||
cp -f %SOURCE1 po/ko.po
|
cp -f %SOURCE1 po/ko.po
|
||||||
rename no nb po/no.*
|
rename no nb po/no.*
|
||||||
|
Loading…
Reference in New Issue
Block a user