slackbuilds_ponce/academic/easy_spice/01_docurl.diff
R. S. Ananda Murthy dcc7ebdb46 academic/easy_spice: Added (A Simple Frontend for SPICE).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-05-27 07:30:42 +07:00

18 lines
746 B
Diff

--- easyspice-0.6.8.orig/src/util.c
+++ easyspice-0.6.8/src/util.c
@@ -655,12 +655,12 @@
void
commands_set_default(ExternalProgramms *prog)
{
- prog->editor=update_str(prog->editor, "xemacs");
+ prog->editor=update_str(prog->editor, "sensible-editor");
prog->plot_command=update_str(prog->plot_command, "ngspice");
prog->spice_command=update_str(prog->spice_command, "ngspice");
- prog->browser=update_str(prog->browser, "firefox");
+ prog->browser=update_str(prog->browser, "sensible-browser");
prog->html_files=update_str(prog->html_files,
- "file:///usr/local/doc/spice/index.html");
+ "http://ngspice.sourceforge.net/docs.html");
prog->spicehelp_command=update_str(prog->spicehelp_command, "nghelp");
}