Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gnome-config.xml
Date: Wed, 14 Nov 2007 06:49:56
Message-Id: E1IsC4A-0002GW-Rj@stork.gentoo.org
1 nightmorph 07/11/14 06:49:38
2
3 Modified: gnome-config.xml
4 Log:
5 better USE flag suggestions. can't believe X wasn't in the USE flags; no wonder there are 800 million duplicated threads on 'cairo needs the X use flag set' for compilation failures while following the gnome guide. this should fix that.
6
7 Revision Changes Path
8 1.21 xml/htdocs/doc/en/gnome-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.21&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.21&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.20&r2=1.21
13
14 Index: gnome-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v
17 retrieving revision 1.20
18 retrieving revision 1.21
19 diff -u -r1.20 -r1.21
20 --- gnome-config.xml 14 Nov 2007 06:30:34 -0000 1.20
21 +++ gnome-config.xml 14 Nov 2007 06:49:38 -0000 1.21
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.20 2007/11/14 06:30:34 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.21 2007/11/14 06:49:38 nightmorph Exp $ -->
27
28 <guide link="/doc/en/gnome-config.xml">
29 <title>The GNOME Configuration HOWTO</title>
30 @@ -11,6 +11,9 @@
31 <author title="Editor">
32 <mail link="lars@×××××××.net">Lars Strojny</mail>
33 </author>
34 +<author title="Editor">
35 + <mail link="nightmorph"/>
36 +</author>
37
38 <abstract>
39 A frequently used environment is GNOME. This HOWTO tries to describe
40 @@ -21,8 +24,8 @@
41 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
42 <license/>
43
44 -<version>1.16</version>
45 -<date>2007-07-05</date>
46 +<version>1.17</version>
47 +<date>2007-11-13</date>
48
49 <chapter>
50 <title>What is GNOME?</title>
51 @@ -76,16 +79,17 @@
52
53 <p>
54 Before you start installing GNOME, you might want to edit your USE variables.
55 -Make sure that <c>gtk</c> and <c>gnome</c> are in your USE variable listed in
56 -<path>/etc/make.conf</path>. If you want support for <c>hald</c>, the hardware
57 -abstraction layer daemon add <c>hal</c> to your USE flags. USE variable
58 -<c>avahi</c> brings DNS-detection to GNOME (similiar to Rendevouz under Mac OS
59 -X). If you don't want KDE support (the other big desktop environment), remove
60 -<c>qt*</c>, <c>arts</c> and <c>kde</c>.
61 +Make sure that <c>X</c>, <c>gtk</c>, and <c>gnome</c> are in your USE variable
62 +listed in <path>/etc/make.conf</path>. If you want support for <c>hald</c>, the
63 +hardware abstraction layer daemon add <c>hal</c> to your USE flags. The same
64 +goes for <c>dbus</c>, a system message bus Gnome uses extensively. The
65 +<c>avahi</c> USE flag brings DNS detection to GNOME (similiar to Rendevouz under
66 +Mac OS X). If you don't want KDE support (the other big desktop environment),
67 +remove <c>qt3</c>, <c>qt4</c>, <c>arts</c>, and <c>kde</c>.
68 </p>
69
70 <pre caption="Example USE in /etc/make.conf">
71 -USE="-qt3 -qt4 -arts -kde gtk gnome hal avahi"
72 +USE="-qt3 -qt4 -arts -kde X dbus gtk gnome hal avahi"
73 </pre>
74
75 <p>
76
77
78
79 --
80 gentoo-doc-cvs@g.o mailing list