Gentoo Archives: gentoo-doc-cvs

From: Lukasz Damentko <rane@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gnome-config.xml
Date: Sun, 10 Sep 2006 02:01:47
Message-Id: 20060910020141.AC85A6476F@smtp.gentoo.org
1 rane 06/09/10 02:01:41
2
3 Modified: gnome-config.xml
4 Log:
5 #146994, getting rid of gtk2 USE flag
6
7 Revision Changes Path
8 1.9 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.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gnome-config.xml?r1=1.8&r2=1.9
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.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- gnome-config.xml 1 Aug 2006 13:45:21 -0000 1.8
21 +++ gnome-config.xml 10 Sep 2006 02:01:41 -0000 1.9
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.8 2006/08/01 13:45:21 neysx Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gnome-config.xml,v 1.9 2006/09/10 02:01:41 rane Exp $ -->
27
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 @@ -24,8 +24,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.7</version>
35 -<date>2006-08-01</date>
36 +<version>1.8</version>
37 +<date>2006-09-09</date>
38
39 <chapter>
40 <title>What is GNOME?</title>
41 @@ -79,7 +79,7 @@
42
43 <p>
44 Before you start installing GNOME, you might want to edit your USE variables.
45 -Make sure that <c>gtk*</c> and <c>gnome</c> are in your USE variable listed in
46 +Make sure that <c>gtk</c> and <c>gnome</c> are in your USE variable listed in
47 <path>/etc/make.conf</path>. If you want support for <c>hald</c>, the hardware
48 abstraction layer daemon add <c>hal</c> to your USE flags. USE variable
49 <c>avahi</c> brings DNS-detection to GNOME (similiar to Rendevouz under Mac OS
50 @@ -88,7 +88,7 @@
51 </p>
52
53 <pre caption="Example USE in /etc/make.conf">
54 -USE="-qt -qt3 -qt4 -arts -kde gtk gtk2 gnome hal avahi"
55 +USE="-qt -qt3 -qt4 -arts -kde gtk gnome hal avahi"
56 </pre>
57
58 <p>
59
60
61
62 --
63 gentoo-doc-cvs@g.o mailing list