Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/gsl-shell/files: gsl-shell-font.patch
Date: Fri, 30 Nov 2012 17:34:13
Message-Id: 20121130173403.7B24320066@flycatcher.gentoo.org
1 grozin 12/11/30 17:34:03
2
3 Modified: gsl-shell-font.patch
4 Log:
5 Version bump
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux i686, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.2 sci-mathematics/gsl-shell/files/gsl-shell-font.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gsl-shell/files/gsl-shell-font.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gsl-shell/files/gsl-shell-font.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gsl-shell/files/gsl-shell-font.patch?r1=1.1&r2=1.2
15
16 Index: gsl-shell-font.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gsl-shell/files/gsl-shell-font.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gsl-shell-font.patch 26 Sep 2012 11:15:34 -0000 1.1
23 +++ gsl-shell-font.patch 30 Nov 2012 17:34:03 -0000 1.2
24 @@ -1,13 +1,10 @@
25 diff -r -U1 gsl-shell.orig/agg-plot/support_x11.cpp gsl-shell/agg-plot/support_x11.cpp
26 ---- gsl-shell.orig/agg-plot/support_x11.cpp 2012-09-12 01:13:31.000000000 +0700
27 -+++ gsl-shell/agg-plot/support_x11.cpp 2012-09-26 16:07:10.000000000 +0700
28 -@@ -4,3 +4,3 @@
29 -
30 +--- gsl-shell.orig/agg-plot/support_x11.cpp 2012-11-27 04:55:38.000000000 +0700
31 ++++ gsl-shell/agg-plot/support_x11.cpp 2012-11-30 23:02:31.000000000 +0700
32 +@@ -9,4 +9,4 @@
33 + #else
34 -const char *ttf_names[] = {"ubuntu-font-family/Ubuntu-R.ttf", "freefont/FreeSans.ttf", "ttf-dejavu/DejaVuSans.ttf", 0};
35 +-#define TTF_SYSTEM_DIR "/usr/share/fonts/truetype/"
36 +const char *ttf_names[] = {"ubuntu-font-family/Ubuntu-R.ttf", "freefont-ttf/FreeSans.ttf", "dejavu/DejaVuSans.ttf", 0};
37 -
38 -@@ -8,3 +8,3 @@
39 - {
40 -- const char* ttf_dir = "/usr/share/fonts/truetype/";
41 -+ const char* ttf_dir = "/usr/share/fonts/";
42 - unsigned len = strlen(ttf_dir);
43 ++#define TTF_SYSTEM_DIR "/usr/share/fonts/"
44 + #define CONSOLE_FONT_NAME "monospace"