mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-gfx/asymptote: add missing patch
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
This commit is contained in:
23
media-gfx/asymptote/files/asymptote-2.92-xdg-utils.patch
Normal file
23
media-gfx/asymptote/files/asymptote-2.92-xdg-utils.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
diff '--color=auto' -r -U3 asymptote-2.92.orig/settings.cc asymptote-2.92/settings.cc
|
||||
--- asymptote-2.92.orig/settings.cc 2024-10-08 01:22:37.000000000 +0700
|
||||
+++ asymptote-2.92/settings.cc 2024-11-02 13:48:32.771147121 +0700
|
||||
@@ -101,14 +101,14 @@
|
||||
string defaultPDFViewer="open";
|
||||
string defaultHTMLViewer="open";
|
||||
#else
|
||||
-string defaultPSViewer="evince";
|
||||
-string defaultPDFViewer="evince";
|
||||
-string defaultHTMLViewer="google-chrome";
|
||||
+string defaultPSViewer="xdg-open";
|
||||
+string defaultPDFViewer="xdg-open";
|
||||
+string defaultHTMLViewer="xdg-open";
|
||||
#endif
|
||||
string defaultGhostscript="gs";
|
||||
string defaultGhostscriptLibrary="";
|
||||
-string defaultDisplay="display";
|
||||
-string defaultAnimate="magick";
|
||||
+string defaultDisplay="xdg-open";
|
||||
+string defaultAnimate="xdg-open";
|
||||
void queryRegistry() {}
|
||||
const string dirsep="/";
|
||||
|
||||
Reference in New Issue
Block a user