/[pkgs]/devel/Macaulay2/Macaulay2-1.2-xdg_open.patch
ViewVC logotype

Contents of /devel/Macaulay2/Macaulay2-1.2-xdg_open.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Fri Feb 13 21:30:02 2009 UTC (9 months, 1 week ago) by rdieter
Branch: MAIN
CVS Tags: F-11-split, F-12-split, Macaulay2-1_2-5_fc12, Macaulay2-1_2-1_fc11, Macaulay2-1_2-4_fc12, Macaulay2-1_2-2_fc11, Macaulay2-1_2-3_fc11, Macaulay2-1_2-6_fc12, HEAD
File MIME type: text/x-patch
* Fri Feb 13 2009 Rex Dieter <rdieter@fedoraproject.org> 1.2-1
- Macaulay-1.2
1 diff -up Macaulay2-1.2/Macaulay2/m2/html.m2.xdg_open Macaulay2-1.2/Macaulay2/m2/html.m2
2 --- Macaulay2-1.2/Macaulay2/m2/html.m2.xdg_open 2009-02-10 20:44:04.000000000 -0600
3 +++ Macaulay2-1.2/Macaulay2/m2/html.m2 2009-02-13 14:53:16.000000000 -0600
4 @@ -1154,6 +1154,7 @@ chk := ret -> if ret != 0 then (
5 error "external command failed"
6 )
7 browserMethods := hashTable {
8 + "xdg-open" => url -> {"xdg-open", url},
9 "firefox" => url -> {"firefox", url},
10 "open" => url -> {"open", url},
11 "netscape" => url -> {"netscape", "-remote", "openURL(" | url | ")" },

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2