Gentoo Archives: gentoo-commits

From: "Joe Sapp (nixphoeni)" <nixphoeni@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/xwax/files: xwax-0.4-fonts.patch
Date: Sat, 13 Sep 2008 02:30:29
Message-Id: E1KeKu1-0006i9-Lf@stork.gentoo.org
1 nixphoeni 08/09/13 02:30:25
2
3 Added: xwax-0.4-fonts.patch
4 Log:
5 Initial commit. Thanks to aballier for suggestions on the ebuild.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.22-ck1 x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/xwax/files/xwax-0.4-fonts.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/files/xwax-0.4-fonts.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/xwax/files/xwax-0.4-fonts.patch?rev=1.1&content-type=text/plain
13
14 Index: xwax-0.4-fonts.patch
15 ===================================================================
16 --- interface.c.orig 2008-05-07 18:19:11.000000000 -0400
17 +++ interface.c 2008-09-06 20:08:45.000000000 -0400
18 @@ -127,6 +127,7 @@
19 char *font_dirs[] = {
20 "/usr/X11R6/lib/X11/fonts/TTF",
21 "/usr/share/fonts/truetype/ttf-bitstream-vera",
22 + "/usr/share/fonts/ttf-bitstream-vera",
23 "/usr/share/fonts/TTF",
24 NULL
25 };