]> git.pld-linux.org Git - packages/cvsgraph.git/blob - cvsgraph-config.patch
- update to 1.5.2
[packages/cvsgraph.git] / cvsgraph-config.patch
1 --- cvsgraph-1.5.0/cvsgraph.conf.orig   2004-08-15 18:36:49.000000000 +0200
2 +++ cvsgraph-1.5.0/cvsgraph.conf        2004-08-19 13:56:30.000000000 +0200
3 @@ -86,8 +86,8 @@
4  #      CSV/RCS repository can be found
5  # cvsmodule <string>
6  #
7 -cvsroot                = "/home/bertho/tmp/cvstest";
8 -cvsmodule      = "ttt";
9 +cvsroot                = "/home/services/cvsroot";
10 +cvsmodule      = "local";
11  
12  # color_bg <color>
13  #      The background color of the image
14 @@ -137,7 +137,7 @@
15  #      Sets the error/warning message font
16  msg_color      = "#800000";
17  msg_font       = medium;
18 -msg_ttfont     = "/dos/windows/fonts/ariali.ttf";
19 +msg_ttfont     = "/usr/share/fonts/TTF/ariali.ttf";
20  msg_ttsize     = 11.0;
21  
22  # parse_logs <boolean>
23 @@ -163,7 +163,7 @@
24  #      will be shown.
25  #      Note: tags matched with merge_from/merge_to will still be displayed.
26  tag_font       = medium;
27 -tag_ttfont     = "/dos/windows/fonts/ariali.ttf";
28 +tag_ttfont     = "/usr/share/fonts/TTF/ariali.ttf";
29  tag_ttsize     = 11.0;
30  tag_color      = "#007000";
31  #tag_ignore    = "(test|alpha)_release";
32 @@ -171,7 +171,7 @@
33  #tag_negate    = false;
34  
35  rev_font       = giant;
36 -rev_ttfont     = "/dos/windows/fonts/arial.ttf";
37 +rev_ttfont     = "/usr/share/fonts/TTF/arial.ttf";
38  rev_ttsize     = 12.0;
39  rev_color      = "#000000";
40  rev_bgcolor    = "#f0f0f0";
41 @@ -184,7 +184,7 @@
42  rev_bspace     = 3;
43  rev_text       = "%d"; # or "%d\n%a, %s" for author and state too
44  rev_text_font  = tiny;
45 -rev_text_ttfont        = "/dos/windows/fonts/times.ttf";
46 +rev_text_ttfont        = "/usr/share/fonts/TTF/times.ttf";
47  rev_text_ttsize        = 9.0;
48  rev_text_color = "#500020";
49  rev_maxtags    = 25;
50 @@ -261,11 +261,11 @@
51  #      tag. This option you would normally want to set from the
52  #      commandline with the -O option.
53  branch_font    = medium;
54 -branch_ttfont  = "/dos/windows/fonts/arialbd.ttf";
55 +branch_ttfont  = "/usr/share/fonts/TTF/arialbd.ttf";
56  branch_ttsize  = 18.0;
57  branch_tag_color= "#000080";
58  branch_tag_font        = medium;
59 -branch_tag_ttfont = "/dos/windows/fonts/arialbi.ttf";
60 +branch_tag_ttfont = "/usr/share/fonts/TTF/arialbi.ttf";
61  branch_tag_ttsize = 14.0;
62  branch_color   = "#0000c0";
63  branch_bgcolor = "#ffffc0";
64 @@ -295,7 +295,7 @@
65  title_x                = 10;
66  title_y                = 5;
67  title_font     = small;
68 -title_ttfont   = "/dos/windows/fonts/times.ttf";
69 +title_ttfont   = "/usr/share/fonts/TTF/times.ttf";
70  title_ttsize   = 10.0;
71  title_align    = left;
72  title_color    = "#800000";
This page took 0.090477 seconds and 3 git commands to generate.