summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2020-02-29 13:34:55 +0700
committerAndrey Grozin <grozin@gentoo.org>2020-02-29 13:34:55 +0700
commitc68e6cd52cb1f86859017554a0e0cb0acedff80c (patch)
tree96ebb86cf28739e4204676ea8e9972cbc0a0a976 /media-gfx/asymptote/files
parentsci-geosciences/gpxsee: bump to 7.23 (diff)
downloadgentoo-c68e6cd52cb1f86859017554a0e0cb0acedff80c.tar.gz
gentoo-c68e6cd52cb1f86859017554a0e0cb0acedff80c.tar.bz2
gentoo-c68e6cd52cb1f86859017554a0e0cb0acedff80c.zip
media-gfx/asymptote: bump to 2.62
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'media-gfx/asymptote/files')
-rw-r--r--media-gfx/asymptote/files/asymptote-2.62-info.patch13
-rw-r--r--media-gfx/asymptote/files/asymptote-2.62-xdg-utils.patch22
2 files changed, 35 insertions, 0 deletions
diff --git a/media-gfx/asymptote/files/asymptote-2.62-info.patch b/media-gfx/asymptote/files/asymptote-2.62-info.patch
new file mode 100644
index 000000000000..ffc8ac7c8fb5
--- /dev/null
+++ b/media-gfx/asymptote/files/asymptote-2.62-info.patch
@@ -0,0 +1,13 @@
+Index: asymptote-2.62/doc/asymptote.texi
+===================================================================
+--- asymptote-2.62.orig/doc/asymptote.texi
++++ asymptote-2.62/doc/asymptote.texi
+@@ -23,7 +23,7 @@ file LICENSE in the top-level source dir
+
+ @dircategory Languages
+ @direntry
+-* asymptote: (asymptote/asymptote). Vector graphics language.
++* asymptote: (asymptote). Vector graphics language.
+ @end direntry
+
+ @titlepage
diff --git a/media-gfx/asymptote/files/asymptote-2.62-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.62-xdg-utils.patch
new file mode 100644
index 000000000000..b26bc78fda23
--- /dev/null
+++ b/media-gfx/asymptote/files/asymptote-2.62-xdg-utils.patch
@@ -0,0 +1,22 @@
+Index: asymptote-2.62/settings.cc
+===================================================================
+--- asymptote-2.62.orig/settings.cc
++++ asymptote-2.62/settings.cc
+@@ -98,13 +98,13 @@ string defaultPSViewer="open";
+ string defaultPDFViewer="open";
+ string defaultHTMLViewer="open";
+ #else
+-string defaultPSViewer="gv";
+-string defaultPDFViewer="acroread";
+-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 defaultDisplay="xdg-open";
+ string defaultAnimate="animate";
+ void queryRegistry() {}
+ const string dirsep="/";