Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/conky/files: conky-1.5.0-disable-x11.patch
Date: Thu, 27 Mar 2008 19:54:46
Message-Id: E1JeyBP-0005z3-TX@stork.gentoo.org
1 omp 08/03/27 19:54:43
2
3 Added: conky-1.5.0-disable-x11.patch
4 Log:
5 Version bump per request of Brenden Matthews. (bug #214330)
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 app-admin/conky/files/conky-1.5.0-disable-x11.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conky/files/conky-1.5.0-disable-x11.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/conky/files/conky-1.5.0-disable-x11.patch?rev=1.1&content-type=text/plain
13
14 Index: conky-1.5.0-disable-x11.patch
15 ===================================================================
16 Index: src/conky.c
17 ===================================================================
18 --- src/conky.c (revision 1040)
19 +++ src/conky.c (revision 1041)
20 @@ -127,6 +127,8 @@
21 exit(0);
22 }
23
24 +static char *suffixes[] = { "B", "kiB", "MiB", "GiB", "TiB", "PiB", "" };
25 +
26 #ifdef X11
27
28 /* text size */
29 @@ -164,8 +166,6 @@
30 static int font_count = -1;
31 struct font_list *fonts = NULL;
32
33 -static char *suffixes[] = { "B", "kiB", "MiB", "GiB", "TiB", "PiB", "" };
34 -
35 #ifdef XFT
36
37 #define font_height() (use_xft ? (fonts[selected_font].xftfont->ascent + \
38
39
40
41 --
42 gentoo-commits@l.g.o mailing list