avante-nvim: 0.0.12 -> 0.0.13 (#365261)
[NixPkgs.git] / pkgs / applications / kde / kdegraphics-thumbnailers / gs-paths.patch
blob5aa4a8d7444c9c8113ead33c0d8851588ff94318
1 diff --git a/ps/gscreator.cpp b/ps/gscreator.cpp
2 index 5b84e49..cbb7c25 100644
3 --- a/ps/gscreator.cpp
4 +++ b/ps/gscreator.cpp
5 @@ -101,7 +101,7 @@ static const char *epsprolog =
6 "[ ] 0 setdash newpath false setoverprint false setstrokeadjust\n";
8 static const char * gsargs_ps[] = {
9 - "gs",
10 + "@gs@",
11 "-sDEVICE=png16m",
12 "-sOutputFile=-",
13 "-dSAFER",
14 @@ -120,7 +120,7 @@ static const char * gsargs_ps[] = {
17 static const char * gsargs_eps[] = {
18 - "gs",
19 + "@gs@",
20 "-sDEVICE=png16m",
21 "-sOutputFile=-",
22 "-dSAFER",