summaryrefslogtreecommitdiff
path: root/media-gfx/asymptote/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /media-gfx/asymptote/files
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
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
-rw-r--r--media-gfx/asymptote/files/asymptote-2.68-info.patch (renamed from media-gfx/asymptote/files/asymptote-2.61-info.patch)6
-rw-r--r--media-gfx/asymptote/files/asymptote-2.68-xdg-utils.patch (renamed from media-gfx/asymptote/files/asymptote-2.61-xdg-utils.patch)13
4 files changed, 10 insertions, 44 deletions
diff --git a/media-gfx/asymptote/files/asymptote-2.62-info.patch b/media-gfx/asymptote/files/asymptote-2.62-info.patch
deleted file mode 100644
index ffc8ac7c8fb5..000000000000
--- a/media-gfx/asymptote/files/asymptote-2.62-info.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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
deleted file mode 100644
index b26bc78fda23..000000000000
--- a/media-gfx/asymptote/files/asymptote-2.62-xdg-utils.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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="/";
diff --git a/media-gfx/asymptote/files/asymptote-2.61-info.patch b/media-gfx/asymptote/files/asymptote-2.68-info.patch
index 0046ab9628a0..c0812477115f 100644
--- a/media-gfx/asymptote/files/asymptote-2.61-info.patch
+++ b/media-gfx/asymptote/files/asymptote-2.68-info.patch
@@ -1,7 +1,7 @@
-Index: asymptote-2.61/doc/asymptote.texi
+Index: asymptote-2.67/doc/asymptote.texi
===================================================================
---- asymptote-2.61.orig/doc/asymptote.texi
-+++ asymptote-2.61/doc/asymptote.texi
+--- asymptote-2.67.orig/doc/asymptote.texi
++++ asymptote-2.67/doc/asymptote.texi
@@ -23,7 +23,7 @@ file LICENSE in the top-level source dir
@dircategory Languages
diff --git a/media-gfx/asymptote/files/asymptote-2.61-xdg-utils.patch b/media-gfx/asymptote/files/asymptote-2.68-xdg-utils.patch
index 269691eecfe9..a6a2c7daba0c 100644
--- a/media-gfx/asymptote/files/asymptote-2.61-xdg-utils.patch
+++ b/media-gfx/asymptote/files/asymptote-2.68-xdg-utils.patch
@@ -1,18 +1,19 @@
-Index: asymptote-2.61/settings.cc
+Только в asymptote-2.67.orig: .pc
+Index: asymptote-2.67/settings.cc
===================================================================
---- asymptote-2.61.orig/settings.cc
-+++ asymptote-2.61/settings.cc
-@@ -98,13 +98,13 @@ string defaultPSViewer="open";
+--- asymptote-2.67.orig/settings.cc
++++ asymptote-2.67/settings.cc
+@@ -100,13 +100,13 @@ string defaultPSViewer="open";
string defaultPDFViewer="open";
string defaultHTMLViewer="open";
- #else
+ #else
-string defaultPSViewer="gv";
-string defaultPDFViewer="acroread";
-string defaultHTMLViewer="google-chrome";
+string defaultPSViewer="xdg-open";
+string defaultPDFViewer="xdg-open";
+string defaultHTMLViewer="xdg-open";
- #endif
+ #endif
string defaultGhostscript="gs";
string defaultGhostscriptLibrary="";
-string defaultDisplay="display";